Skip to content

Console Output

Started by timer
Building remotely on build1-debian9-lxc (linux_amd64_debian9) in workspace /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo
[ttcn3-nitb-sysinfo] $ /bin/sh -xe /tmp/jenkins2910011027441222955.sh
+ env
JENKINS_HOME=/usr/local/jenkins
MAIL=/var/mail/osmocom-build
SSH_CLIENT=192.168.122.1 56262 22
USER=osmocom-build
RUN_CHANGES_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/104/display/redirect?page=changes
NODE_LABELS=build1-debian9-lxc linux_amd64_debian9
HUDSON_URL=http://jenkins.osmocom.org/jenkins/
SHLVL=1
OLDPWD=/home/osmocom-build
HOME=/home/osmocom-build
BUILD_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/104/
HUDSON_COOKIE=babd4a69-4266-4482-a04b-27f6cc6a1799
JENKINS_SERVER_COOKIE=8cd9590adb8bfe87
WORKSPACE=/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo
LOGNAME=osmocom-build
NODE_NAME=build1-debian9-lxc
_=/usr/bin/java
EXECUTOR_NUMBER=1
XDG_SESSION_ID=1005
BUILD_DISPLAY_NAME=#104
HUDSON_HOME=/usr/local/jenkins
JOB_BASE_NAME=ttcn3-nitb-sysinfo
PATH=/usr/local/bin:/usr/bin:/bin:/usr/games:/home/osmocom-build/bin
BUILD_ID=104
XDG_RUNTIME_DIR=/run/user/1000
BUILD_TAG=jenkins-ttcn3-nitb-sysinfo-104
LANG=en_US.UTF-8
JENKINS_URL=http://jenkins.osmocom.org/jenkins/
JOB_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/
BUILD_NUMBER=104
PARALLEL_MAKE=-j 3
SHELL=/bin/bash
RUN_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/104/display/redirect
HUDSON_SERVER_COOKIE=8cd9590adb8bfe87
JOB_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/display/redirect
JOB_NAME=ttcn3-nitb-sysinfo
PWD=/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo
SSH_CONNECTION=192.168.122.1 56262 192.168.122.224 22
MAKE=make
+ OLDPWD=/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo
+ DIR=/home/osmocom-build/jenkins/docker-playground
+ cd /home/osmocom-build/jenkins/docker-playground
+ git fetch
+ git checkout -f -B master origin/master
Reset branch 'master'
Branch master set up to track remote branch master from origin.
Your branch is up-to-date with 'origin/master'.
+ cd /home/osmocom-build/jenkins/docker-playground/osmo-nitb-master
+ make
docker build -t docker.io/osmocom-build/osmo-nitb-master:latest .
Sending build context to Docker daemon  12.29kB

Step 1/14 : FROM laforge/debian-jessie-build
 ---> 80385047baea
Step 2/14 : MAINTAINER Harald Welte <laforge@gnumonks.org>
 ---> Using cache
 ---> 1372d15076ce
Step 3/14 : COPY Release.key /tmp/Release.key
 ---> Using cache
 ---> 7c8827de5720
Step 4/14 : RUN apt-key add /tmp/Release.key && 	rm /tmp/Release.key && 	echo "deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list
 ---> Using cache
 ---> 4aa34ab677b0
Step 5/14 : RUN apt-get update && 	apt-get install -y --no-install-recommends 		telnet 		libosmocore-dev 		libosmo-abis-dev 		libosmo-netif-dev 		libosmo-sccp-dev 		libsmpp34-dev 		libgtp-dev && 	apt-get clean
 ---> Using cache
 ---> 3ab96e043ac0
Step 6/14 : WORKDIR /tmp
 ---> Using cache
 ---> 90ae0a60838d
Step 7/14 : RUN git clone git://git.osmocom.org/openbsc.git
 ---> Using cache
 ---> 249082cf419e
Step 8/14 : ADD http://git.osmocom.org/openbsc/patch /tmp/commit-openbsc

 ---> Using cache
 ---> a6ec05188ac1
Step 9/14 : RUN cd openbsc/openbsc && 	git fetch && git checkout -f -B master origin/master && 	autoreconf -fi && 	./configure --enable-nat --enable-osmo-bsc --enable-smpp && 	make -j8 install && 	ldconfig
 ---> Using cache
 ---> 489f300515a8
Step 10/14 : VOLUME /data
 ---> Using cache
 ---> f3458665a793
Step 11/14 : COPY openbsc.cfg /data/openbsc.cfg
 ---> Using cache
 ---> 8eeda3da162d
Step 12/14 : WORKDIR /data
 ---> Using cache
 ---> b8aad56f4c7e
Step 13/14 : CMD /usr/local/bin/osmo-nitb
 ---> Using cache
 ---> d49abc7f5028
Step 14/14 : EXPOSE 3002/tcp 3003/tcp 4242/tcp 2775/tcp 4249/tcp
 ---> Using cache
 ---> 86be715fd5c5
Successfully built 86be715fd5c5
Successfully tagged osmocom-build/osmo-nitb-master:latest
+ cd /home/osmocom-build/jenkins/docker-playground/osmo-bts-master
+ make
docker build -t docker.io/osmocom-build/osmo-bts-master:latest .
Sending build context to Docker daemon  9.216kB

Step 1/13 : FROM laforge/debian-jessie-build
 ---> 80385047baea
Step 2/13 : MAINTAINER Harald Welte <laforge@gnumonks.org>
 ---> Using cache
 ---> 1372d15076ce
Step 3/13 : COPY Release.key /tmp/Release.key
 ---> Using cache
 ---> 7c8827de5720
Step 4/13 : RUN apt-key add /tmp/Release.key && 	rm /tmp/Release.key && 	echo "deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list
 ---> Using cache
 ---> 4aa34ab677b0
Step 5/13 : RUN apt-get update && 	apt-get install -y --no-install-recommends 		telnet 		libosmocore-dev 		libosmo-abis-dev 		libosmo-netif-dev 		libosmo-sccp-dev 		libsmpp34-dev 		libgtp-dev && 	apt-get clean
 ---> Using cache
 ---> 3ab96e043ac0
Step 6/13 : WORKDIR /tmp
 ---> Using cache
 ---> 90ae0a60838d
Step 7/13 : RUN git clone git://git.osmocom.org/osmo-bts.git
 ---> Using cache
 ---> bb42d3aab864
Step 8/13 : ADD http://git.osmocom.org/osmo-bts/patch /tmp/commit-osmo-bts

 ---> Using cache
 ---> 306928b333cb
Step 9/13 : RUN cd osmo-bts && 	git fetch && git checkout -f -B master origin/master && 	autoreconf -fi && 	./configure --enable-trx && 	make -j8 install
 ---> Using cache
 ---> 437e68ded4f0
Step 10/13 : VOLUME /data
 ---> Using cache
 ---> 64f8f5813041
Step 11/13 : COPY osmo-bts.cfg /data/osmo-bts.cfg
 ---> Using cache
 ---> ba516bb8f0b3
Step 12/13 : WORKDIR /data
 ---> Using cache
 ---> 6ffeabf03676
Step 13/13 : CMD /usr/local/bin/osmo-bts-virtual -i 172.18.0.230
 ---> Using cache
 ---> f88ed0302356
Successfully built f88ed0302356
Successfully tagged osmocom-build/osmo-bts-master:latest
+ cd /home/osmocom-build/jenkins/docker-playground/ttcn3-nitb-sysinfo
+ make
docker build -t docker.io/osmocom-build/ttcn3-nitb-sysinfo:latest .
Sending build context to Docker daemon  8.192kB

Step 1/8 : FROM laforge/debian-stretch-titan
 ---> efb12883d73d
Step 2/8 : RUN mkdir /root/projects && (cd /root/projects && ln -sf / git)
 ---> Using cache
 ---> 469a506ce9bf
Step 3/8 : RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git
 ---> Using cache
 ---> cdd28096f38b
Step 4/8 : ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch /tmp/commit

 ---> Using cache
 ---> 13dba556b487
Step 5/8 : RUN cd osmo-ttcn3-hacks/sysinfo && 	git pull && 	./gen_links.sh && 	./regen_makefile.sh && 	make compile && 	make -j8
 ---> Running in e706338236a0
From git://git.osmocom.org/osmo-ttcn3-hacks
   cda8b9a..874f24b  master     -> origin/master
Updating cda8b9a..874f24b
Fast-forward
 .../doc/BSSAPP_v7.3.0_CNL113580_FS.pdf             |  Bin 37979 -> 0 bytes
 .../doc/BSSAPP_v7.3.0_CNL113580_PRI.pdf            |  Bin 27070 -> 0 bytes
 .../doc/BSSAPP_v7.3.0_CNL113580_UG.pdf             |  Bin 43885 -> 0 bytes
 .../src/BSSAPp_Types.ttcn                          |  922 ----
 .../BSSGP_v13.0.0_CNL113833.tpd                    |   51 -
 .../doc/BSSGP_v13.0_Descr.doc                      |  Bin 84992 -> 0 bytes
 .../doc/BSSGP_v13.0_PRI.doc                        |  Bin 58880 -> 0 bytes
 .../doc/documentation_note.txt                     |   13 -
 BSSGP_v13.0.0_CNL113833_LATEST/src/BSSGP_EncDec.cc |  145 -
 .../src/BSSGP_Types.ttcn                           | 4419 ------------------
 .../BSSMAP_v11.2.0_CNL113761.tpd                   |   59 -
 .../doc/BSSMAP_v11.2.0_CNL113761_FS.pdf            |  Bin 160268 -> 0 bytes
 .../doc/BSSMAP_v11.2.0_CNL113761_PRI.pdf           |  Bin 141909 -> 0 bytes
 .../doc/BSSMAP_v11.2.0_CNL113761_UG.pdf            |  Bin 182549 -> 0 bytes
 .../src/BSSAP_Types.ttcn                           | 2984 ------------
 .../src/BSSMAP_V11.2.0.grp                         |   27 -
 .../GTP_v13.5.0_CNL113843.tpd                      |   47 -
 .../doc/GTP_v13.5_Descr.doc                        |  Bin 87040 -> 0 bytes
 GTP_v13.5.0_CNL113843_LATEST/doc/GTP_v13.5_PRI.doc |  Bin 60416 -> 0 bytes
 GTP_v13.5.0_CNL113843_LATEST/src/GTPC_EncDec.cc    |  216 -
 GTP_v13.5.0_CNL113843_LATEST/src/GTPC_Types.ttcn   | 3958 ----------------
 GTP_v13.5.0_CNL113843_LATEST/src/GTPU_EncDec.cc    |  119 -
 GTP_v13.5.0_CNL113843_LATEST/src/GTPU_Types.ttcn   |  189 -
 .../GTPv2_v13.7.0_CNL113846.tpd                    |   43 -
 .../doc/GTPv2_v13.7_Descr.doc                      |  Bin 86016 -> 0 bytes
 .../doc/GTPv2_v13.7_PRI.doc                        |  Bin 62976 -> 0 bytes
 .../src/GTPv2_Types.ttcn                           | 4801 --------------------
 .../ISUP_Q.762_CNL113365.tpd                       |   48 -
 ISUP_Q.762_CNL113365_LATEST/demo/ISUP_Mapping.ttcn |  128 -
 ISUP_Q.762_CNL113365_LATEST/doc/ISUP_FS.pdf        |  Bin 27289 -> 0 bytes
 ISUP_Q.762_CNL113365_LATEST/doc/ISUP_Q_PRI.doc     |  Bin 69120 -> 0 bytes
 ISUP_Q.762_CNL113365_LATEST/doc/ISUP_Q_UG.doc      |  Bin 75776 -> 0 bytes
 ISUP_Q.762_CNL113365_LATEST/src/ISUP_EncDec.cc     |  465 --
 .../src/ISUP_Q.762_CNL113365.grp                   |   26 -
 ISUP_Q.762_CNL113365_LATEST/src/ISUP_Types.ttcn    | 4092 -----------------
 .../doc/LLC_v7.1.0_CNL113577_PRI.pdf               |  Bin 27025 -> 0 bytes
 .../doc/LLC_v7.1.0_CNL113577_UG.pdf                |  Bin 38179 -> 0 bytes
 LLC_v7.1.0_CNL113577_LATEST/src/LLC_EncDec.cc      |  318 --
 LLC_v7.1.0_CNL113577_LATEST/src/LLC_Types.ttcn     |  329 --
 .../doc/MobileL3_v13.4_Descr.doc                   |  Bin 90112 -> 0 bytes
 .../doc/MobileL3_v13.4_PRI.doc                     |  Bin 68608 -> 0 bytes
 .../src/MobileL3_CC_Types.ttcn                     | 1649 -------
 .../src/MobileL3_CommonIE_Types.ttcn               |  680 ---
 .../src/MobileL3_GMM_SM_Types.ttcn                 | 2532 -----------
 .../src/MobileL3_MM_Types.ttcn                     |  572 ---
 .../src/MobileL3_RRM_Types.ttcn                    | 1834 --------
 .../src/MobileL3_SMS_Types.ttcn                    |  765 ----
 .../src/MobileL3_SS_Types.ttcn                     |  102 -
 .../src/MobileL3_Types.ttcn                        |  403 --
 .../src/MobileL3_v13.4.0_ProtocolModule.grp        |   38 -
 .../src/SS_DataTypes.asn                           |  502 --
 MobileL3_v13.4.0_CNL113832_LATEST/src/SS_EncDec.cc |  438 --
 .../src/SS_Errors.asn                              |   57 -
 .../src/SS_Operations.asn                          |  313 --
 .../src/SS_PDU_Defs.asn                            |  136 -
 .../src/SS_Protocol.asn                            |   67 -
 .../src/SS_Types.ttcn                              |   40 -
 .../doc/NS_v7.3.0_CNL113578_FS.pdf                 |  Bin 34766 -> 0 bytes
 .../doc/NS_v7.3.0_CNL113578_PRI.pdf                |  Bin 29258 -> 0 bytes
 .../doc/NS_v7.3.0_CNL113578_UG.pdf                 |  Bin 31510 -> 0 bytes
 NS_v7.3.0_CNL113578_LATEST/src/NS_Types.ttcn       |  465 --
 .../doc/SNDCP_v7.0.0_CNL113576_FS.pdf              |  Bin 31719 -> 0 bytes
 .../doc/SNDCP_v7.0.0_CNL113576_PRI.pdf             |  Bin 26963 -> 0 bytes
 .../doc/SNDCP_v7.0.0_CNL113576_UG.pdf              |  Bin 32231 -> 0 bytes
 SNDCP_v7.0.0_CNL113576_LATEST/src/SNDCP_Types.ttcn |   96 -
 ggsn_tests/GTP_CodecPort.ttcn                      |    4 +
 ggsn_tests/gen_links.sh                            |    2 +-
 gprs_gb/NS_CodecPort.ttcn                          |    2 +
 gprs_gb/gen_links.sh                               |    2 +-
 library/GSMTAP_PortType.ttcn                       |    2 +
 70 files changed, 10 insertions(+), 34090 deletions(-)
 delete mode 100644 BSSAPP_v7.3.0_CNL113580_LATEST/doc/BSSAPP_v7.3.0_CNL113580_FS.pdf
 delete mode 100644 BSSAPP_v7.3.0_CNL113580_LATEST/doc/BSSAPP_v7.3.0_CNL113580_PRI.pdf
 delete mode 100644 BSSAPP_v7.3.0_CNL113580_LATEST/doc/BSSAPP_v7.3.0_CNL113580_UG.pdf
 delete mode 100644 BSSAPP_v7.3.0_CNL113580_LATEST/src/BSSAPp_Types.ttcn
 delete mode 100644 BSSGP_v13.0.0_CNL113833_LATEST/BSSGP_v13.0.0_CNL113833.tpd
 delete mode 100644 BSSGP_v13.0.0_CNL113833_LATEST/doc/BSSGP_v13.0_Descr.doc
 delete mode 100644 BSSGP_v13.0.0_CNL113833_LATEST/doc/BSSGP_v13.0_PRI.doc
 delete mode 100644 BSSGP_v13.0.0_CNL113833_LATEST/doc/documentation_note.txt
 delete mode 100644 BSSGP_v13.0.0_CNL113833_LATEST/src/BSSGP_EncDec.cc
 delete mode 100644 BSSGP_v13.0.0_CNL113833_LATEST/src/BSSGP_Types.ttcn
 delete mode 100644 BSSMAP_v11.2.0_CNL113761_LATEST/BSSMAP_v11.2.0_CNL113761.tpd
 delete mode 100644 BSSMAP_v11.2.0_CNL113761_LATEST/doc/BSSMAP_v11.2.0_CNL113761_FS.pdf
 delete mode 100644 BSSMAP_v11.2.0_CNL113761_LATEST/doc/BSSMAP_v11.2.0_CNL113761_PRI.pdf
 delete mode 100644 BSSMAP_v11.2.0_CNL113761_LATEST/doc/BSSMAP_v11.2.0_CNL113761_UG.pdf
 delete mode 100644 BSSMAP_v11.2.0_CNL113761_LATEST/src/BSSAP_Types.ttcn
 delete mode 100644 BSSMAP_v11.2.0_CNL113761_LATEST/src/BSSMAP_V11.2.0.grp
 delete mode 100644 GTP_v13.5.0_CNL113843_LATEST/GTP_v13.5.0_CNL113843.tpd
 delete mode 100644 GTP_v13.5.0_CNL113843_LATEST/doc/GTP_v13.5_Descr.doc
 delete mode 100644 GTP_v13.5.0_CNL113843_LATEST/doc/GTP_v13.5_PRI.doc
 delete mode 100644 GTP_v13.5.0_CNL113843_LATEST/src/GTPC_EncDec.cc
 delete mode 100644 GTP_v13.5.0_CNL113843_LATEST/src/GTPC_Types.ttcn
 delete mode 100644 GTP_v13.5.0_CNL113843_LATEST/src/GTPU_EncDec.cc
 delete mode 100644 GTP_v13.5.0_CNL113843_LATEST/src/GTPU_Types.ttcn
 delete mode 100644 GTPv2_v13.7.0_CNL113846_LATEST/GTPv2_v13.7.0_CNL113846.tpd
 delete mode 100644 GTPv2_v13.7.0_CNL113846_LATEST/doc/GTPv2_v13.7_Descr.doc
 delete mode 100644 GTPv2_v13.7.0_CNL113846_LATEST/doc/GTPv2_v13.7_PRI.doc
 delete mode 100644 GTPv2_v13.7.0_CNL113846_LATEST/src/GTPv2_Types.ttcn
 delete mode 100644 ISUP_Q.762_CNL113365_LATEST/ISUP_Q.762_CNL113365.tpd
 delete mode 100644 ISUP_Q.762_CNL113365_LATEST/demo/ISUP_Mapping.ttcn
 delete mode 100644 ISUP_Q.762_CNL113365_LATEST/doc/ISUP_FS.pdf
 delete mode 100644 ISUP_Q.762_CNL113365_LATEST/doc/ISUP_Q_PRI.doc
 delete mode 100644 ISUP_Q.762_CNL113365_LATEST/doc/ISUP_Q_UG.doc
 delete mode 100644 ISUP_Q.762_CNL113365_LATEST/src/ISUP_EncDec.cc
 delete mode 100644 ISUP_Q.762_CNL113365_LATEST/src/ISUP_Q.762_CNL113365.grp
 delete mode 100644 ISUP_Q.762_CNL113365_LATEST/src/ISUP_Types.ttcn
 delete mode 100644 LLC_v7.1.0_CNL113577_LATEST/doc/LLC_v7.1.0_CNL113577_PRI.pdf
 delete mode 100644 LLC_v7.1.0_CNL113577_LATEST/doc/LLC_v7.1.0_CNL113577_UG.pdf
 delete mode 100644 LLC_v7.1.0_CNL113577_LATEST/src/LLC_EncDec.cc
 delete mode 100644 LLC_v7.1.0_CNL113577_LATEST/src/LLC_Types.ttcn
 delete mode 100644 MobileL3_v13.4.0_CNL113832_LATEST/doc/MobileL3_v13.4_Descr.doc
 delete mode 100644 MobileL3_v13.4.0_CNL113832_LATEST/doc/MobileL3_v13.4_PRI.doc
 delete mode 100644 MobileL3_v13.4.0_CNL113832_LATEST/src/MobileL3_CC_Types.ttcn
 delete mode 100644 MobileL3_v13.4.0_CNL113832_LATEST/src/MobileL3_CommonIE_Types.ttcn
 delete mode 100644 MobileL3_v13.4.0_CNL113832_LATEST/src/MobileL3_GMM_SM_Types.ttcn
 delete mode 100644 MobileL3_v13.4.0_CNL113832_LATEST/src/MobileL3_MM_Types.ttcn
 delete mode 100644 MobileL3_v13.4.0_CNL113832_LATEST/src/MobileL3_RRM_Types.ttcn
 delete mode 100644 MobileL3_v13.4.0_CNL113832_LATEST/src/MobileL3_SMS_Types.ttcn
 delete mode 100644 MobileL3_v13.4.0_CNL113832_LATEST/src/MobileL3_SS_Types.ttcn
 delete mode 100644 MobileL3_v13.4.0_CNL113832_LATEST/src/MobileL3_Types.ttcn
 delete mode 100644 MobileL3_v13.4.0_CNL113832_LATEST/src/MobileL3_v13.4.0_ProtocolModule.grp
 delete mode 100644 MobileL3_v13.4.0_CNL113832_LATEST/src/SS_DataTypes.asn
 delete mode 100644 MobileL3_v13.4.0_CNL113832_LATEST/src/SS_EncDec.cc
 delete mode 100644 MobileL3_v13.4.0_CNL113832_LATEST/src/SS_Errors.asn
 delete mode 100644 MobileL3_v13.4.0_CNL113832_LATEST/src/SS_Operations.asn
 delete mode 100644 MobileL3_v13.4.0_CNL113832_LATEST/src/SS_PDU_Defs.asn
 delete mode 100644 MobileL3_v13.4.0_CNL113832_LATEST/src/SS_Protocol.asn
 delete mode 100644 MobileL3_v13.4.0_CNL113832_LATEST/src/SS_Types.ttcn
 delete mode 100644 NS_v7.3.0_CNL113578_LATEST/doc/NS_v7.3.0_CNL113578_FS.pdf
 delete mode 100644 NS_v7.3.0_CNL113578_LATEST/doc/NS_v7.3.0_CNL113578_PRI.pdf
 delete mode 100644 NS_v7.3.0_CNL113578_LATEST/doc/NS_v7.3.0_CNL113578_UG.pdf
 delete mode 100644 NS_v7.3.0_CNL113578_LATEST/src/NS_Types.ttcn
 delete mode 100644 SNDCP_v7.0.0_CNL113576_LATEST/doc/SNDCP_v7.0.0_CNL113576_FS.pdf
 delete mode 100644 SNDCP_v7.0.0_CNL113576_LATEST/doc/SNDCP_v7.0.0_CNL113576_PRI.pdf
 delete mode 100644 SNDCP_v7.0.0_CNL113576_LATEST/doc/SNDCP_v7.0.0_CNL113576_UG.pdf
 delete mode 100644 SNDCP_v7.0.0_CNL113576_LATEST/src/SNDCP_Types.ttcn
Linking /root/projects/git/titan.Libraries.TCCUsefulFunctions/src
Linking TCCInterface_Functions.ttcn
Linking TCCConversion_Functions.ttcn
Linking TCCConversion.cc
Linking TCCConversion.hh
Linking TCCInterface.cc
Linking TCCInterface_ip.h
Linking /root/projects/git/titan.TestPorts.Common_Components.Socket-API/src
Linking Socket_API_Definitions.ttcn
Linking /root/projects/git/titan.TestPorts.IPL4asp/src
Linking IPL4asp_Functions.ttcn
Linking IPL4asp_PT.cc
Linking IPL4asp_PT.hh
Linking IPL4asp_PortType.ttcn
Linking IPL4asp_Types.ttcn
Linking IPL4asp_discovery.cc
Linking IPL4asp_protocol_L234.hh
Linking /root/projects/git/titan.TestPorts.TELNETasp/src
Linking TELNETasp_PT.cc
Linking TELNETasp_PT.hh
Linking TELNETasp_PortType.ttcn
Linking ../library
Linking GSMTAP_PortType.ttcn
Linking GSMTAP_Types.ttcn
Linking GSM_SystemInformation.ttcn
Linking GSM_RR_Types.ttcn
Linking RLCMAC_CSN1_Types.ttcn
Linking GSM_Types.ttcn
Linking IPL4_GSMTAP_CtrlFunct.ttcn
Linking IPL4_GSMTAP_CtrlFunctDef.cc
Linking Osmocom_Types.ttcn
Linking General_Types.ttcn
Linking Osmocom_VTY_Functions.ttcn
ttcn3_makefilegen: warning: File `Test.ttcn' was given more than once for the Makefile.
Generating Makefile skeleton...
Makefile skeleton was generated.
/usr/bin/compiler -L  \
Test.ttcn GSMTAP_PortType.ttcn GSMTAP_Types.ttcn GSM_RR_Types.ttcn GSM_SystemInformation.ttcn GSM_Types.ttcn General_Types.ttcn IPL4_GSMTAP_CtrlFunct.ttcn IPL4asp_Functions.ttcn IPL4asp_PortType.ttcn IPL4asp_Types.ttcn Osmocom_Types.ttcn Osmocom_VTY_Functions.ttcn RLCMAC_CSN1_Types.ttcn Socket_API_Definitions.ttcn TCCConversion_Functions.ttcn TCCInterface_Functions.ttcn TELNETasp_PortType.ttcn  - Test.ttcn GSMTAP_PortType.ttcn GSMTAP_Types.ttcn GSM_RR_Types.ttcn GSM_SystemInformation.ttcn GSM_Types.ttcn General_Types.ttcn IPL4_GSMTAP_CtrlFunct.ttcn IPL4asp_Functions.ttcn IPL4asp_PortType.ttcn IPL4asp_Types.ttcn Osmocom_Types.ttcn Osmocom_VTY_Functions.ttcn RLCMAC_CSN1_Types.ttcn Socket_API_Definitions.ttcn TCCConversion_Functions.ttcn TCCInterface_Functions.ttcn TELNETasp_PortType.ttcn
warning: Charstring pattern: Environment variable TTCN3_DIR not present. Case-insensitive universal charstring patterns are disabled.

Notify: Parsing TTCN-3 module `Test.ttcn'...
Notify: Parsing TTCN-3 module `GSMTAP_PortType.ttcn'...
Notify: Parsing TTCN-3 module `GSMTAP_Types.ttcn'...
Notify: Parsing TTCN-3 module `GSM_RR_Types.ttcn'...
Notify: Parsing TTCN-3 module `GSM_SystemInformation.ttcn'...
Notify: Parsing TTCN-3 module `GSM_Types.ttcn'...
Notify: Parsing TTCN-3 module `General_Types.ttcn'...
Notify: Parsing TTCN-3 module `IPL4_GSMTAP_CtrlFunct.ttcn'...
Notify: Parsing TTCN-3 module `IPL4asp_Functions.ttcn'...
Notify: Parsing TTCN-3 module `IPL4asp_PortType.ttcn'...
Notify: Parsing TTCN-3 module `IPL4asp_Types.ttcn'...
Notify: Parsing TTCN-3 module `Osmocom_Types.ttcn'...
Notify: Parsing TTCN-3 module `Osmocom_VTY_Functions.ttcn'...
Osmocom_VTY_Functions.ttcn:7.36-49: In charstring value:
 Osmocom_VTY_Functions.ttcn:7.47-48: warning: Unknown escape sequence `\#' was treated literally
Notify: Parsing TTCN-3 module `RLCMAC_CSN1_Types.ttcn'...
Notify: Parsing TTCN-3 module `Socket_API_Definitions.ttcn'...
Notify: Parsing TTCN-3 module `TCCConversion_Functions.ttcn'...
Notify: Parsing TTCN-3 module `TCCInterface_Functions.ttcn'...
Notify: Parsing TTCN-3 module `TELNETasp_PortType.ttcn'...
Notify: Checking modules...
Osmocom_VTY_Functions.ttcn: In TTCN-3 module `Osmocom_VTY_Functions':
 Osmocom_VTY_Functions.ttcn:68.2-70.2: In function definition `f_vty_transceive':
  Osmocom_VTY_Functions.ttcn:69.3-30: In function instance:
   Osmocom_VTY_Functions.ttcn:69.3-30: warning: The value returned by function `@Osmocom_VTY_Functions.f_vty_transceive_ret' is not used
Test.ttcn: In TTCN-3 module `Test':
 Test.ttcn:492.2-506.2: In function definition `f_init':
  Test.ttcn:498.3-82: In function instance:
   Test.ttcn:498.3-82: warning: The value returned by external function `@IPL4_GSMTAP_CtrlFunct.f_IPL4_listen' is not used
Notify: Generating code...
Notify: File `GSMTAP_PortType.hh' was generated.
Notify: File `GSMTAP_PortType.cc' was generated.
Notify: File `GSMTAP_Types.hh' was generated.
Notify: File `GSMTAP_Types.cc' was generated.
Notify: File `GSM_RR_Types.hh' was generated.
Notify: File `GSM_RR_Types.cc' was generated.
Notify: File `GSM_SystemInformation.hh' was generated.
Notify: File `GSM_SystemInformation.cc' was generated.
Notify: File `GSM_Types.hh' was generated.
Notify: File `GSM_Types.cc' was generated.
Notify: File `General_Types.hh' was generated.
Notify: File `General_Types.cc' was generated.
Notify: File `IPL4_GSMTAP_CtrlFunct.hh' was generated.
Notify: File `IPL4_GSMTAP_CtrlFunct.cc' was generated.
Notify: File `IPL4asp_Functions.hh' was generated.
Notify: File `IPL4asp_Functions.cc' was generated.
Notify: File `IPL4asp_PortType.hh' was generated.
Notify: File `IPL4asp_PortType.cc' was generated.
Notify: File `IPL4asp_Types.hh' was generated.
Notify: File `IPL4asp_Types.cc' was generated.
Notify: File `Osmocom_Types.hh' was generated.
Notify: File `Osmocom_Types.cc' was generated.
Notify: File `Osmocom_VTY_Functions.hh' was generated.
Notify: File `Osmocom_VTY_Functions.cc' was generated.
Notify: File `RLCMAC_CSN1_Types.hh' was generated.
Notify: File `RLCMAC_CSN1_Types.cc' was generated.
Notify: File `Socket_API_Definitions.hh' was generated.
Notify: File `Socket_API_Definitions.cc' was generated.
Notify: File `TCCConversion_Functions.hh' was generated.
Notify: File `TCCConversion_Functions.cc' was generated.
Notify: File `TCCInterface_Functions.hh' was generated.
Notify: File `TCCInterface_Functions.cc' was generated.
Notify: File `TELNETasp_PortType.hh' was generated.
Notify: File `TELNETasp_PortType.cc' was generated.
Notify: File `Test.hh' was generated.
Notify: File `Test.cc' was generated.
Notify: 36 files were updated.
touch compile
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o IPL4asp_PT.o IPL4asp_PT.cc
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o IPL4asp_discovery.o IPL4asp_discovery.cc
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o TCCConversion.o TCCConversion.cc
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o TCCInterface.o TCCInterface.cc
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o IPL4_GSMTAP_CtrlFunctDef.o IPL4_GSMTAP_CtrlFunctDef.cc
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o TELNETasp_PT.o TELNETasp_PT.cc
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o Test.o Test.cc
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o GSMTAP_PortType.o GSMTAP_PortType.cc
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o GSMTAP_Types.o GSMTAP_Types.cc
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o GSM_RR_Types.o GSM_RR_Types.cc
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o GSM_SystemInformation.o GSM_SystemInformation.cc
IPL4asp_PT.cc: In member function 'virtual void IPL4asp__PortType::IPL4asp__PT_PROVIDER::set_parameter(const char*, const char*)':
IPL4asp_PT.cc:863:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if (!strcasecmp(parameter_value,"YES"))
    ^~
IPL4asp_PT.cc:865:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
       globalConnOpts.sctp_nodelay = GlobalConnOpts::YES;
       ^~~~~~~~~~~~~~
IPL4asp_PT.cc: In member function 'int IPL4asp__PortType::IPL4asp__PT_PROVIDER::getOption(const IPL4asp__Types::Option&, int, const Socket__API__Definitions::ProtoTuple&, bool)':
IPL4asp_PT.cc:3528:11: warning: variable 'length' set but not used [-Wunused-but-set-variable]
       int length = -1;
           ^~~~~~
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o GSM_Types.o GSM_Types.cc
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o General_Types.o General_Types.cc
IPL4asp_PT.cc:142:3: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (length == -1) { \
   ^~
IPL4asp_PT.cc:3518:7: note: 'length' was declared here
   int length;
       ^~~~~~
GSM_RR_Types.cc: In member function 'boolean GSM__RR__Types::MaioHsn_template::match(const GSM__RR__Types::MaioHsn&, boolean) const':
GSM_RR_Types.cc:5377:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
 ^~
GSM_RR_Types.cc:5377:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
                                           ^~~~~~
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o IPL4_GSMTAP_CtrlFunct.o IPL4_GSMTAP_CtrlFunct.cc
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o IPL4asp_Functions.o IPL4asp_Functions.cc
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o IPL4asp_PortType.o IPL4asp_PortType.cc
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o IPL4asp_Types.o IPL4asp_Types.cc
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o Osmocom_Types.o Osmocom_Types.cc
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o Osmocom_VTY_Functions.o Osmocom_VTY_Functions.cc
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o RLCMAC_CSN1_Types.o RLCMAC_CSN1_Types.cc
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o Socket_API_Definitions.o Socket_API_Definitions.cc
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o TCCConversion_Functions.o TCCConversion_Functions.cc
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o TCCInterface_Functions.o TCCInterface_Functions.cc
g++  -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC   -o TELNETasp_PortType.o TELNETasp_PortType.cc
Socket_API_Definitions.cc: In member function 'boolean Socket__API__Definitions::UdpTuple_template::match(const Socket__API__Definitions::UdpTuple&, boolean) const':
Socket_API_Definitions.cc:2103:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
 ^~
Socket_API_Definitions.cc:2103:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
                                           ^~~~~~
Socket_API_Definitions.cc: In member function 'boolean Socket__API__Definitions::UdpLightTuple_template::match(const Socket__API__Definitions::UdpLightTuple&, boolean) const':
Socket_API_Definitions.cc:2492:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
 ^~
Socket_API_Definitions.cc:2492:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
                                           ^~~~~~
Socket_API_Definitions.cc: In member function 'boolean Socket__API__Definitions::TcpTuple_template::match(const Socket__API__Definitions::TcpTuple&, boolean) const':
Socket_API_Definitions.cc:2881:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
 ^~
Socket_API_Definitions.cc:2881:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
                                           ^~~~~~
g++  -shared -o IPL4asp_PT.so IPL4asp_PT.o
Socket_API_Definitions.cc: In member function 'boolean Socket__API__Definitions::SslTuple_template::match(const Socket__API__Definitions::SslTuple&, boolean) const':
Socket_API_Definitions.cc:4171:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
 ^~
Socket_API_Definitions.cc:4171:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
                                           ^~~~~~
Socket_API_Definitions.cc: In member function 'boolean Socket__API__Definitions::UnspecifiedTuple_template::match(const Socket__API__Definitions::UnspecifiedTuple&, boolean) const':
Socket_API_Definitions.cc:5326:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
 ^~
Socket_API_Definitions.cc:5326:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
                                           ^~~~~~
g++  -shared -o IPL4asp_discovery.so IPL4asp_discovery.o
TELNETasp_PortType.cc: In member function 'boolean TELNETasp__PortType::ASP__TelnetClose_template::match(const TELNETasp__PortType::ASP__TelnetClose&, boolean) const':
TELNETasp_PortType.cc:6581:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
 ^~
TELNETasp_PortType.cc:6581:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
                                           ^~~~~~
TELNETasp_PortType.cc: In member function 'boolean TELNETasp__PortType::ASP__Get__portnum_template::match(const TELNETasp__PortType::ASP__Get__portnum&, boolean) const':
TELNETasp_PortType.cc:6970:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
 ^~
TELNETasp_PortType.cc:6970:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
                                           ^~~~~~
g++  -shared -o TCCConversion.so TCCConversion.o
g++  -shared -o TCCInterface.so TCCInterface.o
g++  -shared -o IPL4_GSMTAP_CtrlFunctDef.so IPL4_GSMTAP_CtrlFunctDef.o
g++  -shared -o TELNETasp_PT.so TELNETasp_PT.o
g++  -shared -o Test.so Test.o
g++  -shared -o GSMTAP_PortType.so GSMTAP_PortType.o
g++  -shared -o GSMTAP_Types.so GSMTAP_Types.o
g++  -shared -o GSM_Types.so GSM_Types.o
g++  -shared -o General_Types.so General_Types.o
g++  -shared -o IPL4_GSMTAP_CtrlFunct.so IPL4_GSMTAP_CtrlFunct.o
g++  -shared -o IPL4asp_Functions.so IPL4asp_Functions.o
g++  -shared -o IPL4asp_PortType.so IPL4asp_PortType.o
g++  -shared -o Osmocom_Types.so Osmocom_Types.o
g++  -shared -o Osmocom_VTY_Functions.so Osmocom_VTY_Functions.o
g++  -shared -o TCCConversion_Functions.so TCCConversion_Functions.o
g++  -shared -o TCCInterface_Functions.so TCCInterface_Functions.o
g++  -shared -o TELNETasp_PortType.so TELNETasp_PortType.o
g++  -shared -o GSM_SystemInformation.so GSM_SystemInformation.o
g++  -shared -o IPL4asp_Types.so IPL4asp_Types.o
g++  -shared -o Socket_API_Definitions.so Socket_API_Definitions.o
g++  -shared -o GSM_RR_Types.so GSM_RR_Types.o
g++  -shared -o RLCMAC_CSN1_Types.so RLCMAC_CSN1_Types.o
if g++  -L /usr/lib/titan -fPIC -o Test -Wl,--no-as-needed Test.so GSMTAP_PortType.so GSMTAP_Types.so GSM_RR_Types.so GSM_SystemInformation.so GSM_Types.so General_Types.so IPL4_GSMTAP_CtrlFunct.so IPL4asp_Functions.so IPL4asp_PortType.so IPL4asp_Types.so Osmocom_Types.so Osmocom_VTY_Functions.so RLCMAC_CSN1_Types.so Socket_API_Definitions.so TCCConversion_Functions.so TCCInterface_Functions.so TELNETasp_PortType.so IPL4asp_PT.so IPL4asp_discovery.so TCCConversion.so TCCInterface.so IPL4_GSMTAP_CtrlFunctDef.so TELNETasp_PT.so \
-L/usr/lib -lttcn3-parallel-dynamic \
-L/lib -lcrypto \
-L/usr/lib -lxml2; \
then : ; else /usr/bin/titanver Test.o GSMTAP_PortType.o GSMTAP_Types.o GSM_RR_Types.o GSM_SystemInformation.o GSM_Types.o General_Types.o IPL4_GSMTAP_CtrlFunct.o IPL4asp_Functions.o IPL4asp_PortType.o IPL4asp_Types.o Osmocom_Types.o Osmocom_VTY_Functions.o RLCMAC_CSN1_Types.o Socket_API_Definitions.o TCCConversion_Functions.o TCCInterface_Functions.o TELNETasp_PortType.o IPL4asp_PT.o IPL4asp_discovery.o TCCConversion.o TCCInterface.o IPL4_GSMTAP_CtrlFunctDef.o TELNETasp_PT.o; exit 1; fi
 ---> aa4a82e0af73
Removing intermediate container e706338236a0
Step 6/8 : VOLUME /data
 ---> Running in 3a7b0730119c
 ---> 18a8907bf19f
Removing intermediate container 3a7b0730119c
Step 7/8 : COPY Test.cfg /data/Test.cfg
 ---> 3c32b791090e
Removing intermediate container 26c016409f19
Step 8/8 : CMD cd /data && 	/osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/sysinfo/Test && 	ttcn3_logmerge Test*.log
 ---> Running in 9dd00c8ba47c
 ---> a1341958e5b4
Removing intermediate container 9dd00c8ba47c
Successfully built a1341958e5b4
Successfully tagged osmocom-build/ttcn3-nitb-sysinfo:latest
+ cd /home/osmocom-build/jenkins/docker-playground/ttcn3-nitb-sysinfo
+ sh -x ./jenkins.sh
+ [ x = x ]
+ REPO_USER=osmocom-build
+ [ x/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo = x ]
+ docker volume rm nitb-vol
nitb-vol
+ docker run --rm --sysctl net.ipv6.conf.all.disable_ipv6=0 --network sigtran --ip 172.18.0.20 -v nitb-vol:/data --name nitb -d osmocom-build/osmo-nitb-master
234c4d2e765bc601dd557bc1406a0904cc50191c6226de061ad12592e492844f
+ docker volume rm bts-vol
bts-vol
+ docker run --rm --sysctl net.ipv6.conf.all.disable_ipv6=0 --network sigtran --ip 172.18.0.210 -v bts-vol:/data --name bts -d osmocom-build/osmo-bts-master
3c4c96c0c05a7e5c5f35f941dc214a22b9d47753eaa88165ba47dd722eb0591a
+ docker volume rm ttcn3-nitb-sysinfo-vol
ttcn3-nitb-sysinfo-vol
+ docker run --rm --sysctl net.ipv6.conf.all.disable_ipv6=0 --network sigtran --ip 172.18.0.230 -v ttcn3-nitb-sysinfo-vol:/data osmocom-build/ttcn3-nitb-sysinfo
ttcn3_start: Starting the test suite
ttcn3_start: warning: TTCN3_DIR environment variable is not set
spawn mctr_cli Test.cfg

*************************************************************************
* TTCN-3 Test Executor - Main Controller 2                              *
* Version: CRL 113 200/6 R1A                                            *
* Copyright (c) 2000-2016 Ericsson Telecom AB                           *
* All rights reserved. This program and the accompanying materials      *
* are made available under the terms of the Eclipse Public License v1.0 *
* which accompanies this distribution, and is available at              *
* http://www.eclipse.org/legal/epl-v10.html                             *
*************************************************************************

Using configuration file: Test.cfg
MC@e2e67e70ffda: Unix server socket created successfully.
MC@e2e67e70ffda: Listening on TCP port 34813.
e2e67e70ffda is the default
MC2> spawn /osmo-ttcn3-hacks/sysinfo/Test e2e67e70ffda 34813
TTCN-3 Host Controller (parallel mode), version CRL 113 200/6 R1A
MC@e2e67e70ffda: New HC connected from e2e67e70ffda [172.18.0.230]. e2e67e70ffda: Linux 4.7.0-0.bpo.1-amd64 on x86_64.
cmtc
MC@e2e67e70ffda: Downloading configuration file to all HCs.
construct junitlogger
Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML
HC@e2e67e70ffda: TTCN-3 Host Controller started on e2e67e70ffda. Version: CRL 113 200/6 R1A.
HC@e2e67e70ffda: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=No; SourceInfoFormat:=None; *.FileMask:=LOG_ALL; *.ConsoleMask:=LOG_ALL | MATCHING | DEBUG; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error
HC@e2e67e70ffda: Maximum number of open file descriptors: 1048576,   FD_SETSIZE = 1024
HC@e2e67e70ffda: The address of MC was set to e2e67e70ffda[172.18.0.230]:0.
HC@e2e67e70ffda: The local IP address of the control connection to MC is 172.18.0.230.
HC@e2e67e70ffda: Connected to MC.
HC@e2e67e70ffda: This host supports UNIX domain sockets for local communication.
HC@e2e67e70ffda: Processing configuration data received from MC.
HC@e2e67e70ffda: Initializing module GSMTAP_PortType.
HC@e2e67e70ffda: Initializing module GSMTAP_Types.
HC@e2e67e70ffda: Initializing module Osmocom_Types.
HC@e2e67e70ffda: Initialization of module Osmocom_Types finished.
HC@e2e67e70ffda: Initialization of module GSMTAP_Types finished.
HC@e2e67e70ffda: Initializing module IPL4asp_PortType.
HC@e2e67e70ffda: Initializing module IPL4asp_Types.
HC@e2e67e70ffda: Initializing module Socket_API_Definitions.
HC@e2e67e70ffda: Initialization of module Socket_API_Definitions finished.
HC@e2e67e70ffda: Initialization of module IPL4asp_Types finished.
HC@e2e67e70ffda: Initialization of module IPL4asp_PortType finished.
HC@e2e67e70ffda: Initialization of module GSMTAP_PortType finished.
HC@e2e67e70ffda: Initializing module GSM_RR_Types.
HC@e2e67e70ffda: Initializing module RLCMAC_CSN1_Types.
HC@e2e67e70ffda: Initializing module GSM_Types.
HC@e2e67e70ffda: Initializing module General_Types.
HC@e2e67e70ffda: Initialization of module General_Types finished.
HC@e2e67e70ffda: Initialization of module GSM_Types finished.
HC@e2e67e70ffda: Initialization of module RLCMAC_CSN1_Types finished.
HC@e2e67e70ffda: Initialization of module GSM_RR_Types finished.
HC@e2e67e70ffda: Initializing module GSM_SystemInformation.
HC@e2e67e70ffda: Initialization of module GSM_SystemInformation finished.
HC@e2e67e70ffda: Initializing module IPL4_GSMTAP_CtrlFunct.
HC@e2e67e70ffda: Initialization of module IPL4_GSMTAP_CtrlFunct finished.
HC@e2e67e70ffda: Initializing module IPL4asp_Functions.
HC@e2e67e70ffda: Initializing module TCCInterface_Functions.
HC@e2e67e70ffda: Initializing module TCCConversion_Functions.
HC@e2e67e70ffda: Initialization of module TCCConversion_Functions finished.
HC@e2e67e70ffda: Initialization of module TCCInterface_Functions finished.
HC@e2e67e70ffda: Initialization of module IPL4asp_Functions finished.
HC@e2e67e70ffda: Initializing module Osmocom_VTY_Functions.
HC@e2e67e70ffda: Initializing module TELNETasp_PortType.
HC@e2e67e70ffda: Initialization of module TELNETasp_PortType finished.
HC@e2e67e70ffda: Initialization of module Osmocom_VTY_Functions finished.
HC@e2e67e70ffda: Initializing module PreGenRecordOf.
HC@e2e67e70ffda: Initialization of module PreGenRecordOf finished.
HC@e2e67e70ffda: Initializing module Test.
HC@e2e67e70ffda: Initialization of module Test finished.
HC@e2e67e70ffda: Initializing module TitanLoggerApi.
HC@e2e67e70ffda: Initialization of module TitanLoggerApi finished.
HC@e2e67e70ffda: Initializing module TitanLoggerControl.
HC@e2e67e70ffda: Initialization of module TitanLoggerControl finished.
MC@e2e67e70ffda: Configuration file was processed on all HCs.
HC@e2e67e70ffda: Configuration data was processed successfully.
MC@e2e67e70ffda: Creating MTC on host e2e67e70ffda.
HC@e2e67e70ffda: MTC was created. Process id: 20.
MC@e2e67e70ffda: MTC is created.
MC2> smtc
Executing all items of [EXECUTE] section.
MC2> MTC@e2e67e70ffda: Executing test case TC_si1 in module Test.
MTC@e2e67e70ffda: Test case TC_si1 started.
MTC@e2e67e70ffda: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si1.
MTC@e2e67e70ffda: Port GSMTAP was started.
MTC@e2e67e70ffda: Port BSCVTY was started.
MTC@e2e67e70ffda: Component type Test.dummy_CT was initialized.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB38000000000000000000000000000E504002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '11'B, tx_integer := '1001'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '11'B, tx_integer := '1001'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FFE50400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '11'B, tx_integer := '1001'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '11'B, tx_integer := '1001'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B000062F22404D2490301275D40E50400392B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 0, lai := { mcc_mnc := '262F42'H, lac := 1234 }, ctrl_chan_desc := { mscrr := false, att := true, bs_ag_blks_res := 1, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 3, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '10'B, radio_link_timeout := '0111'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := '11'B, tx_integer := '1001'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: SI: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 0, lai := { mcc_mnc := '262F42'H, lac := 1234 }, ctrl_chan_desc := { mscrr := false, att := true, bs_ag_blks_res := 1, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 3, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '10'B, radio_link_timeout := '0111'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := '11'B, tx_integer := '1001'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F22404D25D40E504002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 1234 }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := '11'B, tx_integer := '1001'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 1234 }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := '11'B, tx_integer := '1001'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: setverdict(pass): none -> pass
MTC@e2e67e70ffda: Terminating component type Test.dummy_CT.
MTC@e2e67e70ffda: Port GSMTAP was stopped.
MTC@e2e67e70ffda: Port BSCVTY was stopped.
MTC@e2e67e70ffda: Component type Test.dummy_CT was shut down inside testcase TC_si1.
MTC@e2e67e70ffda: Waiting for PTCs to finish.
MTC@e2e67e70ffda: Setting final verdict of the test case.
MTC@e2e67e70ffda: Local verdict of MTC: pass
MTC@e2e67e70ffda: No PTCs were created.
MTC@e2e67e70ffda: Test case TC_si1 finished. Verdict: pass
MC@e2e67e70ffda: Test execution finished.
MTC@e2e67e70ffda: Executing test case TC_telnet in module Test.
MTC@e2e67e70ffda: Test case TC_telnet started.
MTC@e2e67e70ffda: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_telnet.
MTC@e2e67e70ffda: Port GSMTAP was started.
MTC@e2e67e70ffda: Port BSCVTY was started.
MTC@e2e67e70ffda: Component type Test.dummy_CT was initialized.
MTC@e2e67e70ffda: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was mapped to system:GSMTAP.
MTC@e2e67e70ffda: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@e2e67e70ffda: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@e2e67e70ffda: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was mapped to system:BSCVTY.
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004B830100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 1
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004B830100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19331, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19331, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 1
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004BB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004BB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19382, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19382, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@e2e67e70ffda: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "enable"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004BE90100000059061A00000000000000000000000000000000FF9D0400'O } id 3
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004BE90100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19433, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19433, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C1C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 4
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004C1C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19484, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19484, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 4
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "show network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C4F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 5
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004C4F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19535, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19535, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C82010000005506198FB380000000000000000000000000009D04002B'O } id 6
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004C82010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19586, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19586, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004CB50100000059061A00000000000000000000000000000000FF9D0400'O } id 7
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004CB50100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19637, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19637, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n             CCCH+SDCCH4:   0% (0/4)\n                   TCH/H:   0% (0/12)\n  Last RF Command: \n  Last RF Lock Command: " id 2
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 3
MTC@e2e67e70ffda: Matching on port BSCVTY "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n             CCCH+SDCCH4:   0% (0/4)\n                   TCH/H:   0% (0/12)\n  Last RF Command: \n  Last RF Lock Command: " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n             CCCH+SDCCH4:   0% (0/4)\n                   TCH/H:   0% (0/12)\n  Last RF Command: \n  Last RF Lock Command: " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n             CCCH+SDCCH4:   0% (0/4)\n                   TCH/H:   0% (0/12)\n  Last RF Command: \n  Last RF Lock Command: " with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n             CCCH+SDCCH4:   0% (0/4)\n                   TCH/H:   0% (0/12)\n  Last RF Command: \n  Last RF Lock Command: " with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n             CCCH+SDCCH4:   0% (0/4)\n                   TCH/H:   0% (0/12)\n  Last RF Command: \n  Last RF Lock Command: " with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n             CCCH+SDCCH4:   0% (0/4)\n                   TCH/H:   0% (0/12)\n  Last RF Command: \n  Last RF Lock Command: " id 2
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 3
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004CE80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 8
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004CE80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19688, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19688, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 8
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 4
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 4
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 5
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 7
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: setverdict(pass): none -> pass
MTC@e2e67e70ffda: Terminating component type Test.dummy_CT.
MTC@e2e67e70ffda: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was unmapped from system:GSMTAP.
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was stopped.
MTC@e2e67e70ffda: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was unmapped from system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was stopped.
MTC@e2e67e70ffda: Component type Test.dummy_CT was shut down inside testcase TC_telnet.
MTC@e2e67e70ffda: Waiting for PTCs to finish.
MTC@e2e67e70ffda: Setting final verdict of the test case.
MTC@e2e67e70ffda: Local verdict of MTC: pass
MTC@e2e67e70ffda: No PTCs were created.
MTC@e2e67e70ffda: Test case TC_telnet finished. Verdict: pass
MC@e2e67e70ffda: Test execution finished.
MTC@e2e67e70ffda: Executing test case TC_si_default in module Test.
MTC@e2e67e70ffda: Test case TC_si_default started.
MTC@e2e67e70ffda: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_default.
MTC@e2e67e70ffda: Port GSMTAP was started.
MTC@e2e67e70ffda: Port BSCVTY was started.
MTC@e2e67e70ffda: Component type Test.dummy_CT was initialized.
MTC@e2e67e70ffda: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was mapped to system:GSMTAP.
MTC@e2e67e70ffda: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@e2e67e70ffda: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@e2e67e70ffda: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was mapped to system:BSCVTY.
MTC@e2e67e70ffda: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "enable"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Port GSMTAP was cleared.
MTC@e2e67e70ffda: Start timer T: 8 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D1B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 1
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004D1B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19739, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19739, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 1
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19739, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 1
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D4E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004D4E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19790, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19790, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19790, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D810100000059061A00000000000000000000000000000000FF9D0400'O } id 3
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004D810100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19841, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19841, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19841, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004DB40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 4
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004DB40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19892, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19892, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 4
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19892, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 4
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004DE70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 5
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004DE70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19943, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19943, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19943, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E1A010000005506198FB380000000000000000000000000009D04002B'O } id 6
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004E1A010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19994, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19994, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19994, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E4D0100000059061A00000000000000000000000000000000FF9D0400'O } id 7
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004E4D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20045, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20045, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20045, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E800100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 8
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004E800100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20096, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20096, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 8
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20096, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004EB30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 9
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004EB30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20147, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20147, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 9
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20147, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004EE6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 10
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004EE6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20198, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20198, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 10
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20198, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F190100000059061A00000000000000000000000000000000FF9D0400'O } id 11
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004F190100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20249, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20249, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 11
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20249, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 11
MTC@e2e67e70ffda: Message with id 11 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F4C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 12
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004F4C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20300, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20300, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 12
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20300, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 12
MTC@e2e67e70ffda: Message with id 12 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F7F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 13
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004F7F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20351, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20351, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 13
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20351, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 13
MTC@e2e67e70ffda: Message with id 13 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004FB2010000005506198FB380000000000000000000000000009D04002B'O } id 14
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004FB2010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20402, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20402, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 14
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20402, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 14
MTC@e2e67e70ffda: Message with id 14 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004FE50100000059061A00000000000000000000000000000000FF9D0400'O } id 15
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004FE50100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20453, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20453, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 15
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20453, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 15
MTC@e2e67e70ffda: Message with id 15 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050180100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 16
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000050180100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20504, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20504, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 16
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20504, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 16
MTC@e2e67e70ffda: Message with id 16 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000504B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 17
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000504B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20555, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20555, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 17
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20555, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 17
MTC@e2e67e70ffda: Message with id 17 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000507E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 18
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000507E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20606, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20606, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 18
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20606, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 18
MTC@e2e67e70ffda: Message with id 18 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050B10100000059061A00000000000000000000000000000000FF9D0400'O } id 19
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000050B10100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20657, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20657, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 19
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20657, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 19
MTC@e2e67e70ffda: Message with id 19 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050E40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 20
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000050E40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20708, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20708, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 20
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20708, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 20
MTC@e2e67e70ffda: Message with id 20 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051170100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 21
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000051170100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20759, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20759, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20759, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21
MTC@e2e67e70ffda: Message with id 21 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000514A010000005506198FB380000000000000000000000000009D04002B'O } id 22
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000514A010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20810, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20810, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 22
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20810, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 22
MTC@e2e67e70ffda: Message with id 22 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000517D0100000059061A00000000000000000000000000000000FF9D0400'O } id 23
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000517D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20861, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20861, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 23
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20861, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 23
MTC@e2e67e70ffda: Message with id 23 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051B00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 24
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000051B00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20912, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20912, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 24
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20912, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 24
MTC@e2e67e70ffda: Message with id 24 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051E30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 25
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000051E30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20963, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20963, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20963, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25
MTC@e2e67e70ffda: Message with id 25 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005216010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 26
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005216010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21014, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21014, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 26
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21014, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 26
MTC@e2e67e70ffda: Message with id 26 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000052490100000059061A00000000000000000000000000000000FF9D0400'O } id 27
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000052490100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21065, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21065, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21065, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27
MTC@e2e67e70ffda: Message with id 27 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000527C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 28
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000527C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21116, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21116, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 28
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21116, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 28
MTC@e2e67e70ffda: Message with id 28 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000052AF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 29
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000052AF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21167, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21167, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21167, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29
MTC@e2e67e70ffda: Message with id 29 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000052E2010000005506198FB380000000000000000000000000009D04002B'O } id 30
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000052E2010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21218, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21218, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 30
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21218, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 30
MTC@e2e67e70ffda: Message with id 30 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053150100000059061A00000000000000000000000000000000FF9D0400'O } id 31
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000053150100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21269, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21269, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 31
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21269, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 31
MTC@e2e67e70ffda: Message with id 31 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053480100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 32
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000053480100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21320, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21320, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 32
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21320, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 32
MTC@e2e67e70ffda: Message with id 32 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000537B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 33
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000537B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21371, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21371, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21371, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33
MTC@e2e67e70ffda: Message with id 33 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 34
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000053AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21422, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21422, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 34
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21422, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 34
MTC@e2e67e70ffda: Message with id 34 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Timeout T: 8 s
MTC@e2e67e70ffda: "TC_si_default": TC=0 has #of SI=4
MTC@e2e67e70ffda: "TC_si_default": TC=1 has #of SI=4
MTC@e2e67e70ffda: "TC_si_default": TC=2 has #of SI=4
MTC@e2e67e70ffda: "TC_si_default": TC=3 has #of SI=5
MTC@e2e67e70ffda: "TC_si_default": TC=4 has #of SI=5
MTC@e2e67e70ffda: "TC_si_default": TC=5 has #of SI=4
MTC@e2e67e70ffda: "TC_si_default": TC=6 has #of SI=4
MTC@e2e67e70ffda: "TC_si_default": TC=7 has #of SI=4
MTC@e2e67e70ffda: setverdict(pass): none -> pass
MTC@e2e67e70ffda: Terminating component type Test.dummy_CT.
MTC@e2e67e70ffda: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was unmapped from system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was stopped.
MTC@e2e67e70ffda: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was unmapped from system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was stopped.
MTC@e2e67e70ffda: Component type Test.dummy_CT was shut down inside testcase TC_si_default.
MTC@e2e67e70ffda: Waiting for PTCs to finish.
MTC@e2e67e70ffda: Setting final verdict of the test case.
MTC@e2e67e70ffda: Local verdict of MTC: pass
MTC@e2e67e70ffda: No PTCs were created.
MTC@e2e67e70ffda: Test case TC_si_default finished. Verdict: pass
MC@e2e67e70ffda: Test execution finished.
MTC@e2e67e70ffda: Executing test case TC_si_sched_2bis in module Test.
MTC@e2e67e70ffda: Test case TC_si_sched_2bis started.
MTC@e2e67e70ffda: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2bis.
MTC@e2e67e70ffda: Port GSMTAP was started.
MTC@e2e67e70ffda: Port BSCVTY was started.
MTC@e2e67e70ffda: Component type Test.dummy_CT was initialized.
MTC@e2e67e70ffda: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was mapped to system:GSMTAP.
MTC@e2e67e70ffda: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@e2e67e70ffda: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@e2e67e70ffda: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was mapped to system:BSCVTY.
MTC@e2e67e70ffda: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "enable"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2bis mode static"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode static" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 11
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11
MTC@e2e67e70ffda: Message with id 11 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12
MTC@e2e67e70ffda: Message with id 12 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13
MTC@e2e67e70ffda: Message with id 13 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 14
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14
MTC@e2e67e70ffda: Message with id 14 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15
MTC@e2e67e70ffda: Message with id 15 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 16
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16
MTC@e2e67e70ffda: Message with id 16 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
MTC@e2e67e70ffda: Message with id 17 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 18
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 18
MTC@e2e67e70ffda: Message with id 18 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
MTC@e2e67e70ffda: Message with id 19 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 20
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20
MTC@e2e67e70ffda: Message with id 20 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21
MTC@e2e67e70ffda: Message with id 21 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22
MTC@e2e67e70ffda: Message with id 22 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 23
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23
MTC@e2e67e70ffda: Message with id 23 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24
MTC@e2e67e70ffda: Message with id 24 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 25
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25
MTC@e2e67e70ffda: Message with id 25 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
MTC@e2e67e70ffda: Message with id 26 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27
MTC@e2e67e70ffda: Message with id 27 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
MTC@e2e67e70ffda: Message with id 28 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 29
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29
MTC@e2e67e70ffda: Message with id 29 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30
MTC@e2e67e70ffda: Message with id 30 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31
MTC@e2e67e70ffda: Message with id 31 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 32
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32
MTC@e2e67e70ffda: Message with id 32 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33
MTC@e2e67e70ffda: Message with id 33 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 34
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34
MTC@e2e67e70ffda: Message with id 34 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
MTC@e2e67e70ffda: Message with id 35 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36
MTC@e2e67e70ffda: Message with id 36 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
MTC@e2e67e70ffda: Message with id 37 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 38
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38
MTC@e2e67e70ffda: Message with id 38 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
MTC@e2e67e70ffda: Message with id 39 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "write terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 40
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 40
MTC@e2e67e70ffda: Message with id 40 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
MTC@e2e67e70ffda: Message with id 41 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42
MTC@e2e67e70ffda: Message with id 42 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053E101000000550602BFE809B3FF00000000000000000000007900002B'O } id 1
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000053E101000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21473, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21473, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 1
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054140100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 2
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000054140100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21524, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21524, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 2
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 3
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000054470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21575, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21575, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 3
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000547A010000005506198FB380000000000000000000000000009D04002B'O } id 4
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000547A010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21626, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21626, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 4
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was cleared.
MTC@e2e67e70ffda: Start timer T: 8 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054AD0100000059061A00000000000000000000000000000000FF9D0400'O } id 5
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000054AD0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21677, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21677, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21677, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054E00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 6
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000054E00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21728, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21728, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 6
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21728, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055130100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 7
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000055130100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21779, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21779, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 7
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21779, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005546010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 8
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005546010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21830, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21830, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 8
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21830, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000557901000000550602BFE809B3FF00000000000000000000007900002B'O } id 9
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000557901000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21881, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21881, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 9
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21881, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055AC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 10
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000055AC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21932, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21932, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 10
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21932, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055DF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 11
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000055DF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21983, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21983, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 11
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21983, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 11
MTC@e2e67e70ffda: Message with id 11 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005612010000005506198FB380000000000000000000000000009D04002B'O } id 12
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005612010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22034, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22034, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22034, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12
MTC@e2e67e70ffda: Message with id 12 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056450100000059061A00000000000000000000000000000000FF9D0400'O } id 13
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000056450100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22085, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22085, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22085, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13
MTC@e2e67e70ffda: Message with id 13 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056780100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 14
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000056780100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22136, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22136, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 14
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22136, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 14
MTC@e2e67e70ffda: Message with id 14 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056AB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 15
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000056AB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22187, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22187, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 15
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22187, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 15
MTC@e2e67e70ffda: Message with id 15 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 16
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000056DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22238, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22238, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 16
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22238, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 16
MTC@e2e67e70ffda: Message with id 16 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000571101000000550602BFE809B3FF00000000000000000000007900002B'O } id 17
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000571101000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22289, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22289, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 17
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22289, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 17
MTC@e2e67e70ffda: Message with id 17 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057440100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 18
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000057440100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22340, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22340, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 18
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22340, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 18
MTC@e2e67e70ffda: Message with id 18 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057770100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 19
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000057770100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22391, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22391, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 19
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22391, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 19
MTC@e2e67e70ffda: Message with id 19 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057AA010000005506198FB380000000000000000000000000009D04002B'O } id 20
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000057AA010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22442, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22442, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22442, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20
MTC@e2e67e70ffda: Message with id 20 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057DD0100000059061A00000000000000000000000000000000FF9D0400'O } id 21
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000057DD0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22493, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22493, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22493, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21
MTC@e2e67e70ffda: Message with id 21 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058100100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 22
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000058100100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22544, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22544, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 22
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22544, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 22
MTC@e2e67e70ffda: Message with id 22 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058430100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 23
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000058430100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22595, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22595, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 23
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22595, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 23
MTC@e2e67e70ffda: Message with id 23 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005876010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 24
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005876010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22646, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22646, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 24
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22646, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 24
MTC@e2e67e70ffda: Message with id 24 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058A901000000550602BFE809B3FF00000000000000000000007900002B'O } id 25
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000058A901000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22697, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22697, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 25
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22697, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 25
MTC@e2e67e70ffda: Message with id 25 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058DC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 26
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000058DC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22748, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22748, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 26
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22748, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 26
MTC@e2e67e70ffda: Message with id 26 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000590F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 27
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000590F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22799, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22799, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 27
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22799, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 27
MTC@e2e67e70ffda: Message with id 27 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005942010000005506198FB380000000000000000000000000009D04002B'O } id 28
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005942010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22850, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22850, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22850, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28
MTC@e2e67e70ffda: Message with id 28 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059750100000059061A00000000000000000000000000000000FF9D0400'O } id 29
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000059750100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22901, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22901, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22901, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29
MTC@e2e67e70ffda: Message with id 29 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059A80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 30
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000059A80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22952, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22952, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 30
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22952, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 30
MTC@e2e67e70ffda: Message with id 30 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059DB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 31
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000059DB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23003, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23003, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 31
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23003, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 31
MTC@e2e67e70ffda: Message with id 31 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 32
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005A0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23054, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23054, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 32
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23054, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 32
MTC@e2e67e70ffda: Message with id 32 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A4101000000550602BFE809B3FF00000000000000000000007900002B'O } id 33
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005A4101000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 33
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 33
MTC@e2e67e70ffda: Message with id 33 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A740100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 34
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005A740100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23156, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23156, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 34
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23156, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 34
MTC@e2e67e70ffda: Message with id 34 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005AA70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 35
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005AA70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23207, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23207, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 35
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23207, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 35
MTC@e2e67e70ffda: Message with id 35 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005ADA010000005506198FB380000000000000000000000000009D04002B'O } id 36
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005ADA010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23258, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23258, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 36
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23258, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 36
MTC@e2e67e70ffda: Message with id 36 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B0D0100000059061A00000000000000000000000000000000FF9D0400'O } id 37
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005B0D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23309, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23309, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 37
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23309, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 37
MTC@e2e67e70ffda: Message with id 37 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B400100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 38
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005B400100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23360, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23360, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 38
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23360, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 38
MTC@e2e67e70ffda: Message with id 38 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: Timeout T: 8 s
MTC@e2e67e70ffda: "TC_si_sched_2bis": TC=0 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_2bis": TC=1 has #of SI=5
MTC@e2e67e70ffda: "TC_si_sched_2bis": TC=2 has #of SI=5
MTC@e2e67e70ffda: "TC_si_sched_2bis": TC=3 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_2bis": TC=4 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_2bis": TC=5 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_2bis": TC=6 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_2bis": TC=7 has #of SI=4
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43
MTC@e2e67e70ffda: Message with id 43 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 44
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44
MTC@e2e67e70ffda: Message with id 44 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45
MTC@e2e67e70ffda: Message with id 45 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 46
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46
MTC@e2e67e70ffda: Message with id 46 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
MTC@e2e67e70ffda: Message with id 47 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48
MTC@e2e67e70ffda: Message with id 48 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
MTC@e2e67e70ffda: Message with id 49 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 50
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50
MTC@e2e67e70ffda: Message with id 50 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51
MTC@e2e67e70ffda: Message with id 51 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52
MTC@e2e67e70ffda: Message with id 52 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 53
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53
MTC@e2e67e70ffda: Message with id 53 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54
MTC@e2e67e70ffda: Message with id 54 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 55
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55
MTC@e2e67e70ffda: Message with id 55 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
MTC@e2e67e70ffda: Message with id 56 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57
MTC@e2e67e70ffda: Message with id 57 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
MTC@e2e67e70ffda: Message with id 58 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 59
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59
MTC@e2e67e70ffda: Message with id 59 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60
MTC@e2e67e70ffda: Message with id 60 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61
MTC@e2e67e70ffda: Message with id 61 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 62
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62
MTC@e2e67e70ffda: Message with id 62 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63
MTC@e2e67e70ffda: Message with id 63 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 64
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64
MTC@e2e67e70ffda: Message with id 64 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
MTC@e2e67e70ffda: Message with id 65 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66
MTC@e2e67e70ffda: Message with id 66 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
MTC@e2e67e70ffda: Message with id 67 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 68
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68
MTC@e2e67e70ffda: Message with id 68 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69
MTC@e2e67e70ffda: Message with id 69 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70
MTC@e2e67e70ffda: Message with id 70 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 71
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71
MTC@e2e67e70ffda: Message with id 71 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72
MTC@e2e67e70ffda: Message with id 72 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 73
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73
MTC@e2e67e70ffda: Message with id 73 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
MTC@e2e67e70ffda: Message with id 74 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75
MTC@e2e67e70ffda: Message with id 75 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
MTC@e2e67e70ffda: Message with id 76 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 77
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77
MTC@e2e67e70ffda: Message with id 77 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
MTC@e2e67e70ffda: Message with id 78 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "write terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 79
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 79
MTC@e2e67e70ffda: Message with id 79 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
MTC@e2e67e70ffda: Message with id 80 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81
MTC@e2e67e70ffda: Message with id 81 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B730100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 39
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005B730100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23411, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23411, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 39
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005BA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 40
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005BA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23462, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23462, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 40
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005BD90100000059061A00000000000000000000000000000000FF9D0400'O } id 41
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005BD90100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23513, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23513, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 41
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C0C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 42
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005C0C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23564, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23564, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 42
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C3F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 43
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005C3F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23615, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23615, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 43
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: setverdict(pass): none -> pass
MTC@e2e67e70ffda: Terminating component type Test.dummy_CT.
MTC@e2e67e70ffda: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was unmapped from system:GSMTAP.
MTC@e2e67e70ffda: Message with id 39 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 40 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 41 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 42 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 43 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was stopped.
MTC@e2e67e70ffda: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was unmapped from system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was stopped.
MTC@e2e67e70ffda: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2bis.
MTC@e2e67e70ffda: Waiting for PTCs to finish.
MTC@e2e67e70ffda: Setting final verdict of the test case.
MTC@e2e67e70ffda: Local verdict of MTC: pass
MTC@e2e67e70ffda: No PTCs were created.
MTC@e2e67e70ffda: Test case TC_si_sched_2bis finished. Verdict: pass
MC@e2e67e70ffda: Test execution finished.
MTC@e2e67e70ffda: Executing test case TC_si_sched_2ter in module Test.
MTC@e2e67e70ffda: Test case TC_si_sched_2ter started.
MTC@e2e67e70ffda: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter.
MTC@e2e67e70ffda: Port GSMTAP was started.
MTC@e2e67e70ffda: Port BSCVTY was started.
MTC@e2e67e70ffda: Component type Test.dummy_CT was initialized.
MTC@e2e67e70ffda: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was mapped to system:GSMTAP.
MTC@e2e67e70ffda: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@e2e67e70ffda: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@e2e67e70ffda: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was mapped to system:BSCVTY.
MTC@e2e67e70ffda: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "enable"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11
MTC@e2e67e70ffda: Message with id 11 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 12
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12
MTC@e2e67e70ffda: Message with id 12 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13
MTC@e2e67e70ffda: Message with id 13 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 14
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14
MTC@e2e67e70ffda: Message with id 14 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15
MTC@e2e67e70ffda: Message with id 15 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2ter mode static"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 16
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode static" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 16
MTC@e2e67e70ffda: Message with id 16 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
MTC@e2e67e70ffda: Message with id 17 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18
MTC@e2e67e70ffda: Message with id 18 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
MTC@e2e67e70ffda: Message with id 19 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 20
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20
MTC@e2e67e70ffda: Message with id 20 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21
MTC@e2e67e70ffda: Message with id 21 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22
MTC@e2e67e70ffda: Message with id 22 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 23
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23
MTC@e2e67e70ffda: Message with id 23 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24
MTC@e2e67e70ffda: Message with id 24 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 25
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25
MTC@e2e67e70ffda: Message with id 25 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
MTC@e2e67e70ffda: Message with id 26 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27
MTC@e2e67e70ffda: Message with id 27 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
MTC@e2e67e70ffda: Message with id 28 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 29
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29
MTC@e2e67e70ffda: Message with id 29 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30
MTC@e2e67e70ffda: Message with id 30 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31
MTC@e2e67e70ffda: Message with id 31 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 32
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32
MTC@e2e67e70ffda: Message with id 32 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33
MTC@e2e67e70ffda: Message with id 33 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 34
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34
MTC@e2e67e70ffda: Message with id 34 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
MTC@e2e67e70ffda: Message with id 35 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36
MTC@e2e67e70ffda: Message with id 36 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
MTC@e2e67e70ffda: Message with id 37 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 38
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38
MTC@e2e67e70ffda: Message with id 38 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
MTC@e2e67e70ffda: Message with id 39 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "write terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 40
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 40
MTC@e2e67e70ffda: Message with id 40 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
MTC@e2e67e70ffda: Message with id 41 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42
MTC@e2e67e70ffda: Message with id 42 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C72010000005506198FB380000000000000000000000000009D04002B'O } id 1
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005C72010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23666, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23666, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 1
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005CA50100000059061A00000000000000000000000000000000FF9D0400'O } id 2
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005CA50100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23717, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23717, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 2
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005CD80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 3
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005CD80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23768, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23768, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 3
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D0B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005D0B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23819, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23819, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 4
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was cleared.
MTC@e2e67e70ffda: Start timer T: 8 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D3E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005D3E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23870, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23870, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23870, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D7101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 6
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005D7101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23921, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23921, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 6
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23921, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005DA40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 7
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005DA40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23972, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23972, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 7
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23972, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005DD70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 8
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005DD70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24023, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24023, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24023, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E0A010000005506198FB380000000000000000000000000009D04002B'O } id 9
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005E0A010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24074, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24074, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 9
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24074, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E3D0100000059061A00000000000000000000000000000000FF9D0400'O } id 10
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005E3D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24125, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24125, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 10
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24125, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E700100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 11
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005E700100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24176, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24176, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 11
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24176, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 11
MTC@e2e67e70ffda: Message with id 11 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005EA30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 12
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005EA30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24227, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24227, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24227, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12
MTC@e2e67e70ffda: Message with id 12 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005ED6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 13
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005ED6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24278, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24278, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 13
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24278, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 13
MTC@e2e67e70ffda: Message with id 13 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F0901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 14
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005F0901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24329, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24329, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 14
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24329, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 14
MTC@e2e67e70ffda: Message with id 14 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F3C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 15
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005F3C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24380, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24380, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 15
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24380, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 15
MTC@e2e67e70ffda: Message with id 15 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F6F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 16
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005F6F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24431, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24431, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24431, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16
MTC@e2e67e70ffda: Message with id 16 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005FA2010000005506198FB380000000000000000000000000009D04002B'O } id 17
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005FA2010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24482, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24482, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 17
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24482, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 17
MTC@e2e67e70ffda: Message with id 17 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005FD50100000059061A00000000000000000000000000000000FF9D0400'O } id 18
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005FD50100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24533, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24533, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 18
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24533, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 18
MTC@e2e67e70ffda: Message with id 18 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060080100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 19
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000060080100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24584, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24584, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 19
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24584, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 19
MTC@e2e67e70ffda: Message with id 19 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000603B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 20
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000603B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24635, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24635, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24635, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20
MTC@e2e67e70ffda: Message with id 20 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000606E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 21
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000606E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24686, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24686, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 21
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24686, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 21
MTC@e2e67e70ffda: Message with id 21 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060A101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 22
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000060A101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24737, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24737, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 22
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24737, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 22
MTC@e2e67e70ffda: Message with id 22 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060D40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 23
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000060D40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24788, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24788, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 23
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24788, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 23
MTC@e2e67e70ffda: Message with id 23 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061070100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 24
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000061070100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24839, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24839, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24839, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24
MTC@e2e67e70ffda: Message with id 24 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000613A010000005506198FB380000000000000000000000000009D04002B'O } id 25
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000613A010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24890, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24890, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 25
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24890, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 25
MTC@e2e67e70ffda: Message with id 25 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000616D0100000059061A00000000000000000000000000000000FF9D0400'O } id 26
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000616D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24941, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24941, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 26
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24941, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 26
MTC@e2e67e70ffda: Message with id 26 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061A00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 27
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000061A00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24992, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24992, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 27
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24992, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 27
MTC@e2e67e70ffda: Message with id 27 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061D30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 28
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000061D30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25043, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25043, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25043, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28
MTC@e2e67e70ffda: Message with id 28 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006206010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 29
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006206010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25094, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25094, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 29
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25094, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 29
MTC@e2e67e70ffda: Message with id 29 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000623901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 30
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000623901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25145, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25145, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 30
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25145, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 30
MTC@e2e67e70ffda: Message with id 30 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000626C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 31
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000626C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25196, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25196, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 31
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25196, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 31
MTC@e2e67e70ffda: Message with id 31 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000629F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 32
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000629F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25247, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25247, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 32
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25247, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 32
MTC@e2e67e70ffda: Message with id 32 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000062D2010000005506198FB380000000000000000000000000009D04002B'O } id 33
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000062D2010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25298, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25298, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 33
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25298, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 33
MTC@e2e67e70ffda: Message with id 33 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063050100000059061A00000000000000000000000000000000FF9D0400'O } id 34
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000063050100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25349, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25349, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 34
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25349, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 34
MTC@e2e67e70ffda: Message with id 34 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063380100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 35
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000063380100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25400, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25400, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 35
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25400, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 35
MTC@e2e67e70ffda: Message with id 35 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000636B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 36
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000636B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25451, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25451, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 36
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25451, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 36
MTC@e2e67e70ffda: Message with id 36 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000639E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 37
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000639E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25502, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25502, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 37
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25502, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 37
MTC@e2e67e70ffda: Message with id 37 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063D101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 38
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000063D101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25553, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25553, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 38
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25553, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 38
MTC@e2e67e70ffda: Message with id 38 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
MTC@e2e67e70ffda: Timeout T: 8 s
MTC@e2e67e70ffda: "TC_si_sched_2ter": TC=0 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_2ter": TC=1 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_2ter": TC=2 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_2ter": TC=3 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_2ter": TC=4 has #of SI=5
MTC@e2e67e70ffda: "TC_si_sched_2ter": TC=5 has #of SI=5
MTC@e2e67e70ffda: "TC_si_sched_2ter": TC=6 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_2ter": TC=7 has #of SI=4
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43
MTC@e2e67e70ffda: Message with id 43 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 44
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44
MTC@e2e67e70ffda: Message with id 44 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45
MTC@e2e67e70ffda: Message with id 45 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 46
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46
MTC@e2e67e70ffda: Message with id 46 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
MTC@e2e67e70ffda: Message with id 47 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48
MTC@e2e67e70ffda: Message with id 48 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
MTC@e2e67e70ffda: Message with id 49 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 50
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50
MTC@e2e67e70ffda: Message with id 50 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51
MTC@e2e67e70ffda: Message with id 51 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52
MTC@e2e67e70ffda: Message with id 52 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 53
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53
MTC@e2e67e70ffda: Message with id 53 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54
MTC@e2e67e70ffda: Message with id 54 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 55
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55
MTC@e2e67e70ffda: Message with id 55 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
MTC@e2e67e70ffda: Message with id 56 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57
MTC@e2e67e70ffda: Message with id 57 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
MTC@e2e67e70ffda: Message with id 58 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 59
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59
MTC@e2e67e70ffda: Message with id 59 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60
MTC@e2e67e70ffda: Message with id 60 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61
MTC@e2e67e70ffda: Message with id 61 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 62
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62
MTC@e2e67e70ffda: Message with id 62 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63
MTC@e2e67e70ffda: Message with id 63 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 64
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64
MTC@e2e67e70ffda: Message with id 64 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
MTC@e2e67e70ffda: Message with id 65 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66
MTC@e2e67e70ffda: Message with id 66 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
MTC@e2e67e70ffda: Message with id 67 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 68
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68
MTC@e2e67e70ffda: Message with id 68 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69
MTC@e2e67e70ffda: Message with id 69 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70
MTC@e2e67e70ffda: Message with id 70 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 71
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71
MTC@e2e67e70ffda: Message with id 71 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72
MTC@e2e67e70ffda: Message with id 72 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 73
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73
MTC@e2e67e70ffda: Message with id 73 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
MTC@e2e67e70ffda: Message with id 74 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75
MTC@e2e67e70ffda: Message with id 75 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
MTC@e2e67e70ffda: Message with id 76 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 77
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77
MTC@e2e67e70ffda: Message with id 77 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
MTC@e2e67e70ffda: Message with id 78 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "write terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 79
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 79
MTC@e2e67e70ffda: Message with id 79 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
MTC@e2e67e70ffda: Message with id 80 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81
MTC@e2e67e70ffda: Message with id 81 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064040100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 39
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000064040100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25604, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25604, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 39
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064370100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 40
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000064370100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25655, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25655, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 40
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000646A010000005506198FB380000000000000000000000000009D04002B'O } id 41
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000646A010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25706, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25706, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 41
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000649D0100000059061A00000000000000000000000000000000FF9D0400'O } id 42
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000649D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25757, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25757, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 42
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: setverdict(pass): none -> pass
MTC@e2e67e70ffda: Terminating component type Test.dummy_CT.
MTC@e2e67e70ffda: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was unmapped from system:GSMTAP.
MTC@e2e67e70ffda: Message with id 39 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 40 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 41 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 42 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was stopped.
MTC@e2e67e70ffda: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was unmapped from system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was stopped.
MTC@e2e67e70ffda: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter.
MTC@e2e67e70ffda: Waiting for PTCs to finish.
MTC@e2e67e70ffda: Setting final verdict of the test case.
MTC@e2e67e70ffda: Local verdict of MTC: pass
MTC@e2e67e70ffda: No PTCs were created.
MTC@e2e67e70ffda: Test case TC_si_sched_2ter finished. Verdict: pass
MC@e2e67e70ffda: Test execution finished.
MTC@e2e67e70ffda: Executing test case TC_si_sched_2ter_2bis in module Test.
MTC@e2e67e70ffda: Test case TC_si_sched_2ter_2bis started.
MTC@e2e67e70ffda: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter_2bis.
MTC@e2e67e70ffda: Port GSMTAP was started.
MTC@e2e67e70ffda: Port BSCVTY was started.
MTC@e2e67e70ffda: Component type Test.dummy_CT was initialized.
MTC@e2e67e70ffda: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was mapped to system:GSMTAP.
MTC@e2e67e70ffda: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@e2e67e70ffda: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@e2e67e70ffda: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was mapped to system:BSCVTY.
MTC@e2e67e70ffda: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "enable"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2bis mode static"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode static" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 11
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11
MTC@e2e67e70ffda: Message with id 11 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12
MTC@e2e67e70ffda: Message with id 12 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13
MTC@e2e67e70ffda: Message with id 13 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 14
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14
MTC@e2e67e70ffda: Message with id 14 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15
MTC@e2e67e70ffda: Message with id 15 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 16
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16
MTC@e2e67e70ffda: Message with id 16 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
MTC@e2e67e70ffda: Message with id 17 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2ter mode static"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode static" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18
MTC@e2e67e70ffda: Message with id 18 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
MTC@e2e67e70ffda: Message with id 19 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
MTC@e2e67e70ffda: Message with id 20 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21
MTC@e2e67e70ffda: Message with id 21 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 22
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22
MTC@e2e67e70ffda: Message with id 22 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23
MTC@e2e67e70ffda: Message with id 23 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24
MTC@e2e67e70ffda: Message with id 24 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 25
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25
MTC@e2e67e70ffda: Message with id 25 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26
MTC@e2e67e70ffda: Message with id 26 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 27
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27
MTC@e2e67e70ffda: Message with id 27 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
MTC@e2e67e70ffda: Message with id 28 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 29
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 29
MTC@e2e67e70ffda: Message with id 29 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30
MTC@e2e67e70ffda: Message with id 30 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 31
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31
MTC@e2e67e70ffda: Message with id 31 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32
MTC@e2e67e70ffda: Message with id 32 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33
MTC@e2e67e70ffda: Message with id 33 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 34
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34
MTC@e2e67e70ffda: Message with id 34 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35
MTC@e2e67e70ffda: Message with id 35 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 36
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36
MTC@e2e67e70ffda: Message with id 36 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
MTC@e2e67e70ffda: Message with id 37 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 38
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 38
MTC@e2e67e70ffda: Message with id 38 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39
MTC@e2e67e70ffda: Message with id 39 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 40
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40
MTC@e2e67e70ffda: Message with id 40 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
MTC@e2e67e70ffda: Message with id 41 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "write terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 42
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 42
MTC@e2e67e70ffda: Message with id 42 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43
MTC@e2e67e70ffda: Message with id 43 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44
MTC@e2e67e70ffda: Message with id 44 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064D00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 1
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000064D00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25808, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25808, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 1
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065030100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000065030100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25859, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25859, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006536010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006536010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25910, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25910, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 3
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000656901000000550602BFE809B3FF00000000000000000000007900002B'O } id 4
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000656901000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25961, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25961, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 4
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000659C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 5
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000659C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26012, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26012, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 5
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was cleared.
MTC@e2e67e70ffda: Start timer T: 8 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065CF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 6
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000065CF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26063, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26063, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26063, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006602010000005506198FB380000000000000000000000000009D04002B'O } id 7
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006602010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26114, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26114, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 7
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26114, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066350100000059061A00000000000000000000000000000000FF9D0400'O } id 8
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000066350100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26165, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26165, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 8
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26165, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066680100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 9
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000066680100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26216, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26216, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 9
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26216, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000669B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 10
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000669B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26267, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26267, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26267, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066CE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 11
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000066CE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26318, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26318, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 11
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26318, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 11
MTC@e2e67e70ffda: Message with id 11 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000670101000000550602BFE809B3FF00000000000000000000007900002B'O } id 12
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000670101000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26369, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26369, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 12
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26369, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 12
MTC@e2e67e70ffda: Message with id 12 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067340100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 13
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000067340100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26420, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26420, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 13
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26420, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 13
MTC@e2e67e70ffda: Message with id 13 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067670100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 14
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000067670100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26471, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26471, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 14
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26471, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 14
MTC@e2e67e70ffda: Message with id 14 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000679A010000005506198FB380000000000000000000000000009D04002B'O } id 15
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000679A010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26522, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26522, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 15
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26522, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 15
MTC@e2e67e70ffda: Message with id 15 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067CD0100000059061A00000000000000000000000000000000FF9D0400'O } id 16
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000067CD0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26573, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26573, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 16
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26573, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 16
MTC@e2e67e70ffda: Message with id 16 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068000100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 17
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068000100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26624, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26624, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 17
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26624, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 17
MTC@e2e67e70ffda: Message with id 17 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068330100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 18
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068330100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26675, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26675, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 18
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26675, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 18
MTC@e2e67e70ffda: Message with id 18 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006866010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 19
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006866010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26726, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26726, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 19
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26726, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 19
MTC@e2e67e70ffda: Message with id 19 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000689901000000550602BFE809B3FF00000000000000000000007900002B'O } id 20
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000689901000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26777, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26777, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 20
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26777, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 20
MTC@e2e67e70ffda: Message with id 20 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068CC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 21
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068CC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26828, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26828, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 21
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26828, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 21
MTC@e2e67e70ffda: Message with id 21 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068FF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 22
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068FF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26879, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26879, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26879, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22
MTC@e2e67e70ffda: Message with id 22 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006932010000005506198FB380000000000000000000000000009D04002B'O } id 23
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006932010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26930, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26930, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 23
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26930, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 23
MTC@e2e67e70ffda: Message with id 23 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069650100000059061A00000000000000000000000000000000FF9D0400'O } id 24
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069650100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26981, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26981, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 24
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26981, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 24
MTC@e2e67e70ffda: Message with id 24 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069980100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 25
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069980100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27032, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27032, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 25
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27032, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 25
MTC@e2e67e70ffda: Message with id 25 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069CB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 26
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069CB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27083, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27083, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27083, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26
MTC@e2e67e70ffda: Message with id 26 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069FE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 27
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069FE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27134, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27134, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 27
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27134, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 27
MTC@e2e67e70ffda: Message with id 27 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A3101000000550602BFE809B3FF00000000000000000000007900002B'O } id 28
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006A3101000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27185, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27185, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 28
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27185, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 28
MTC@e2e67e70ffda: Message with id 28 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A640100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 29
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006A640100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27236, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27236, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 29
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27236, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 29
MTC@e2e67e70ffda: Message with id 29 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A970100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 30
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006A970100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27287, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27287, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27287, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30
MTC@e2e67e70ffda: Message with id 30 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006ACA010000005506198FB380000000000000000000000000009D04002B'O } id 31
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006ACA010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27338, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27338, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 31
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27338, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 31
MTC@e2e67e70ffda: Message with id 31 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006AFD0100000059061A00000000000000000000000000000000FF9D0400'O } id 32
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006AFD0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27389, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27389, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 32
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27389, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 32
MTC@e2e67e70ffda: Message with id 32 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B300100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 33
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006B300100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27440, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27440, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 33
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27440, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 33
MTC@e2e67e70ffda: Message with id 33 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B630100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 34
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006B630100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27491, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27491, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27491, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34
MTC@e2e67e70ffda: Message with id 34 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B96010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 35
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006B96010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27542, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27542, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 35
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27542, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 35
MTC@e2e67e70ffda: Message with id 35 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BC901000000550602BFE809B3FF00000000000000000000007900002B'O } id 36
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006BC901000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27593, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27593, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 36
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27593, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 36
MTC@e2e67e70ffda: Message with id 36 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BFC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 37
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006BFC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27644, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27644, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 37
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27644, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 37
MTC@e2e67e70ffda: Message with id 37 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C2F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 38
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006C2F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27695, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27695, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27695, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38
MTC@e2e67e70ffda: Message with id 38 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C62010000005506198FB380000000000000000000000000009D04002B'O } id 39
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006C62010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27746, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27746, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 39
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27746, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 39
MTC@e2e67e70ffda: Message with id 39 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Timeout T: 8 s
MTC@e2e67e70ffda: "TC_si_sched_2ter_2bis": TC=0 has #of SI=5
MTC@e2e67e70ffda: "TC_si_sched_2ter_2bis": TC=1 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_2ter_2bis": TC=2 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_2ter_2bis": TC=3 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_2ter_2bis": TC=4 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_2ter_2bis": TC=5 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_2ter_2bis": TC=6 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_2ter_2bis": TC=7 has #of SI=5
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45
MTC@e2e67e70ffda: Message with id 45 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 46
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46
MTC@e2e67e70ffda: Message with id 46 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47
MTC@e2e67e70ffda: Message with id 47 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 48
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48
MTC@e2e67e70ffda: Message with id 48 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
MTC@e2e67e70ffda: Message with id 49 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50
MTC@e2e67e70ffda: Message with id 50 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51
MTC@e2e67e70ffda: Message with id 51 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 52
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52
MTC@e2e67e70ffda: Message with id 52 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53
MTC@e2e67e70ffda: Message with id 53 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54
MTC@e2e67e70ffda: Message with id 54 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 55
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55
MTC@e2e67e70ffda: Message with id 55 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56
MTC@e2e67e70ffda: Message with id 56 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 57
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57
MTC@e2e67e70ffda: Message with id 57 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
MTC@e2e67e70ffda: Message with id 58 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59
MTC@e2e67e70ffda: Message with id 59 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60
MTC@e2e67e70ffda: Message with id 60 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 61
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61
MTC@e2e67e70ffda: Message with id 61 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62
MTC@e2e67e70ffda: Message with id 62 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63
MTC@e2e67e70ffda: Message with id 63 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 64
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64
MTC@e2e67e70ffda: Message with id 64 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65
MTC@e2e67e70ffda: Message with id 65 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 66
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66
MTC@e2e67e70ffda: Message with id 66 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
MTC@e2e67e70ffda: Message with id 67 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68
MTC@e2e67e70ffda: Message with id 68 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69
MTC@e2e67e70ffda: Message with id 69 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 70
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70
MTC@e2e67e70ffda: Message with id 70 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71
MTC@e2e67e70ffda: Message with id 71 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72
MTC@e2e67e70ffda: Message with id 72 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 73
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73
MTC@e2e67e70ffda: Message with id 73 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74
MTC@e2e67e70ffda: Message with id 74 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 75
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75
MTC@e2e67e70ffda: Message with id 75 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
MTC@e2e67e70ffda: Message with id 76 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 77
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 77
MTC@e2e67e70ffda: Message with id 77 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78
MTC@e2e67e70ffda: Message with id 78 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 79
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79
MTC@e2e67e70ffda: Message with id 79 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
MTC@e2e67e70ffda: Message with id 80 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "write terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 81
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 81
MTC@e2e67e70ffda: Message with id 81 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82
MTC@e2e67e70ffda: Message with id 82 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83
MTC@e2e67e70ffda: Message with id 83 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C950100000059061A00000000000000000000000000000000FF9D0400'O } id 40
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006C950100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27797, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27797, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 40
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CC80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 41
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006CC80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27848, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27848, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 41
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CFB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 42
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006CFB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27899, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27899, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 42
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D2E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 43
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006D2E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27950, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27950, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 43
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: setverdict(pass): none -> pass
MTC@e2e67e70ffda: Terminating component type Test.dummy_CT.
MTC@e2e67e70ffda: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was unmapped from system:GSMTAP.
MTC@e2e67e70ffda: Message with id 40 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 41 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 42 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 43 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was stopped.
MTC@e2e67e70ffda: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was unmapped from system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was stopped.
MTC@e2e67e70ffda: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter_2bis.
MTC@e2e67e70ffda: Waiting for PTCs to finish.
MTC@e2e67e70ffda: Setting final verdict of the test case.
MTC@e2e67e70ffda: Local verdict of MTC: pass
MTC@e2e67e70ffda: No PTCs were created.
MTC@e2e67e70ffda: Test case TC_si_sched_2ter_2bis finished. Verdict: pass
MC@e2e67e70ffda: Test execution finished.
MTC@e2e67e70ffda: Executing test case TC_si_sched_2quater in module Test.
MTC@e2e67e70ffda: Test case TC_si_sched_2quater started.
MTC@e2e67e70ffda: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2quater.
MTC@e2e67e70ffda: Port GSMTAP was started.
MTC@e2e67e70ffda: Port BSCVTY was started.
MTC@e2e67e70ffda: Component type Test.dummy_CT was initialized.
MTC@e2e67e70ffda: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was mapped to system:GSMTAP.
MTC@e2e67e70ffda: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@e2e67e70ffda: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@e2e67e70ffda: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was mapped to system:BSCVTY.
MTC@e2e67e70ffda: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "enable"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11
MTC@e2e67e70ffda: Message with id 11 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 12
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12
MTC@e2e67e70ffda: Message with id 12 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13
MTC@e2e67e70ffda: Message with id 13 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 14
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14
MTC@e2e67e70ffda: Message with id 14 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15
MTC@e2e67e70ffda: Message with id 15 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16
MTC@e2e67e70ffda: Message with id 16 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
MTC@e2e67e70ffda: Message with id 17 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 18
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18
MTC@e2e67e70ffda: Message with id 18 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19
MTC@e2e67e70ffda: Message with id 19 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20
MTC@e2e67e70ffda: Message with id 20 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 21
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21
MTC@e2e67e70ffda: Message with id 21 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22
MTC@e2e67e70ffda: Message with id 22 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 23
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23
MTC@e2e67e70ffda: Message with id 23 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24
MTC@e2e67e70ffda: Message with id 24 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 25
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 25
MTC@e2e67e70ffda: Message with id 25 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
MTC@e2e67e70ffda: Message with id 26 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 27
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27
MTC@e2e67e70ffda: Message with id 27 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28
MTC@e2e67e70ffda: Message with id 28 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29
MTC@e2e67e70ffda: Message with id 29 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 30
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30
MTC@e2e67e70ffda: Message with id 30 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31
MTC@e2e67e70ffda: Message with id 31 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 32
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32
MTC@e2e67e70ffda: Message with id 32 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33
MTC@e2e67e70ffda: Message with id 33 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list add uarfcn 23 42 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list add uarfcn 23 42 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list add uarfcn 23 42 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list add uarfcn 23 42 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " si2quater neighbor-list add uarfcn 23 42 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34
MTC@e2e67e70ffda: Message with id 34 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
MTC@e2e67e70ffda: Message with id 35 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 36
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36
MTC@e2e67e70ffda: Message with id 36 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37
MTC@e2e67e70ffda: Message with id 37 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "write terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  si2quater neighbor-list add uarfcn 23 42 0\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 38
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  si2quater neighbor-list add uarfcn 23 42 0\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  si2quater neighbor-list add uarfcn 23 42 0\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  si2quater neighbor-list add uarfcn 23 42 0\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  si2quater neighbor-list add uarfcn 23 42 0\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  si2quater neighbor-list add uarfcn 23 42 0\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  si2quater neighbor-list add uarfcn 23 42 0\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 38
MTC@e2e67e70ffda: Message with id 38 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
MTC@e2e67e70ffda: Message with id 39 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40
MTC@e2e67e70ffda: Message with id 40 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D6101000000590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006D6101000000590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28001, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28001, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D940100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O } id 2
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006D940100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28052, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28052, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } } id 2
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DC70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 3
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006DC70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28103, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28103, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 3
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DFA010000005506198FB380000000000000000000000000009D04002B'O } id 4
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006DFA010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28154, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28154, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 4
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41
MTC@e2e67e70ffda: Message with id 41 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 42
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42
MTC@e2e67e70ffda: Message with id 42 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43
MTC@e2e67e70ffda: Message with id 43 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 44
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44
MTC@e2e67e70ffda: Message with id 44 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45
MTC@e2e67e70ffda: Message with id 45 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46
MTC@e2e67e70ffda: Message with id 46 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
MTC@e2e67e70ffda: Message with id 47 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 48
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48
MTC@e2e67e70ffda: Message with id 48 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49
MTC@e2e67e70ffda: Message with id 49 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50
MTC@e2e67e70ffda: Message with id 50 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 51
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51
MTC@e2e67e70ffda: Message with id 51 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52
MTC@e2e67e70ffda: Message with id 52 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 53
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53
MTC@e2e67e70ffda: Message with id 53 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54
MTC@e2e67e70ffda: Message with id 54 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55
MTC@e2e67e70ffda: Message with id 55 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
MTC@e2e67e70ffda: Message with id 56 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 57
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57
MTC@e2e67e70ffda: Message with id 57 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58
MTC@e2e67e70ffda: Message with id 58 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59
MTC@e2e67e70ffda: Message with id 59 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 60
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60
MTC@e2e67e70ffda: Message with id 60 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61
MTC@e2e67e70ffda: Message with id 61 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 62
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62
MTC@e2e67e70ffda: Message with id 62 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63
MTC@e2e67e70ffda: Message with id 63 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64
MTC@e2e67e70ffda: Message with id 64 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
MTC@e2e67e70ffda: Message with id 65 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 66
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66
MTC@e2e67e70ffda: Message with id 66 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67
MTC@e2e67e70ffda: Message with id 67 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68
MTC@e2e67e70ffda: Message with id 68 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 69
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69
MTC@e2e67e70ffda: Message with id 69 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70
MTC@e2e67e70ffda: Message with id 70 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 71
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71
MTC@e2e67e70ffda: Message with id 71 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72
MTC@e2e67e70ffda: Message with id 72 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 73
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 73
MTC@e2e67e70ffda: Message with id 73 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
MTC@e2e67e70ffda: Message with id 74 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 75
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75
MTC@e2e67e70ffda: Message with id 75 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76
MTC@e2e67e70ffda: Message with id 76 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "write terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 77
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 77
MTC@e2e67e70ffda: Message with id 77 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
MTC@e2e67e70ffda: Message with id 78 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79
MTC@e2e67e70ffda: Message with id 79 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E2D0100000059061A00000000000000000000000000000000FF9D0400'O } id 5
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006E2D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28205, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28205, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E600100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 6
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006E600100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28256, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28256, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 6
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E930100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 7
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006E930100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28307, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28307, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 7
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EC6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 8
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006EC6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28358, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28358, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 8
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: setverdict(pass): none -> pass
MTC@e2e67e70ffda: Terminating component type Test.dummy_CT.
MTC@e2e67e70ffda: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was unmapped from system:GSMTAP.
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was stopped.
MTC@e2e67e70ffda: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was unmapped from system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was stopped.
MTC@e2e67e70ffda: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2quater.
MTC@e2e67e70ffda: Waiting for PTCs to finish.
MTC@e2e67e70ffda: Setting final verdict of the test case.
MTC@e2e67e70ffda: Local verdict of MTC: pass
MTC@e2e67e70ffda: No PTCs were created.
MTC@e2e67e70ffda: Test case TC_si_sched_2quater finished. Verdict: pass
MC@e2e67e70ffda: Test execution finished.
MTC@e2e67e70ffda: Executing test case TC_si_sched_13 in module Test.
MTC@e2e67e70ffda: Test case TC_si_sched_13 started.
MTC@e2e67e70ffda: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13.
MTC@e2e67e70ffda: Port GSMTAP was started.
MTC@e2e67e70ffda: Port BSCVTY was started.
MTC@e2e67e70ffda: Component type Test.dummy_CT was initialized.
MTC@e2e67e70ffda: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was mapped to system:GSMTAP.
MTC@e2e67e70ffda: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@e2e67e70ffda: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@e2e67e70ffda: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was mapped to system:BSCVTY.
MTC@e2e67e70ffda: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "enable"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11
MTC@e2e67e70ffda: Message with id 11 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 12
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12
MTC@e2e67e70ffda: Message with id 12 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13
MTC@e2e67e70ffda: Message with id 13 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EF90100000059061A00000000000000000000000000000000FF9D0400'O } id 1
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006EF90100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28409, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28409, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 14
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14
MTC@e2e67e70ffda: Message with id 14 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15
MTC@e2e67e70ffda: Message with id 15 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16
MTC@e2e67e70ffda: Message with id 16 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
MTC@e2e67e70ffda: Message with id 17 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 18
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18
MTC@e2e67e70ffda: Message with id 18 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19
MTC@e2e67e70ffda: Message with id 19 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20
MTC@e2e67e70ffda: Message with id 20 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 21
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21
MTC@e2e67e70ffda: Message with id 21 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22
MTC@e2e67e70ffda: Message with id 22 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 23
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23
MTC@e2e67e70ffda: Message with id 23 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24
MTC@e2e67e70ffda: Message with id 24 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "gprs mode gprs"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 25
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode gprs" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode gprs" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " gprs mode gprs" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 25
MTC@e2e67e70ffda: Message with id 25 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
MTC@e2e67e70ffda: Message with id 26 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 27
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27
MTC@e2e67e70ffda: Message with id 27 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28
MTC@e2e67e70ffda: Message with id 28 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29
MTC@e2e67e70ffda: Message with id 29 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 30
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30
MTC@e2e67e70ffda: Message with id 30 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31
MTC@e2e67e70ffda: Message with id 31 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 32
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32
MTC@e2e67e70ffda: Message with id 32 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33
MTC@e2e67e70ffda: Message with id 33 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 34
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 34
MTC@e2e67e70ffda: Message with id 34 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
MTC@e2e67e70ffda: Message with id 35 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 36
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36
MTC@e2e67e70ffda: Message with id 36 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37
MTC@e2e67e70ffda: Message with id 37 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "write terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode gprs\n  gprs 11bit_rach_support_for_egprs 0\n  gprs routing area 0\n  gprs network-control-order nc0\n  gprs cell bvci 196\n  gprs cell timer blocking-timer 3\n  gprs cell timer blocking-retries 3\n  gprs cell timer unblocking-retries 3\n  gprs cell timer reset-timer 3\n  gprs cell timer reset-retries 3\n  gprs cell timer suspend-timer 10\n  gprs cell timer suspend-retries 3\n  gprs cell timer resume-timer 10\n  gprs cell timer resume-retries 3\n  gprs cell timer capability-update-timer 10\n  gprs cell timer capability-update-retries 3\n  gprs nsei 96\n  gprs ns timer tns-block 3\n  gprs ns timer tns-block-retries 3\n  gprs ns timer tns-reset 3\n  gprs ns timer tns-reset-retries 3\n  gprs ns timer tns-test 30\n  gprs ns timer tns-alive 3\n  gprs ns timer tns-alive-retries 10\n  gprs nsvc 0 nsvci 0\n  gprs nsvc 0 local udp port 21000\n  gprs nsvc 0 remote udp port 23000\n  gprs nsvc 0 remote ip 172.18.0.21\n  gprs nsvc 1 nsvci 0\n  gprs nsvc 1 local udp port 0\n  gprs nsvc 1 remote udp port 0\n  gprs nsvc 1 remote ip 0.0.0.0\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 38
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode gprs\n  gprs 11bit_rach_support_for_egprs 0\n  gprs routing area 0\n  gprs network-control-order nc0\n  gprs cell bvci 196\n  gprs cell timer blocking-timer 3\n  gprs cell timer blocking-retries 3\n  gprs cell timer unblocking-retries 3\n  gprs cell timer reset-timer 3\n  gprs cell timer reset-retries 3\n  gprs cell timer suspend-timer 10\n  gprs cell timer suspend-retries 3\n  gprs cell timer resume-timer 10\n  gprs cell timer resume-retries 3\n  gprs cell timer capability-update-timer 10\n  gprs cell timer capability-update-retries 3\n  gprs nsei 96\n  gprs ns timer tns-block 3\n  gprs ns timer tns-block-retries 3\n  gprs ns timer tns-reset 3\n  gprs ns timer tns-reset-retries 3\n  gprs ns timer tns-test 30\n  gprs ns timer tns-alive 3\n  gprs ns timer tns-alive-retries 10\n  gprs nsvc 0 nsvci 0\n  gprs nsvc 0 local udp port 21000\n  gprs nsvc 0 remote udp port 23000\n  gprs nsvc 0 remote ip 172.18.0.21\n  gprs nsvc 1 nsvci 0\n  gprs nsvc 1 local udp port 0\n  gprs nsvc 1 remote udp port 0\n  gprs nsvc 1 remote ip 0.0.0.0\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode gprs\n  gprs 11bit_rach_support_for_egprs 0\n  gprs routing area 0\n  gprs network-control-order nc0\n  gprs cell bvci 196\n  gprs cell timer blocking-timer 3\n  gprs cell timer blocking-retries 3\n  gprs cell timer unblocking-retries 3\n  gprs cell timer reset-timer 3\n  gprs cell timer reset-retries 3\n  gprs cell timer suspend-timer 10\n  gprs cell timer suspend-retries 3\n  gprs cell timer resume-timer 10\n  gprs cell timer resume-retries 3\n  gprs cell timer capability-update-timer 10\n  gprs cell timer capability-update-retries 3\n  gprs nsei 96\n  gprs ns timer tns-block 3\n  gprs ns timer tns-block-retries 3\n  gprs ns timer tns-reset 3\n  gprs ns timer tns-reset-retries 3\n  gprs ns timer tns-test 30\n  gprs ns timer tns-alive 3\n  gprs ns timer tns-alive-retries 10\n  gprs nsvc 0 nsvci 0\n  gprs nsvc 0 local udp port 21000\n  gprs nsvc 0 remote udp port 23000\n  gprs nsvc 0 remote ip 172.18.0.21\n  gprs nsvc 1 nsvci 0\n  gprs nsvc 1 local udp port 0\n  gprs nsvc 1 remote udp port 0\n  gprs nsvc 1 remote ip 0.0.0.0\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode gprs\n  gprs 11bit_rach_support_for_egprs 0\n  gprs routing area 0\n  gprs network-control-order nc0\n  gprs cell bvci 196\n  gprs cell timer blocking-timer 3\n  gprs cell timer blocking-retries 3\n  gprs cell timer unblocking-retries 3\n  gprs cell timer reset-timer 3\n  gprs cell timer reset-retries 3\n  gprs cell timer suspend-timer 10\n  gprs cell timer suspend-retries 3\n  gprs cell timer resume-timer 10\n  gprs cell timer resume-retries 3\n  gprs cell timer capability-update-timer 10\n  gprs cell timer capability-update-retries 3\n  gprs nsei 96\n  gprs ns timer tns-block 3\n  gprs ns timer tns-block-retries 3\n  gprs ns timer tns-reset 3\n  gprs ns timer tns-reset-retries 3\n  gprs ns timer tns-test 30\n  gprs ns timer tns-alive 3\n  gprs ns timer tns-alive-retries 10\n  gprs nsvc 0 nsvci 0\n  gprs nsvc 0 local udp port 21000\n  gprs nsvc 0 remote udp port 23000\n  gprs nsvc 0 remote ip 172.18.0.21\n  gprs nsvc 1 nsvci 0\n  gprs nsvc 1 local udp port 0\n  gprs nsvc 1 remote udp port 0\n  gprs nsvc 1 remote ip 0.0.0.0\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode gprs\n  gprs 11bit_rach_support_for_egprs 0\n  gprs routing area 0\n  gprs network-control-order nc0\n  gprs cell bvci 196\n  gprs cell timer blocking-timer 3\n  gprs cell timer blocking-retries 3\n  gprs cell timer unblocking-retries 3\n  gprs cell timer reset-timer 3\n  gprs cell timer reset-retries 3\n  gprs cell timer suspend-timer 10\n  gprs cell timer suspend-retries 3\n  gprs cell timer resume-timer 10\n  gprs cell timer resume-retries 3\n  gprs cell timer capability-update-timer 10\n  gprs cell timer capability-update-retries 3\n  gprs nsei 96\n  gprs ns timer tns-block 3\n  gprs ns timer tns-block-retries 3\n  gprs ns timer tns-reset 3\n  gprs ns timer tns-reset-retries 3\n  gprs ns timer tns-test 30\n  gprs ns timer tns-alive 3\n  gprs ns timer tns-alive-retries 10\n  gprs nsvc 0 nsvci 0\n  gprs nsvc 0 local udp port 21000\n  gprs nsvc 0 remote udp port 23000\n  gprs nsvc 0 remote ip 172.18.0.21\n  gprs nsvc 1 nsvci 0\n  gprs nsvc 1 local udp port 0\n  gprs nsvc 1 remote udp port 0\n  gprs nsvc 1 remote ip 0.0.0.0\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode gprs\n  gprs 11bit_rach_support_for_egprs 0\n  gprs routing area 0\n  gprs network-control-order nc0\n  gprs cell bvci 196\n  gprs cell timer blocking-timer 3\n  gprs cell timer blocking-retries 3\n  gprs cell timer unblocking-retries 3\n  gprs cell timer reset-timer 3\n  gprs cell timer reset-retries 3\n  gprs cell timer suspend-timer 10\n  gprs cell timer suspend-retries 3\n  gprs cell timer resume-timer 10\n  gprs cell timer resume-retries 3\n  gprs cell timer capability-update-timer 10\n  gprs cell timer capability-update-retries 3\n  gprs nsei 96\n  gprs ns timer tns-block 3\n  gprs ns timer tns-block-retries 3\n  gprs ns timer tns-reset 3\n  gprs ns timer tns-reset-retries 3\n  gprs ns timer tns-test 30\n  gprs ns timer tns-alive 3\n  gprs ns timer tns-alive-retries 10\n  gprs nsvc 0 nsvci 0\n  gprs nsvc 0 local udp port 21000\n  gprs nsvc 0 remote udp port 23000\n  gprs nsvc 0 remote ip 172.18.0.21\n  gprs nsvc 1 nsvci 0\n  gprs nsvc 1 local udp port 0\n  gprs nsvc 1 remote udp port 0\n  gprs nsvc 1 remote ip 0.0.0.0\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode gprs\n  gprs 11bit_rach_support_for_egprs 0\n  gprs routing area 0\n  gprs network-control-order nc0\n  gprs cell bvci 196\n  gprs cell timer blocking-timer 3\n  gprs cell timer blocking-retries 3\n  gprs cell timer unblocking-retries 3\n  gprs cell timer reset-timer 3\n  gprs cell timer reset-retries 3\n  gprs cell timer suspend-timer 10\n  gprs cell timer suspend-retries 3\n  gprs cell timer resume-timer 10\n  gprs cell timer resume-retries 3\n  gprs cell timer capability-update-timer 10\n  gprs cell timer capability-update-retries 3\n  gprs nsei 96\n  gprs ns timer tns-block 3\n  gprs ns timer tns-block-retries 3\n  gprs ns timer tns-reset 3\n  gprs ns timer tns-reset-retries 3\n  gprs ns timer tns-test 30\n  gprs ns timer tns-alive 3\n  gprs ns timer tns-alive-retries 10\n  gprs nsvc 0 nsvci 0\n  gprs nsvc 0 local udp port 21000\n  gprs nsvc 0 remote udp port 23000\n  gprs nsvc 0 remote ip 172.18.0.21\n  gprs nsvc 1 nsvci 0\n  gprs nsvc 1 local udp port 0\n  gprs nsvc 1 remote udp port 0\n  gprs nsvc 1 remote ip 0.0.0.0\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 38
MTC@e2e67e70ffda: Message with id 38 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
MTC@e2e67e70ffda: Message with id 39 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40
MTC@e2e67e70ffda: Message with id 40 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F2C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 2
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006F2C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28460, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28460, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 2
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F5F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 3
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006F5F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28511, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28511, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 3
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F92010000005506198FB380000000000000000000000000009D04002B'O } id 4
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006F92010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28562, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28562, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 4
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FC50100000059061A00000000000000000000000000000000FF9D0400'O } id 5
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006FC50100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28613, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28613, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was cleared.
MTC@e2e67e70ffda: Start timer T: 8 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FF80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 6
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006FF80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28664, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28664, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28664, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000702B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 7
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000702B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28715, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28715, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28715, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000705E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 8
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000705E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28766, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28766, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 8
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28766, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070910100000059061A00000000000000000000000000000000FF9D0400'O } id 9
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000070910100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28817, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28817, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28817, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070C40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 10
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000070C40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28868, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28868, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28868, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070F70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 11
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000070F70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28919, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28919, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28919, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11
MTC@e2e67e70ffda: Message with id 11 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000712A010000005506198FB380000000000000000000000000009D04002B'O } id 12
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000712A010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28970, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28970, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28970, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12
MTC@e2e67e70ffda: Message with id 12 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000715D0100000059061A00000000000000000000000000000000FF9D0400'O } id 13
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000715D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29021, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29021, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29021, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13
MTC@e2e67e70ffda: Message with id 13 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071900100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 14
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000071900100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29072, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29072, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29072, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14
MTC@e2e67e70ffda: Message with id 14 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071C30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 15
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000071C30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29123, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29123, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29123, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15
MTC@e2e67e70ffda: Message with id 15 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 16
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000071F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29174, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29174, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 16
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29174, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 16
MTC@e2e67e70ffda: Message with id 16 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072290100000059061A00000000000000000000000000000000FF9D0400'O } id 17
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000072290100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29225, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29225, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29225, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17
MTC@e2e67e70ffda: Message with id 17 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000725C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 18
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000725C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29276, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29276, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29276, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18
MTC@e2e67e70ffda: Message with id 18 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000728F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 19
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000728F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29327, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29327, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29327, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19
MTC@e2e67e70ffda: Message with id 19 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072C2010000005506198FB380000000000000000000000000009D04002B'O } id 20
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000072C2010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29378, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29378, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29378, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20
MTC@e2e67e70ffda: Message with id 20 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072F50100000059061A00000000000000000000000000000000FF9D0400'O } id 21
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000072F50100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29429, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29429, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29429, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21
MTC@e2e67e70ffda: Message with id 21 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073280100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 22
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000073280100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29480, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29480, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29480, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22
MTC@e2e67e70ffda: Message with id 22 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000735B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 23
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000735B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29531, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29531, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29531, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23
MTC@e2e67e70ffda: Message with id 23 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000738E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 24
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000738E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29582, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29582, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 24
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29582, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 24
MTC@e2e67e70ffda: Message with id 24 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073C10100000059061A00000000000000000000000000000000FF9D0400'O } id 25
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000073C10100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29633, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29633, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29633, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25
MTC@e2e67e70ffda: Message with id 25 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073F40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 26
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000073F40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29684, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29684, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29684, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26
MTC@e2e67e70ffda: Message with id 26 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074270100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 27
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000074270100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29735, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29735, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29735, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27
MTC@e2e67e70ffda: Message with id 27 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000745A010000005506198FB380000000000000000000000000009D04002B'O } id 28
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000745A010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29786, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29786, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29786, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28
MTC@e2e67e70ffda: Message with id 28 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000748D0100000059061A00000000000000000000000000000000FF9D0400'O } id 29
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000748D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29837, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29837, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29837, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29
MTC@e2e67e70ffda: Message with id 29 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074C00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 30
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000074C00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29888, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29888, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 30
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29888, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 30
MTC@e2e67e70ffda: Message with id 30 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074F30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 31
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000074F30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29939, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29939, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29939, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31
MTC@e2e67e70ffda: Message with id 31 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007526010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 32
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007526010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29990, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29990, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 32
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29990, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 32
MTC@e2e67e70ffda: Message with id 32 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075590100000059061A00000000000000000000000000000000FF9D0400'O } id 33
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000075590100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30041, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30041, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30041, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33
MTC@e2e67e70ffda: Message with id 33 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000758C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 34
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000758C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30092, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30092, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 34
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30092, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 34
MTC@e2e67e70ffda: Message with id 34 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075BF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 35
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000075BF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30143, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30143, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 35
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30143, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 35
MTC@e2e67e70ffda: Message with id 35 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075F2010000005506198FB380000000000000000000000000009D04002B'O } id 36
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000075F2010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30194, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30194, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 36
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30194, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 36
MTC@e2e67e70ffda: Message with id 36 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076250100000059061A00000000000000000000000000000000FF9D0400'O } id 37
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076250100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30245, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30245, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 37
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30245, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 37
MTC@e2e67e70ffda: Message with id 37 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076580100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 38
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076580100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30296, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30296, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 38
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30296, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 38
MTC@e2e67e70ffda: Message with id 38 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000768B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 39
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000768B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30347, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30347, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 39
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30347, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 39
MTC@e2e67e70ffda: Message with id 39 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Timeout T: 8 s
MTC@e2e67e70ffda: "TC_si_sched_13": TC=0 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_13": TC=1 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_13": TC=2 has #of SI=5
MTC@e2e67e70ffda: "TC_si_sched_13": TC=3 has #of SI=5
MTC@e2e67e70ffda: "TC_si_sched_13": TC=4 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_13": TC=5 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_13": TC=6 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_13": TC=7 has #of SI=4
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41
MTC@e2e67e70ffda: Message with id 41 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 42
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42
MTC@e2e67e70ffda: Message with id 42 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43
MTC@e2e67e70ffda: Message with id 43 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 44
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44
MTC@e2e67e70ffda: Message with id 44 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45
MTC@e2e67e70ffda: Message with id 45 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46
MTC@e2e67e70ffda: Message with id 46 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
MTC@e2e67e70ffda: Message with id 47 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 48
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48
MTC@e2e67e70ffda: Message with id 48 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49
MTC@e2e67e70ffda: Message with id 49 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50
MTC@e2e67e70ffda: Message with id 50 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 51
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51
MTC@e2e67e70ffda: Message with id 51 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52
MTC@e2e67e70ffda: Message with id 52 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 53
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53
MTC@e2e67e70ffda: Message with id 53 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54
MTC@e2e67e70ffda: Message with id 54 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55
MTC@e2e67e70ffda: Message with id 55 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
MTC@e2e67e70ffda: Message with id 56 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 57
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57
MTC@e2e67e70ffda: Message with id 57 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58
MTC@e2e67e70ffda: Message with id 58 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59
MTC@e2e67e70ffda: Message with id 59 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 60
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60
MTC@e2e67e70ffda: Message with id 60 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61
MTC@e2e67e70ffda: Message with id 61 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 62
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62
MTC@e2e67e70ffda: Message with id 62 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63
MTC@e2e67e70ffda: Message with id 63 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64
MTC@e2e67e70ffda: Message with id 64 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
MTC@e2e67e70ffda: Message with id 65 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 66
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66
MTC@e2e67e70ffda: Message with id 66 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67
MTC@e2e67e70ffda: Message with id 67 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68
MTC@e2e67e70ffda: Message with id 68 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 69
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69
MTC@e2e67e70ffda: Message with id 69 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70
MTC@e2e67e70ffda: Message with id 70 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 71
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71
MTC@e2e67e70ffda: Message with id 71 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72
MTC@e2e67e70ffda: Message with id 72 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 73
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 73
MTC@e2e67e70ffda: Message with id 73 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
MTC@e2e67e70ffda: Message with id 74 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 75
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75
MTC@e2e67e70ffda: Message with id 75 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76
MTC@e2e67e70ffda: Message with id 76 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "write terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 77
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 77
MTC@e2e67e70ffda: Message with id 77 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
MTC@e2e67e70ffda: Message with id 78 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79
MTC@e2e67e70ffda: Message with id 79 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 40
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30398, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30398, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 40
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076F10100000059061A00000000000000000000000000000000FF9D0400'O } id 41
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076F10100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30449, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30449, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 41
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077240100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 42
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077240100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30500, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30500, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 42
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077570100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 43
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077570100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30551, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30551, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 43
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: setverdict(pass): none -> pass
MTC@e2e67e70ffda: Terminating component type Test.dummy_CT.
MTC@e2e67e70ffda: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was unmapped from system:GSMTAP.
MTC@e2e67e70ffda: Message with id 40 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 41 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 42 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 43 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was stopped.
MTC@e2e67e70ffda: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was unmapped from system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was stopped.
MTC@e2e67e70ffda: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13.
MTC@e2e67e70ffda: Waiting for PTCs to finish.
MTC@e2e67e70ffda: Setting final verdict of the test case.
MTC@e2e67e70ffda: Local verdict of MTC: pass
MTC@e2e67e70ffda: No PTCs were created.
MTC@e2e67e70ffda: Test case TC_si_sched_13 finished. Verdict: pass
MC@e2e67e70ffda: Test execution finished.
MTC@e2e67e70ffda: Executing test case TC_si_sched_13_2bis_2ter_2quater in module Test.
MTC@e2e67e70ffda: Test case TC_si_sched_13_2bis_2ter_2quater started.
MTC@e2e67e70ffda: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13_2bis_2ter_2quater.
MTC@e2e67e70ffda: Port GSMTAP was started.
MTC@e2e67e70ffda: Port BSCVTY was started.
MTC@e2e67e70ffda: Component type Test.dummy_CT was initialized.
MTC@e2e67e70ffda: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was mapped to system:GSMTAP.
MTC@e2e67e70ffda: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@e2e67e70ffda: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@e2e67e70ffda: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was mapped to system:BSCVTY.
MTC@e2e67e70ffda: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "enable"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2bis mode static"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode static" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 11
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11
MTC@e2e67e70ffda: Message with id 11 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12
MTC@e2e67e70ffda: Message with id 12 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13
MTC@e2e67e70ffda: Message with id 13 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 14
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14
MTC@e2e67e70ffda: Message with id 14 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15
MTC@e2e67e70ffda: Message with id 15 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 16
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16
MTC@e2e67e70ffda: Message with id 16 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
MTC@e2e67e70ffda: Message with id 17 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2ter mode static"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode static" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18
MTC@e2e67e70ffda: Message with id 18 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
MTC@e2e67e70ffda: Message with id 19 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
MTC@e2e67e70ffda: Message with id 20 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21
MTC@e2e67e70ffda: Message with id 21 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 22
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22
MTC@e2e67e70ffda: Message with id 22 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23
MTC@e2e67e70ffda: Message with id 23 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24
MTC@e2e67e70ffda: Message with id 24 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 25
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25
MTC@e2e67e70ffda: Message with id 25 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26
MTC@e2e67e70ffda: Message with id 26 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 27
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27
MTC@e2e67e70ffda: Message with id 27 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
MTC@e2e67e70ffda: Message with id 28 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "gprs mode gprs"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 29
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode gprs" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode gprs" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " gprs mode gprs" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 29
MTC@e2e67e70ffda: Message with id 29 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30
MTC@e2e67e70ffda: Message with id 30 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 31
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31
MTC@e2e67e70ffda: Message with id 31 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32
MTC@e2e67e70ffda: Message with id 32 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33
MTC@e2e67e70ffda: Message with id 33 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 34
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34
MTC@e2e67e70ffda: Message with id 34 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35
MTC@e2e67e70ffda: Message with id 35 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 36
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36
MTC@e2e67e70ffda: Message with id 36 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
MTC@e2e67e70ffda: Message with id 37 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list add uarfcn 23 42 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list add uarfcn 23 42 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list add uarfcn 23 42 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list add uarfcn 23 42 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " si2quater neighbor-list add uarfcn 23 42 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38
MTC@e2e67e70ffda: Message with id 38 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39
MTC@e2e67e70ffda: Message with id 39 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 40
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40
MTC@e2e67e70ffda: Message with id 40 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
MTC@e2e67e70ffda: Message with id 41 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "write terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  si2quater neighbor-list add uarfcn 23 42 0\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode gprs\n  gprs 11bit_rach_support_for_egprs 0\n  gprs routing area 0\n  gprs network-control-order nc0\n  gprs cell bvci 196\n  gprs cell timer blocking-timer 3\n  gprs cell timer blocking-retries 3\n  gprs cell timer unblocking-retries 3\n  gprs cell timer reset-timer 3\n  gprs cell timer reset-retries 3\n  gprs cell timer suspend-timer 10\n  gprs cell timer suspend-retries 3\n  gprs cell timer resume-timer 10\n  gprs cell timer resume-retries 3\n  gprs cell timer capability-update-timer 10\n  gprs cell timer capability-update-retries 3\n  gprs nsei 96\n  gprs ns timer tns-block 3\n  gprs ns timer tns-block-retries 3\n  gprs ns timer tns-reset 3\n  gprs ns timer tns-reset-retries 3\n  gprs ns timer tns-test 30\n  gprs ns timer tns-alive 3\n  gprs ns timer tns-alive-retries 10\n  gprs nsvc 0 nsvci 0\n  gprs nsvc 0 local udp port 21000\n  gprs nsvc 0 remote udp port 23000\n  gprs nsvc 0 remote ip 172.18.0.21\n  gprs nsvc 1 nsvci 0\n  gprs nsvc 1 local udp port 0\n  gprs nsvc 1 remote udp port 0\n  gprs nsvc 1 remote ip 0.0.0.0\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 42
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  si2quater neighbor-list add uarfcn 23 42 0\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode gprs\n  gprs 11bit_rach_support_for_egprs 0\n  gprs routing area 0\n  gprs network-control-order nc0\n  gprs cell bvci 196\n  gprs cell timer blocking-timer 3\n  gprs cell timer blocking-retries 3\n  gprs cell timer unblocking-retries 3\n  gprs cell timer reset-timer 3\n  gprs cell timer reset-retries 3\n  gprs cell timer suspend-timer 10\n  gprs cell timer suspend-retries 3\n  gprs cell timer resume-timer 10\n  gprs cell timer resume-retries 3\n  gprs cell timer capability-update-timer 10\n  gprs cell timer capability-update-retries 3\n  gprs nsei 96\n  gprs ns timer tns-block 3\n  gprs ns timer tns-block-retries 3\n  gprs ns timer tns-reset 3\n  gprs ns timer tns-reset-retries 3\n  gprs ns timer tns-test 30\n  gprs ns timer tns-alive 3\n  gprs ns timer tns-alive-retries 10\n  gprs nsvc 0 nsvci 0\n  gprs nsvc 0 local udp port 21000\n  gprs nsvc 0 remote udp port 23000\n  gprs nsvc 0 remote ip 172.18.0.21\n  gprs nsvc 1 nsvci 0\n  gprs nsvc 1 local udp port 0\n  gprs nsvc 1 remote udp port 0\n  gprs nsvc 1 remote ip 0.0.0.0\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  si2quater neighbor-list add uarfcn 23 42 0\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode gprs\n  gprs 11bit_rach_support_for_egprs 0\n  gprs routing area 0\n  gprs network-control-order nc0\n  gprs cell bvci 196\n  gprs cell timer blocking-timer 3\n  gprs cell timer blocking-retries 3\n  gprs cell timer unblocking-retries 3\n  gprs cell timer reset-timer 3\n  gprs cell timer reset-retries 3\n  gprs cell timer suspend-timer 10\n  gprs cell timer suspend-retries 3\n  gprs cell timer resume-timer 10\n  gprs cell timer resume-retries 3\n  gprs cell timer capability-update-timer 10\n  gprs cell timer capability-update-retries 3\n  gprs nsei 96\n  gprs ns timer tns-block 3\n  gprs ns timer tns-block-retries 3\n  gprs ns timer tns-reset 3\n  gprs ns timer tns-reset-retries 3\n  gprs ns timer tns-test 30\n  gprs ns timer tns-alive 3\n  gprs ns timer tns-alive-retries 10\n  gprs nsvc 0 nsvci 0\n  gprs nsvc 0 local udp port 21000\n  gprs nsvc 0 remote udp port 23000\n  gprs nsvc 0 remote ip 172.18.0.21\n  gprs nsvc 1 nsvci 0\n  gprs nsvc 1 local udp port 0\n  gprs nsvc 1 remote udp port 0\n  gprs nsvc 1 remote ip 0.0.0.0\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  si2quater neighbor-list add uarfcn 23 42 0\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode gprs\n  gprs 11bit_rach_support_for_egprs 0\n  gprs routing area 0\n  gprs network-control-order nc0\n  gprs cell bvci 196\n  gprs cell timer blocking-timer 3\n  gprs cell timer blocking-retries 3\n  gprs cell timer unblocking-retries 3\n  gprs cell timer reset-timer 3\n  gprs cell timer reset-retries 3\n  gprs cell timer suspend-timer 10\n  gprs cell timer suspend-retries 3\n  gprs cell timer resume-timer 10\n  gprs cell timer resume-retries 3\n  gprs cell timer capability-update-timer 10\n  gprs cell timer capability-update-retries 3\n  gprs nsei 96\n  gprs ns timer tns-block 3\n  gprs ns timer tns-block-retries 3\n  gprs ns timer tns-reset 3\n  gprs ns timer tns-reset-retries 3\n  gprs ns timer tns-test 30\n  gprs ns timer tns-alive 3\n  gprs ns timer tns-alive-retries 10\n  gprs nsvc 0 nsvci 0\n  gprs nsvc 0 local udp port 21000\n  gprs nsvc 0 remote udp port 23000\n  gprs nsvc 0 remote ip 172.18.0.21\n  gprs nsvc 1 nsvci 0\n  gprs nsvc 1 local udp port 0\n  gprs nsvc 1 remote udp port 0\n  gprs nsvc 1 remote ip 0.0.0.0\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  si2quater neighbor-list add uarfcn 23 42 0\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode gprs\n  gprs 11bit_rach_support_for_egprs 0\n  gprs routing area 0\n  gprs network-control-order nc0\n  gprs cell bvci 196\n  gprs cell timer blocking-timer 3\n  gprs cell timer blocking-retries 3\n  gprs cell timer unblocking-retries 3\n  gprs cell timer reset-timer 3\n  gprs cell timer reset-retries 3\n  gprs cell timer suspend-timer 10\n  gprs cell timer suspend-retries 3\n  gprs cell timer resume-timer 10\n  gprs cell timer resume-retries 3\n  gprs cell timer capability-update-timer 10\n  gprs cell timer capability-update-retries 3\n  gprs nsei 96\n  gprs ns timer tns-block 3\n  gprs ns timer tns-block-retries 3\n  gprs ns timer tns-reset 3\n  gprs ns timer tns-reset-retries 3\n  gprs ns timer tns-test 30\n  gprs ns timer tns-alive 3\n  gprs ns timer tns-alive-retries 10\n  gprs nsvc 0 nsvci 0\n  gprs nsvc 0 local udp port 21000\n  gprs nsvc 0 remote udp port 23000\n  gprs nsvc 0 remote ip 172.18.0.21\n  gprs nsvc 1 nsvci 0\n  gprs nsvc 1 local udp port 0\n  gprs nsvc 1 remote udp port 0\n  gprs nsvc 1 remote ip 0.0.0.0\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  si2quater neighbor-list add uarfcn 23 42 0\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode gprs\n  gprs 11bit_rach_support_for_egprs 0\n  gprs routing area 0\n  gprs network-control-order nc0\n  gprs cell bvci 196\n  gprs cell timer blocking-timer 3\n  gprs cell timer blocking-retries 3\n  gprs cell timer unblocking-retries 3\n  gprs cell timer reset-timer 3\n  gprs cell timer reset-retries 3\n  gprs cell timer suspend-timer 10\n  gprs cell timer suspend-retries 3\n  gprs cell timer resume-timer 10\n  gprs cell timer resume-retries 3\n  gprs cell timer capability-update-timer 10\n  gprs cell timer capability-update-retries 3\n  gprs nsei 96\n  gprs ns timer tns-block 3\n  gprs ns timer tns-block-retries 3\n  gprs ns timer tns-reset 3\n  gprs ns timer tns-reset-retries 3\n  gprs ns timer tns-test 30\n  gprs ns timer tns-alive 3\n  gprs ns timer tns-alive-retries 10\n  gprs nsvc 0 nsvci 0\n  gprs nsvc 0 local udp port 21000\n  gprs nsvc 0 remote udp port 23000\n  gprs nsvc 0 remote ip 172.18.0.21\n  gprs nsvc 1 nsvci 0\n  gprs nsvc 1 local udp port 0\n  gprs nsvc 1 remote udp port 0\n  gprs nsvc 1 remote ip 0.0.0.0\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  si2quater neighbor-list add uarfcn 23 42 0\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode gprs\n  gprs 11bit_rach_support_for_egprs 0\n  gprs routing area 0\n  gprs network-control-order nc0\n  gprs cell bvci 196\n  gprs cell timer blocking-timer 3\n  gprs cell timer blocking-retries 3\n  gprs cell timer unblocking-retries 3\n  gprs cell timer reset-timer 3\n  gprs cell timer reset-retries 3\n  gprs cell timer suspend-timer 10\n  gprs cell timer suspend-retries 3\n  gprs cell timer resume-timer 10\n  gprs cell timer resume-retries 3\n  gprs cell timer capability-update-timer 10\n  gprs cell timer capability-update-retries 3\n  gprs nsei 96\n  gprs ns timer tns-block 3\n  gprs ns timer tns-block-retries 3\n  gprs ns timer tns-reset 3\n  gprs ns timer tns-reset-retries 3\n  gprs ns timer tns-test 30\n  gprs ns timer tns-alive 3\n  gprs ns timer tns-alive-retries 10\n  gprs nsvc 0 nsvci 0\n  gprs nsvc 0 local udp port 21000\n  gprs nsvc 0 remote udp port 23000\n  gprs nsvc 0 remote ip 172.18.0.21\n  gprs nsvc 1 nsvci 0\n  gprs nsvc 1 local udp port 0\n  gprs nsvc 1 remote udp port 0\n  gprs nsvc 1 remote ip 0.0.0.0\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 42
MTC@e2e67e70ffda: Message with id 42 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43
MTC@e2e67e70ffda: Message with id 43 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44
MTC@e2e67e70ffda: Message with id 44 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000778A010000005506198FB380000000000000000000000000009D04002B'O } id 1
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000778A010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30602, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30602, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 1
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077BD0100000059061A00000000000000000000000000000000FF9D0400'O } id 2
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077BD0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30653, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30653, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 2
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077F00100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 3
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077F00100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30704, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30704, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 3
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078230100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 4
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000078230100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30755, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30755, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 4
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was cleared.
MTC@e2e67e70ffda: Start timer T: 8 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000785601000000590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000785601000000590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30806, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30806, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30806, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2quater (7) }, payload := { other := '400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2quater (7) }, payload := { other := '400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000788901000000550602BFE809B3FF00000000000000000000007900002B'O } id 6
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000788901000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30857, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30857, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 6
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30857, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078BC0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 7
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000078BC0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30908, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30908, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 7
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30908, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078EF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 8
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000078EF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30959, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30959, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 8
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30959, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007922010000005506198FB380000000000000000000000000009D04002B'O } id 9
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007922010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31010, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31010, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 9
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31010, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079550100000059061A00000000000000000000000000000000FF9D0400'O } id 10
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079550100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31061, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31061, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 10
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31061, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079880100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 11
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079880100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31112, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31112, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 11
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31112, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 11
MTC@e2e67e70ffda: Message with id 11 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079BB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 12
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079BB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31163, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31163, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 12
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31163, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 12
MTC@e2e67e70ffda: Message with id 12 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 13
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31214, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31214, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 13
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31214, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 13
MTC@e2e67e70ffda: Message with id 13 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A2101000000550602BFE809B3FF00000000000000000000007900002B'O } id 14
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007A2101000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31265, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31265, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 14
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31265, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 14
MTC@e2e67e70ffda: Message with id 14 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A540100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 15
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007A540100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31316, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31316, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 15
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31316, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 15
MTC@e2e67e70ffda: Message with id 15 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A870100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 16
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007A870100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31367, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31367, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 16
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31367, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 16
MTC@e2e67e70ffda: Message with id 16 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007ABA010000005506198FB380000000000000000000000000009D04002B'O } id 17
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007ABA010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31418, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31418, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 17
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31418, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 17
MTC@e2e67e70ffda: Message with id 17 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007AED0100000059061A00000000000000000000000000000000FF9D0400'O } id 18
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007AED0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31469, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31469, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 18
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31469, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 18
MTC@e2e67e70ffda: Message with id 18 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B200100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 19
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007B200100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31520, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31520, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 19
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31520, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 19
MTC@e2e67e70ffda: Message with id 19 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B530100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 20
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007B530100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31571, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31571, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 20
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31571, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 20
MTC@e2e67e70ffda: Message with id 20 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B8601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 21
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007B8601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31622, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31622, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 21
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31622, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 21
MTC@e2e67e70ffda: Message with id 21 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BB901000000550602BFE809B3FF00000000000000000000007900002B'O } id 22
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007BB901000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31673, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31673, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 22
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31673, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 22
MTC@e2e67e70ffda: Message with id 22 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BEC0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 23
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007BEC0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31724, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31724, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 23
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31724, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 23
MTC@e2e67e70ffda: Message with id 23 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C1F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 24
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007C1F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31775, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31775, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 24
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31775, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 24
MTC@e2e67e70ffda: Message with id 24 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C52010000005506198FB380000000000000000000000000009D04002B'O } id 25
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007C52010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31826, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31826, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 25
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31826, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 25
MTC@e2e67e70ffda: Message with id 25 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C850100000059061A00000000000000000000000000000000FF9D0400'O } id 26
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007C850100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31877, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31877, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 26
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31877, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 26
MTC@e2e67e70ffda: Message with id 26 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CB80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 27
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007CB80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31928, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31928, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 27
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31928, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 27
MTC@e2e67e70ffda: Message with id 27 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CEB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 28
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007CEB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31979, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31979, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 28
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31979, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 28
MTC@e2e67e70ffda: Message with id 28 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D1E01000000590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 29
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007D1E01000000590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32030, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32030, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 29
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32030, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 29
MTC@e2e67e70ffda: Message with id 29 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2quater (7) }, payload := { other := '400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2quater (7) }, payload := { other := '400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D5101000000550602BFE809B3FF00000000000000000000007900002B'O } id 30
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007D5101000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32081, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32081, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 30
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32081, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 30
MTC@e2e67e70ffda: Message with id 30 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D840100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 31
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007D840100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32132, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32132, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 31
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32132, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 31
MTC@e2e67e70ffda: Message with id 31 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DB70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 32
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007DB70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32183, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32183, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 32
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32183, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 32
MTC@e2e67e70ffda: Message with id 32 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DEA010000005506198FB380000000000000000000000000009D04002B'O } id 33
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007DEA010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32234, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32234, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 33
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32234, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 33
MTC@e2e67e70ffda: Message with id 33 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E1D0100000059061A00000000000000000000000000000000FF9D0400'O } id 34
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007E1D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32285, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32285, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 34
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32285, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 34
MTC@e2e67e70ffda: Message with id 34 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E500100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 35
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007E500100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32336, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32336, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 35
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32336, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 35
MTC@e2e67e70ffda: Message with id 35 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E830100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 36
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007E830100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32387, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32387, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 36
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32387, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 36
MTC@e2e67e70ffda: Message with id 36 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 37
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007EB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32438, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32438, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 37
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32438, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 37
MTC@e2e67e70ffda: Message with id 37 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EE901000000550602BFE809B3FF00000000000000000000007900002B'O } id 38
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007EE901000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32489, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32489, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 38
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32489, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 38
MTC@e2e67e70ffda: Message with id 38 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Timeout T: 8 s
MTC@e2e67e70ffda: "TC_si_sched_13_2bis_2ter_2quater": TC=0 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_13_2bis_2ter_2quater": TC=1 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_13_2bis_2ter_2quater": TC=2 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_13_2bis_2ter_2quater": TC=3 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_13_2bis_2ter_2quater": TC=4 has #of SI=5
MTC@e2e67e70ffda: "TC_si_sched_13_2bis_2ter_2quater": TC=5 has #of SI=5
MTC@e2e67e70ffda: "TC_si_sched_13_2bis_2ter_2quater": TC=6 has #of SI=4
MTC@e2e67e70ffda: "TC_si_sched_13_2bis_2ter_2quater": TC=7 has #of SI=4
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45
MTC@e2e67e70ffda: Message with id 45 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 46
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46
MTC@e2e67e70ffda: Message with id 46 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47
MTC@e2e67e70ffda: Message with id 47 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 48
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48
MTC@e2e67e70ffda: Message with id 48 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
MTC@e2e67e70ffda: Message with id 49 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50
MTC@e2e67e70ffda: Message with id 50 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51
MTC@e2e67e70ffda: Message with id 51 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 52
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52
MTC@e2e67e70ffda: Message with id 52 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53
MTC@e2e67e70ffda: Message with id 53 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54
MTC@e2e67e70ffda: Message with id 54 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 55
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55
MTC@e2e67e70ffda: Message with id 55 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56
MTC@e2e67e70ffda: Message with id 56 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 57
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57
MTC@e2e67e70ffda: Message with id 57 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
MTC@e2e67e70ffda: Message with id 58 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59
MTC@e2e67e70ffda: Message with id 59 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60
MTC@e2e67e70ffda: Message with id 60 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 61
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61
MTC@e2e67e70ffda: Message with id 61 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62
MTC@e2e67e70ffda: Message with id 62 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63
MTC@e2e67e70ffda: Message with id 63 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 64
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64
MTC@e2e67e70ffda: Message with id 64 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65
MTC@e2e67e70ffda: Message with id 65 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 66
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66
MTC@e2e67e70ffda: Message with id 66 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
MTC@e2e67e70ffda: Message with id 67 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68
MTC@e2e67e70ffda: Message with id 68 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69
MTC@e2e67e70ffda: Message with id 69 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 70
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70
MTC@e2e67e70ffda: Message with id 70 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71
MTC@e2e67e70ffda: Message with id 71 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72
MTC@e2e67e70ffda: Message with id 72 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 73
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73
MTC@e2e67e70ffda: Message with id 73 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74
MTC@e2e67e70ffda: Message with id 74 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 75
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75
MTC@e2e67e70ffda: Message with id 75 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
MTC@e2e67e70ffda: Message with id 76 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 77
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " si2quater neighbor-list del uarfcn 23 42" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 77
MTC@e2e67e70ffda: Message with id 77 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78
MTC@e2e67e70ffda: Message with id 78 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 79
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79
MTC@e2e67e70ffda: Message with id 79 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
MTC@e2e67e70ffda: Message with id 80 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "write terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 81
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 81
MTC@e2e67e70ffda: Message with id 81 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82
MTC@e2e67e70ffda: Message with id 82 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83
MTC@e2e67e70ffda: Message with id 83 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F1C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 39
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007F1C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32540, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32540, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 39
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F4F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 40
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007F4F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32591, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32591, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 40
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F82010000005506198FB380000000000000000000000000009D04002B'O } id 41
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007F82010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32642, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32642, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 41
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FB50100000059061A00000000000000000000000000000000FF9D0400'O } id 42
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007FB50100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32693, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32693, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 42
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FE80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 43
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007FE80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32744, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32744, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 43
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: setverdict(pass): none -> pass
MTC@e2e67e70ffda: Terminating component type Test.dummy_CT.
MTC@e2e67e70ffda: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was unmapped from system:GSMTAP.
MTC@e2e67e70ffda: Message with id 39 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 40 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 41 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 42 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 43 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was stopped.
MTC@e2e67e70ffda: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was unmapped from system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was stopped.
MTC@e2e67e70ffda: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13_2bis_2ter_2quater.
MTC@e2e67e70ffda: Waiting for PTCs to finish.
MTC@e2e67e70ffda: Setting final verdict of the test case.
MTC@e2e67e70ffda: Local verdict of MTC: pass
MTC@e2e67e70ffda: No PTCs were created.
MTC@e2e67e70ffda: Test case TC_si_sched_13_2bis_2ter_2quater finished. Verdict: pass
MC@e2e67e70ffda: Test execution finished.
MTC@e2e67e70ffda: Executing test case TC_neci in module Test.
MTC@e2e67e70ffda: Test case TC_neci started.
MTC@e2e67e70ffda: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_neci.
MTC@e2e67e70ffda: Port GSMTAP was started.
MTC@e2e67e70ffda: Port BSCVTY was started.
MTC@e2e67e70ffda: Component type Test.dummy_CT was initialized.
MTC@e2e67e70ffda: Random number generator was initialized with seed 60.410550: srand48(1811200861).
MTC@e2e67e70ffda: Function rnd() returned 0.386730.
MTC@e2e67e70ffda: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was mapped to system:GSMTAP.
MTC@e2e67e70ffda: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@e2e67e70ffda: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@e2e67e70ffda: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was mapped to system:BSCVTY.
MTC@e2e67e70ffda: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "enable"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "neci 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " neci 0" id 5
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6
MTC@e2e67e70ffda: Matching on port BSCVTY " neci 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " neci 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " neci 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " neci 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " neci 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " neci 0" id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 7
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 8
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 9
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000801B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000801B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32795, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32795, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000804E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000804E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32846, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32846, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080810100000059061A00000000000000000000000000000000FF9D0400'O } id 3
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000080810100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32897, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32897, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080B40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 4
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000080B40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32948, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32948, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 4
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was cleared.
MTC@e2e67e70ffda: Start timer T: 10 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080E70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000080E70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32999, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32999, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32999, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000811A010000005506198FB380000000000000000000000000009D04002B'O } id 6
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000811A010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33050, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33050, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33050, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000814D0100000059061A00000000000000000000000000000000FF9D0400'O } id 7
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000814D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33101, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33101, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33101, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081800100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 8
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000081800100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33152, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33152, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33152, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: setverdict(pass): none -> pass
MTC@e2e67e70ffda: Terminating component type Test.dummy_CT.
MTC@e2e67e70ffda: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was unmapped from system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was stopped.
MTC@e2e67e70ffda: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was unmapped from system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was stopped.
MTC@e2e67e70ffda: Component type Test.dummy_CT was shut down inside testcase TC_neci.
MTC@e2e67e70ffda: Waiting for PTCs to finish.
MTC@e2e67e70ffda: Setting final verdict of the test case.
MTC@e2e67e70ffda: Local verdict of MTC: pass
MTC@e2e67e70ffda: No PTCs were created.
MTC@e2e67e70ffda: Test case TC_neci finished. Verdict: pass
MC@e2e67e70ffda: Test execution finished.
MTC@e2e67e70ffda: Executing test case TC_cell_resel_hyst in module Test.
MTC@e2e67e70ffda: Test case TC_cell_resel_hyst started.
MTC@e2e67e70ffda: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cell_resel_hyst.
MTC@e2e67e70ffda: Port GSMTAP was started.
MTC@e2e67e70ffda: Port BSCVTY was started.
MTC@e2e67e70ffda: Component type Test.dummy_CT was initialized.
MTC@e2e67e70ffda: Function rnd() returned 0.240418.
MTC@e2e67e70ffda: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was mapped to system:GSMTAP.
MTC@e2e67e70ffda: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@e2e67e70ffda: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@e2e67e70ffda: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was mapped to system:BSCVTY.
MTC@e2e67e70ffda: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "enable"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "cell reselection hysteresis 2"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " cell reselection hysteresis 2" id 7
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Matching on port BSCVTY " cell reselection hysteresis 2" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " cell reselection hysteresis 2" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " cell reselection hysteresis 2" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " cell reselection hysteresis 2" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " cell reselection hysteresis 2" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell reselection hysteresis 2" id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@e2e67e70ffda: Message with id 11 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081B30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000081B30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33203, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33203, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081E6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000081E6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33254, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33254, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082190100000059061A00000000000000000000000000000000FF9D0400'O } id 3
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000082190100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33305, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33305, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000824C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 4
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000824C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33356, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33356, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 4
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was cleared.
MTC@e2e67e70ffda: Start timer T: 10 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000827F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000827F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33407, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33407, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33407, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082B2010000005506198FB380000000000000000000000000009D04002B'O } id 6
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000082B2010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33458, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33458, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33458, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082E50100000059061A00000000000000000000000000000000FF9D0400'O } id 7
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000082E50100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33509, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33509, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33509, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083180100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 8
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000083180100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33560, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33560, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33560, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: setverdict(pass): none -> pass
MTC@e2e67e70ffda: Terminating component type Test.dummy_CT.
MTC@e2e67e70ffda: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was unmapped from system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was stopped.
MTC@e2e67e70ffda: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was unmapped from system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was stopped.
MTC@e2e67e70ffda: Component type Test.dummy_CT was shut down inside testcase TC_cell_resel_hyst.
MTC@e2e67e70ffda: Waiting for PTCs to finish.
MTC@e2e67e70ffda: Setting final verdict of the test case.
MTC@e2e67e70ffda: Local verdict of MTC: pass
MTC@e2e67e70ffda: No PTCs were created.
MTC@e2e67e70ffda: Test case TC_cell_resel_hyst finished. Verdict: pass
MC@e2e67e70ffda: Test execution finished.
MTC@e2e67e70ffda: Executing test case TC_rxlev_acc_min in module Test.
MTC@e2e67e70ffda: Test case TC_rxlev_acc_min started.
MTC@e2e67e70ffda: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rxlev_acc_min.
MTC@e2e67e70ffda: Port GSMTAP was started.
MTC@e2e67e70ffda: Port BSCVTY was started.
MTC@e2e67e70ffda: Component type Test.dummy_CT was initialized.
MTC@e2e67e70ffda: Function rnd() returned 0.776512.
MTC@e2e67e70ffda: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was mapped to system:GSMTAP.
MTC@e2e67e70ffda: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@e2e67e70ffda: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@e2e67e70ffda: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was mapped to system:BSCVTY.
MTC@e2e67e70ffda: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "enable"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "rxlev access min 48"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " rxlev access min 48" id 7
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Matching on port BSCVTY " rxlev access min 48" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " rxlev access min 48" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " rxlev access min 48" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " rxlev access min 48" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " rxlev access min 48" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rxlev access min 48" id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@e2e67e70ffda: Message with id 11 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000834B0100000031061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000834B0100000031061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33611, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33611, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000837E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000837E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33662, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33662, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083B10100000059061A00000000000000000000000000000000FF9D0400'O } id 3
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000083B10100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33713, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33713, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083E40100000049061B51E062F224334F110101103D309D0400392B2B2B'O } id 4
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000083E40100000049061B51E062F224334F110101103D309D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33764, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D309D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33764, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D309D0400392B2B2B'O } } id 4
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was cleared.
MTC@e2e67e70ffda: Start timer T: 10 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084170100000031061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000084170100000031061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33815, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33815, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33815, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000844A010000005506198FB380000000000000000000000000009D04002B'O } id 6
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000844A010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33866, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33866, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33866, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000847D0100000059061A00000000000000000000000000000000FF9D0400'O } id 7
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000847D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33917, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33917, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33917, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084B00100000049061B51E062F224334F110101103D309D0400392B2B2B'O } id 8
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000084B00100000049061B51E062F224334F110101103D309D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33968, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D309D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33968, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D309D0400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33968, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D309D0400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D309D0400392B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: setverdict(pass): none -> pass
MTC@e2e67e70ffda: Terminating component type Test.dummy_CT.
MTC@e2e67e70ffda: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was unmapped from system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was stopped.
MTC@e2e67e70ffda: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was unmapped from system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was stopped.
MTC@e2e67e70ffda: Component type Test.dummy_CT was shut down inside testcase TC_rxlev_acc_min.
MTC@e2e67e70ffda: Waiting for PTCs to finish.
MTC@e2e67e70ffda: Setting final verdict of the test case.
MTC@e2e67e70ffda: Local verdict of MTC: pass
MTC@e2e67e70ffda: No PTCs were created.
MTC@e2e67e70ffda: Test case TC_rxlev_acc_min finished. Verdict: pass
MC@e2e67e70ffda: Test execution finished.
MTC@e2e67e70ffda: Executing test case TC_cellid in module Test.
MTC@e2e67e70ffda: Test case TC_cellid started.
MTC@e2e67e70ffda: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cellid.
MTC@e2e67e70ffda: Port GSMTAP was started.
MTC@e2e67e70ffda: Port BSCVTY was started.
MTC@e2e67e70ffda: Component type Test.dummy_CT was initialized.
MTC@e2e67e70ffda: Function rnd() returned 0.291424.
MTC@e2e67e70ffda: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was mapped to system:GSMTAP.
MTC@e2e67e70ffda: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@e2e67e70ffda: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@e2e67e70ffda: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was mapped to system:BSCVTY.
MTC@e2e67e70ffda: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "enable"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "cell_identity 19098"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " cell_identity 19098" id 7
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Matching on port BSCVTY " cell_identity 19098" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " cell_identity 19098" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " cell_identity 19098" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " cell_identity 19098" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " cell_identity 19098" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell_identity 19098" id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@e2e67e70ffda: Message with id 11 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084E30100000031061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000084E30100000031061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34019, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34019, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008516010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008516010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34070, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34070, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085490100000059061A00000000000000000000000000000000FF9D0400'O } id 3
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000085490100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34121, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34121, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000857C0100000049061B4A9A62F224334F110101103D309D0400392B2B2B'O } id 4
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000857C0100000049061B4A9A62F224334F110101103D309D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34172, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224334F110101103D309D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34172, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224334F110101103D309D0400392B2B2B'O } } id 4
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was cleared.
MTC@e2e67e70ffda: Start timer T: 10 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085AF0100000031061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000085AF0100000031061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34223, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34223, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34223, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085E2010000005506198FB380000000000000000000000000009D04002B'O } id 6
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000085E2010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34274, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34274, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34274, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086150100000059061A00000000000000000000000000000000FF9D0400'O } id 7
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086150100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34325, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34325, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34325, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086480100000049061B4A9A62F224334F110101103D309D0400392B2B2B'O } id 8
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086480100000049061B4A9A62F224334F110101103D309D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34376, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224334F110101103D309D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34376, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224334F110101103D309D0400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34376, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224334F110101103D309D0400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B4A9A62F224334F110101103D309D0400392B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 19098, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: setverdict(pass): none -> pass
MTC@e2e67e70ffda: Terminating component type Test.dummy_CT.
MTC@e2e67e70ffda: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was unmapped from system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was stopped.
MTC@e2e67e70ffda: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was unmapped from system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was stopped.
MTC@e2e67e70ffda: Component type Test.dummy_CT was shut down inside testcase TC_cellid.
MTC@e2e67e70ffda: Waiting for PTCs to finish.
MTC@e2e67e70ffda: Setting final verdict of the test case.
MTC@e2e67e70ffda: Local verdict of MTC: pass
MTC@e2e67e70ffda: No PTCs were created.
MTC@e2e67e70ffda: Test case TC_cellid finished. Verdict: pass
MC@e2e67e70ffda: Test execution finished.
MTC@e2e67e70ffda: Executing test case TC_lac in module Test.
MTC@e2e67e70ffda: Test case TC_lac started.
MTC@e2e67e70ffda: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_lac.
MTC@e2e67e70ffda: Port GSMTAP was started.
MTC@e2e67e70ffda: Port BSCVTY was started.
MTC@e2e67e70ffda: Component type Test.dummy_CT was initialized.
MTC@e2e67e70ffda: Function rnd() returned 0.637048.
MTC@e2e67e70ffda: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was mapped to system:GSMTAP.
MTC@e2e67e70ffda: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@e2e67e70ffda: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@e2e67e70ffda: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was mapped to system:BSCVTY.
MTC@e2e67e70ffda: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "enable"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "location_area_code 41748"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " location_area_code 41748" id 7
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Matching on port BSCVTY " location_area_code 41748" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " location_area_code 41748" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " location_area_code 41748" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " location_area_code 41748" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " location_area_code 41748" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " location_area_code 41748" id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@e2e67e70ffda: Message with id 11 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000867B0100000031061C62F224A3143D309D04002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000867B0100000031061C62F224A3143D309D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34427, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D309D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34427, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D309D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34478, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34478, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086E10100000059061A00000000000000000000000000000000FF9D0400'O } id 3
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086E10100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34529, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34529, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087140100000049061B4A9A62F224A314110101103D309D0400392B2B2B'O } id 4
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087140100000049061B4A9A62F224A314110101103D309D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34580, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D309D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34580, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D309D0400392B2B2B'O } } id 4
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was cleared.
MTC@e2e67e70ffda: Start timer T: 10 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087470100000031061C62F224A3143D309D04002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087470100000031061C62F224A3143D309D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34631, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D309D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34631, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D309D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34631, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D309D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224A3143D309D04002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 41748 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000877A010000005506198FB380000000000000000000000000009D04002B'O } id 6
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000877A010000005506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34682, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34682, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34682, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087AD0100000059061A00000000000000000000000000000000FF9D0400'O } id 7
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087AD0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34733, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34733, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34733, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087E00100000049061B4A9A62F224A314110101103D309D0400392B2B2B'O } id 8
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087E00100000049061B4A9A62F224A314110101103D309D0400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34784, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D309D0400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34784, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D309D0400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34784, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D309D0400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B4A9A62F224A314110101103D309D0400392B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 19098, lai := { mcc_mnc := '262F42'H, lac := 41748 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: setverdict(pass): none -> pass
MTC@e2e67e70ffda: Terminating component type Test.dummy_CT.
MTC@e2e67e70ffda: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was unmapped from system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was stopped.
MTC@e2e67e70ffda: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was unmapped from system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was stopped.
MTC@e2e67e70ffda: Component type Test.dummy_CT was shut down inside testcase TC_lac.
MTC@e2e67e70ffda: Waiting for PTCs to finish.
MTC@e2e67e70ffda: Setting final verdict of the test case.
MTC@e2e67e70ffda: Local verdict of MTC: pass
MTC@e2e67e70ffda: No PTCs were created.
MTC@e2e67e70ffda: Test case TC_lac finished. Verdict: pass
MC@e2e67e70ffda: Test execution finished.
MTC@e2e67e70ffda: Executing test case TC_rach_tx_int in module Test.
MTC@e2e67e70ffda: Test case TC_rach_tx_int started.
MTC@e2e67e70ffda: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_tx_int.
MTC@e2e67e70ffda: Port GSMTAP was started.
MTC@e2e67e70ffda: Port BSCVTY was started.
MTC@e2e67e70ffda: Component type Test.dummy_CT was initialized.
MTC@e2e67e70ffda: Function rnd() returned 0.847459.
MTC@e2e67e70ffda: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was mapped to system:GSMTAP.
MTC@e2e67e70ffda: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@e2e67e70ffda: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@e2e67e70ffda: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was mapped to system:BSCVTY.
MTC@e2e67e70ffda: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "enable"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "rach tx integer 12"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " rach tx integer 12" id 7
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Matching on port BSCVTY " rach tx integer 12" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " rach tx integer 12" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " rach tx integer 12" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " rach tx integer 12" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " rach tx integer 12" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach tx integer 12" id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@e2e67e70ffda: Message with id 11 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088130100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000088130100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34835, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34835, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008846010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008846010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34886, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34886, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088790100000059061A00000000000000000000000000000000FFB10400'O } id 3
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000088790100000059061A00000000000000000000000000000000FFB10400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34937, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34937, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 3
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088AC0100000049061B4A9A62F224A314110101103D30B10400392B2B2B'O } id 4
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000088AC0100000049061B4A9A62F224A314110101103D30B10400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34988, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34988, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O } } id 4
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was cleared.
MTC@e2e67e70ffda: Start timer T: 10 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088DF0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000088DF0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35039, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35039, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35039, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 41748 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008912010000005506198FB38000000000000000000000000000B104002B'O } id 6
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008912010000005506198FB38000000000000000000000000000B104002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35090, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35090, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O } } id 6
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35090, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O } } id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB38000000000000000000000000000B104002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089450100000059061A00000000000000000000000000000000FFB10400'O } id 7
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089450100000059061A00000000000000000000000000000000FFB10400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35141, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35141, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35141, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FFB10400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089780100000049061B4A9A62F224A314110101103D30B10400392B2B2B'O } id 8
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089780100000049061B4A9A62F224A314110101103D30B10400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35192, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35192, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35192, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B4A9A62F224A314110101103D30B10400392B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 19098, lai := { mcc_mnc := '262F42'H, lac := 41748 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: setverdict(pass): none -> pass
MTC@e2e67e70ffda: Terminating component type Test.dummy_CT.
MTC@e2e67e70ffda: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was unmapped from system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was stopped.
MTC@e2e67e70ffda: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was unmapped from system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was stopped.
MTC@e2e67e70ffda: Component type Test.dummy_CT was shut down inside testcase TC_rach_tx_int.
MTC@e2e67e70ffda: Waiting for PTCs to finish.
MTC@e2e67e70ffda: Setting final verdict of the test case.
MTC@e2e67e70ffda: Local verdict of MTC: pass
MTC@e2e67e70ffda: No PTCs were created.
MTC@e2e67e70ffda: Test case TC_rach_tx_int finished. Verdict: pass
MC@e2e67e70ffda: Test execution finished.
MTC@e2e67e70ffda: Executing test case TC_rach_max_tx in module Test.
MTC@e2e67e70ffda: Test case TC_rach_max_tx started.
MTC@e2e67e70ffda: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_max_tx.
MTC@e2e67e70ffda: Port GSMTAP was started.
MTC@e2e67e70ffda: Port BSCVTY was started.
MTC@e2e67e70ffda: Component type Test.dummy_CT was initialized.
MTC@e2e67e70ffda: Function rnd() returned 0.673641.
MTC@e2e67e70ffda: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was mapped to system:GSMTAP.
MTC@e2e67e70ffda: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@e2e67e70ffda: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@e2e67e70ffda: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was mapped to system:BSCVTY.
MTC@e2e67e70ffda: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "enable"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "rach max transmission 4"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " rach max transmission 4" id 7
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Matching on port BSCVTY " rach max transmission 4" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " rach max transmission 4" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " rach max transmission 4" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " rach max transmission 4" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " rach max transmission 4" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach max transmission 4" id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@e2e67e70ffda: Message with id 11 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089AB0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089AB0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35243, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35243, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35294, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35294, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A110100000059061A00000000000000000000000000000000FFB10400'O } id 3
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008A110100000059061A00000000000000000000000000000000FFB10400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35345, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35345, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 3
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A440100000049061B4A9A62F224A314110101103D30B10400392B2B2B'O } id 4
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008A440100000049061B4A9A62F224A314110101103D30B10400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35396, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35396, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O } } id 4
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was cleared.
MTC@e2e67e70ffda: Start timer T: 10 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A770100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008A770100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35447, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35447, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35447, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 41748 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008AAA010000005506198FB38000000000000000000000000000B104002B'O } id 6
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008AAA010000005506198FB38000000000000000000000000000B104002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35498, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35498, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O } } id 6
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35498, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O } } id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB38000000000000000000000000000B104002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008ADD0100000059061A00000000000000000000000000000000FFB10400'O } id 7
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008ADD0100000059061A00000000000000000000000000000000FFB10400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35549, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35549, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35549, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FFB10400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B100100000049061B4A9A62F224A314110101103D30B10400392B2B2B'O } id 8
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008B100100000049061B4A9A62F224A314110101103D30B10400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35600, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35600, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35600, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B4A9A62F224A314110101103D30B10400392B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 19098, lai := { mcc_mnc := '262F42'H, lac := 41748 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: setverdict(pass): none -> pass
MTC@e2e67e70ffda: Terminating component type Test.dummy_CT.
MTC@e2e67e70ffda: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was unmapped from system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was stopped.
MTC@e2e67e70ffda: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was unmapped from system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was stopped.
MTC@e2e67e70ffda: Component type Test.dummy_CT was shut down inside testcase TC_rach_max_tx.
MTC@e2e67e70ffda: Waiting for PTCs to finish.
MTC@e2e67e70ffda: Setting final verdict of the test case.
MTC@e2e67e70ffda: Local verdict of MTC: pass
MTC@e2e67e70ffda: No PTCs were created.
MTC@e2e67e70ffda: Test case TC_rach_max_tx finished. Verdict: pass
MC@e2e67e70ffda: Test execution finished.
MTC@e2e67e70ffda: Executing test case TC_attach in module Test.
MTC@e2e67e70ffda: Test case TC_attach started.
MTC@e2e67e70ffda: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_attach.
MTC@e2e67e70ffda: Port GSMTAP was started.
MTC@e2e67e70ffda: Port BSCVTY was started.
MTC@e2e67e70ffda: Component type Test.dummy_CT was initialized.
MTC@e2e67e70ffda: Function rnd() returned 0.127981.
MTC@e2e67e70ffda: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was mapped to system:GSMTAP.
MTC@e2e67e70ffda: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@e2e67e70ffda: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@e2e67e70ffda: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was mapped to system:BSCVTY.
MTC@e2e67e70ffda: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "enable"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "channel-descrption attach 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " channel-descrption attach 0" id 7
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Matching on port BSCVTY " channel-descrption attach 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " channel-descrption attach 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " channel-descrption attach 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " channel-descrption attach 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " channel-descrption attach 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption attach 0" id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@e2e67e70ffda: Message with id 11 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B430100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008B430100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35651, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35651, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B76010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008B76010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35702, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35702, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BA90100000059061A00000000000000000000000000000000FFB10400'O } id 3
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008BA90100000059061A00000000000000000000000000000000FFB10400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35753, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35753, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 3
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BDC0100000049061B4A9A62F224A314110101103D30B10400392B2B2B'O } id 4
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008BDC0100000049061B4A9A62F224A314110101103D30B10400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35804, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35804, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O } } id 4
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was cleared.
MTC@e2e67e70ffda: Start timer T: 10 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C0F0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008C0F0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35855, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35855, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35855, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 41748 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C42010000005506198FB38000000000000000000000000000B104002B'O } id 6
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008C42010000005506198FB38000000000000000000000000000B104002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35906, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35906, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O } } id 6
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35906, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O } } id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '5506198FB38000000000000000000000000000B104002B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C750100000059061A00000000000000000000000000000000FFB10400'O } id 7
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008C750100000059061A00000000000000000000000000000000FFB10400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35957, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35957, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35957, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FFB10400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008CA80100000049061B4A9A62F224A314110101103D30B10400392B2B2B'O } id 8
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008CA80100000049061B4A9A62F224A314110101103D30B10400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36008, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36008, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36008, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B4A9A62F224A314110101103D30B10400392B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 19098, lai := { mcc_mnc := '262F42'H, lac := 41748 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: setverdict(pass): none -> pass
MTC@e2e67e70ffda: Terminating component type Test.dummy_CT.
MTC@e2e67e70ffda: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was unmapped from system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was stopped.
MTC@e2e67e70ffda: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was unmapped from system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was stopped.
MTC@e2e67e70ffda: Component type Test.dummy_CT was shut down inside testcase TC_attach.
MTC@e2e67e70ffda: Waiting for PTCs to finish.
MTC@e2e67e70ffda: Setting final verdict of the test case.
MTC@e2e67e70ffda: Local verdict of MTC: pass
MTC@e2e67e70ffda: No PTCs were created.
MTC@e2e67e70ffda: Test case TC_attach finished. Verdict: pass
MC@e2e67e70ffda: Test execution finished.
MTC@e2e67e70ffda: Executing test case TC_dtx_ul in module Test.
MTC@e2e67e70ffda: Test case TC_dtx_ul started.
MTC@e2e67e70ffda: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_dtx_ul.
MTC@e2e67e70ffda: Port GSMTAP was started.
MTC@e2e67e70ffda: Port BSCVTY was started.
MTC@e2e67e70ffda: Component type Test.dummy_CT was initialized.
MTC@e2e67e70ffda: Function rnd() returned 0.313722.
MTC@e2e67e70ffda: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was mapped to system:GSMTAP.
MTC@e2e67e70ffda: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@e2e67e70ffda: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@e2e67e70ffda: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was mapped to system:BSCVTY.
MTC@e2e67e70ffda: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "enable"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "dtx uplink"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " dtx uplink" id 7
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Matching on port BSCVTY " dtx uplink" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " dtx uplink" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " dtx uplink" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " dtx uplink" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " dtx uplink" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " dtx uplink" id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Port GSMTAP was cleared.
MTC@e2e67e70ffda: Start timer T: 10 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008CDB0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008CDB0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36059, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36059, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36059, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 41748 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008D0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36110, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36110, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36110, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D410100000059061A00000000000000000000000000000000FFB10400'O } id 3
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008D410100000059061A00000000000000000000000000000000FFB10400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36161, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36161, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 3
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36161, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 3
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FFB10400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D740100000049061B4A9A62F224A314110101103D30B10400392B2B2B'O } id 4
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008D740100000049061B4A9A62F224A314110101103D30B10400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36212, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36212, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O } } id 4
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36212, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O } } id 4
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B4A9A62F224A314110101103D30B10400392B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 19098, lai := { mcc_mnc := '262F42'H, lac := 41748 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: setverdict(fail): none -> fail reason: "SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 19098, lai := { mcc_mnc := '262F42'H, lac := 41748 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } }", new component reason: "SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 19098, lai := { mcc_mnc := '262F42'H, lac := 41748 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } }"
MTC@e2e67e70ffda: Terminating component type Test.dummy_CT.
MTC@e2e67e70ffda: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was unmapped from system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was stopped.
MTC@e2e67e70ffda: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@e2e67e70ffda: Warning: BSCVTY: Dropping partial message
MTC@e2e67e70ffda: Port BSCVTY was unmapped from system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was stopped.
MTC@e2e67e70ffda: Component type Test.dummy_CT was shut down inside testcase TC_dtx_ul.
MTC@e2e67e70ffda: Waiting for PTCs to finish.
MTC@e2e67e70ffda: Setting final verdict of the test case.
MTC@e2e67e70ffda: Local verdict of MTC: fail reason: "SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 19098, lai := { mcc_mnc := '262F42'H, lac := 41748 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } }"
MTC@e2e67e70ffda: No PTCs were created.
MTC@e2e67e70ffda: Test case TC_dtx_ul finished. Verdict: fail reason: SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 19098, lai := { mcc_mnc := '262F42'H, lac := 41748 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } }
MC@e2e67e70ffda: Test execution finished.
MTC@e2e67e70ffda: Executing test case TC_emerg_allowed in module Test.
MTC@e2e67e70ffda: Test case TC_emerg_allowed started.
MTC@e2e67e70ffda: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_emerg_allowed.
MTC@e2e67e70ffda: Port GSMTAP was started.
MTC@e2e67e70ffda: Port BSCVTY was started.
MTC@e2e67e70ffda: Component type Test.dummy_CT was initialized.
MTC@e2e67e70ffda: Function rnd() returned 0.689291.
MTC@e2e67e70ffda: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was mapped to system:GSMTAP.
MTC@e2e67e70ffda: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@e2e67e70ffda: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@e2e67e70ffda: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was mapped to system:BSCVTY.
MTC@e2e67e70ffda: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "enable"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "rach emergency call allowed 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " rach emergency call allowed 0" id 7
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Matching on port BSCVTY " rach emergency call allowed 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " rach emergency call allowed 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " rach emergency call allowed 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " rach emergency call allowed 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " rach emergency call allowed 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach emergency call allowed 0" id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@e2e67e70ffda: Message with id 11 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008DA70100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008DA70100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36263, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36263, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008DDA010000005506198FB38000000000000000000000000000B104002B'O } id 2
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008DDA010000005506198FB38000000000000000000000000000B104002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36314, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36314, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O } } id 2
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E0D0100000059061A00000000000000000000000000000000FFB10400'O } id 3
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008E0D0100000059061A00000000000000000000000000000000FFB10400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36365, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36365, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 3
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E400100000049061B4A9A62F224A314110101003D30B10400392B2B2B'O } id 4
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008E400100000049061B4A9A62F224A314110101003D30B10400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36416, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101003D30B10400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36416, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101003D30B10400392B2B2B'O } } id 4
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was cleared.
MTC@e2e67e70ffda: Start timer T: 10 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E730100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008E730100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36467, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36467, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36467, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 41748 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008EA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008EA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36518, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36518, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36518, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008ED90100000059061A00000000000000000000000000000000FFB10400'O } id 7
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008ED90100000059061A00000000000000000000000000000000FFB10400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36569, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36569, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36569, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FFB10400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F0C0100000049061B4A9A62F224A314110101003D30B10400392B2B2B'O } id 8
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008F0C0100000049061B4A9A62F224A314110101003D30B10400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36620, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101003D30B10400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36620, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101003D30B10400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36620, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101003D30B10400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B4A9A62F224A314110101003D30B10400392B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 19098, lai := { mcc_mnc := '262F42'H, lac := 41748 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '00'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: setverdict(pass): none -> pass
MTC@e2e67e70ffda: Terminating component type Test.dummy_CT.
MTC@e2e67e70ffda: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was unmapped from system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was stopped.
MTC@e2e67e70ffda: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was unmapped from system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was stopped.
MTC@e2e67e70ffda: Component type Test.dummy_CT was shut down inside testcase TC_emerg_allowed.
MTC@e2e67e70ffda: Waiting for PTCs to finish.
MTC@e2e67e70ffda: Setting final verdict of the test case.
MTC@e2e67e70ffda: Local verdict of MTC: pass
MTC@e2e67e70ffda: No PTCs were created.
MTC@e2e67e70ffda: Test case TC_emerg_allowed finished. Verdict: pass
MC@e2e67e70ffda: Test execution finished.
MTC@e2e67e70ffda: Executing test case TC_bs_pa_mfrms in module Test.
MTC@e2e67e70ffda: Test case TC_bs_pa_mfrms started.
MTC@e2e67e70ffda: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_pa_mfrms.
MTC@e2e67e70ffda: Port GSMTAP was started.
MTC@e2e67e70ffda: Port BSCVTY was started.
MTC@e2e67e70ffda: Component type Test.dummy_CT was initialized.
MTC@e2e67e70ffda: Function rnd() returned 0.160953.
MTC@e2e67e70ffda: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was mapped to system:GSMTAP.
MTC@e2e67e70ffda: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@e2e67e70ffda: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@e2e67e70ffda: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was mapped to system:BSCVTY.
MTC@e2e67e70ffda: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "enable"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "channel-descrption bs-pa-mfrms 3"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " channel-descrption bs-pa-mfrms 3" id 7
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 3" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 3" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 3" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 3" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " channel-descrption bs-pa-mfrms 3" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-pa-mfrms 3" id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@e2e67e70ffda: Message with id 11 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F3F0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008F3F0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36671, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36671, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F72010000005506198FB38000000000000000000000000000B104002B'O } id 2
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008F72010000005506198FB38000000000000000000000000000B104002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36722, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36722, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O } } id 2
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008FA50100000059061A00000000000000000000000000000000FFB10400'O } id 3
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008FA50100000059061A00000000000000000000000000000000FFB10400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36773, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36773, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 3
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008FD80100000049061B4A9A62F224A314110101003D30B10400392B2B2B'O } id 4
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008FD80100000049061B4A9A62F224A314110101003D30B10400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36824, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101003D30B10400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36824, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101003D30B10400392B2B2B'O } } id 4
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was cleared.
MTC@e2e67e70ffda: Start timer T: 10 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000900B0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000900B0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36875, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36875, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36875, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 41748 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000903E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000903E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36926, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36926, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36926, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090710100000059061A00000000000000000000000000000000FFB10400'O } id 7
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000090710100000059061A00000000000000000000000000000000FFB10400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36977, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36977, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36977, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FFB10400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090A40100000049061B4A9A62F224A314110101003D30B10400392B2B2B'O } id 8
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000090A40100000049061B4A9A62F224A314110101003D30B10400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37028, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101003D30B10400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37028, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101003D30B10400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37028, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101003D30B10400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B4A9A62F224A314110101003D30B10400392B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 19098, lai := { mcc_mnc := '262F42'H, lac := 41748 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '00'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: setverdict(pass): none -> pass
MTC@e2e67e70ffda: Terminating component type Test.dummy_CT.
MTC@e2e67e70ffda: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was unmapped from system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was stopped.
MTC@e2e67e70ffda: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was unmapped from system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was stopped.
MTC@e2e67e70ffda: Component type Test.dummy_CT was shut down inside testcase TC_bs_pa_mfrms.
MTC@e2e67e70ffda: Waiting for PTCs to finish.
MTC@e2e67e70ffda: Setting final verdict of the test case.
MTC@e2e67e70ffda: Local verdict of MTC: pass
MTC@e2e67e70ffda: No PTCs were created.
MTC@e2e67e70ffda: Test case TC_bs_pa_mfrms finished. Verdict: pass
MC@e2e67e70ffda: Test execution finished.
MTC@e2e67e70ffda: Executing test case TC_bs_ag_blks_res in module Test.
MTC@e2e67e70ffda: Test case TC_bs_ag_blks_res started.
MTC@e2e67e70ffda: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_ag_blks_res.
MTC@e2e67e70ffda: Port GSMTAP was started.
MTC@e2e67e70ffda: Port BSCVTY was started.
MTC@e2e67e70ffda: Component type Test.dummy_CT was initialized.
MTC@e2e67e70ffda: Function rnd() returned 0.191305.
MTC@e2e67e70ffda: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was mapped to system:GSMTAP.
MTC@e2e67e70ffda: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@e2e67e70ffda: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@e2e67e70ffda: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was mapped to system:BSCVTY.
MTC@e2e67e70ffda: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "enable"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "channel-descrption bs-ag-blks-res 1"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " channel-descrption bs-ag-blks-res 1" id 7
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 1" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 1" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 1" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 1" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " channel-descrption bs-ag-blks-res 1" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-ag-blks-res 1" id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@e2e67e70ffda: Message with id 11 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090D70100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000090D70100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37079, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37079, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000910A010000005506198FB38000000000000000000000000000B104002B'O } id 2
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000910A010000005506198FB38000000000000000000000000000B104002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37130, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37130, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O } } id 2
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000913D0100000059061A00000000000000000000000000000000FFB10400'O } id 3
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000913D0100000059061A00000000000000000000000000000000FFB10400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37181, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37181, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 3
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091700100000049061B4A9A62F224A314090101003D30B10400392B2B2B'O } id 4
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000091700100000049061B4A9A62F224A314090101003D30B10400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37232, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314090101003D30B10400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37232, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314090101003D30B10400392B2B2B'O } } id 4
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was cleared.
MTC@e2e67e70ffda: Start timer T: 10 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091A30100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000091A30100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37283, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37283, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37283, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 41748 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091D6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000091D6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37334, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37334, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37334, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092090100000059061A00000000000000000000000000000000FFB10400'O } id 7
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000092090100000059061A00000000000000000000000000000000FFB10400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37385, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37385, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37385, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FFB10400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000923C0100000049061B4A9A62F224A314090101003D30B10400392B2B2B'O } id 8
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000923C0100000049061B4A9A62F224A314090101003D30B10400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37436, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314090101003D30B10400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37436, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314090101003D30B10400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37436, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314090101003D30B10400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B4A9A62F224A314090101003D30B10400392B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 19098, lai := { mcc_mnc := '262F42'H, lac := 41748 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 1, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '00'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: setverdict(pass): none -> pass
MTC@e2e67e70ffda: Terminating component type Test.dummy_CT.
MTC@e2e67e70ffda: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was unmapped from system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was stopped.
MTC@e2e67e70ffda: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was unmapped from system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was stopped.
MTC@e2e67e70ffda: Component type Test.dummy_CT was shut down inside testcase TC_bs_ag_blks_res.
MTC@e2e67e70ffda: Waiting for PTCs to finish.
MTC@e2e67e70ffda: Setting final verdict of the test case.
MTC@e2e67e70ffda: Local verdict of MTC: pass
MTC@e2e67e70ffda: No PTCs were created.
MTC@e2e67e70ffda: Test case TC_bs_ag_blks_res finished. Verdict: pass
MC@e2e67e70ffda: Test execution finished.
MTC@e2e67e70ffda: Executing test case TC_radio_link_timeout in module Test.
MTC@e2e67e70ffda: Test case TC_radio_link_timeout started.
MTC@e2e67e70ffda: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_radio_link_timeout.
MTC@e2e67e70ffda: Port GSMTAP was started.
MTC@e2e67e70ffda: Port BSCVTY was started.
MTC@e2e67e70ffda: Component type Test.dummy_CT was initialized.
MTC@e2e67e70ffda: Function rnd() returned 0.617186.
MTC@e2e67e70ffda: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was mapped to system:GSMTAP.
MTC@e2e67e70ffda: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@e2e67e70ffda: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@e2e67e70ffda: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was mapped to system:BSCVTY.
MTC@e2e67e70ffda: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@e2e67e70ffda: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "enable"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "configure terminal"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "network"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "radio-link-timeout 40"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " radio-link-timeout 40" id 7
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Matching on port BSCVTY " radio-link-timeout 40" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " radio-link-timeout 40" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " radio-link-timeout 40" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " radio-link-timeout 40" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " radio-link-timeout 40" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " radio-link-timeout 40" id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "end"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@e2e67e70ffda: Message with id 9 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@e2e67e70ffda: Message with id 10 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@e2e67e70ffda: Start timer T: 2 s
MTC@e2e67e70ffda: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@e2e67e70ffda: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@e2e67e70ffda: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@e2e67e70ffda: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@e2e67e70ffda: Message with id 11 was extracted from the queue of BSCVTY.
MTC@e2e67e70ffda: Stop timer T: 2 s
MTC@e2e67e70ffda: Start timer T: 1 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000926F0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000926F0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37487, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37487, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092A2010000005506198FB38000000000000000000000000000B104002B'O } id 2
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000092A2010000005506198FB38000000000000000000000000000B104002B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37538, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37538, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O } } id 2
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092D50100000059061A00000000000000000000000000000000FFB10400'O } id 3
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000092D50100000059061A00000000000000000000000000000000FFB10400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37589, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37589, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 3
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093080100000049061B4A9A62F224A314090101093D30B10400392B2B2B'O } id 4
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000093080100000049061B4A9A62F224A314090101093D30B10400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37640, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314090101093D30B10400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37640, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314090101093D30B10400392B2B2B'O } } id 4
MTC@e2e67e70ffda: Timeout T: 1 s
MTC@e2e67e70ffda: Message with id 1 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 2 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 3 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Message with id 4 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was cleared.
MTC@e2e67e70ffda: Start timer T: 10 s
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000933B0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000933B0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37691, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37691, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37691, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@e2e67e70ffda: Message with id 5 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 41748 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000936E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000936E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37742, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37742, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37742, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@e2e67e70ffda: Message with id 6 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093A10100000059061A00000000000000000000000000000000FFB10400'O } id 7
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000093A10100000059061A00000000000000000000000000000000FFB10400'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37793, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37793, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37793, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
MTC@e2e67e70ffda: Message with id 7 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FFB10400'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@e2e67e70ffda: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093D40100000049061B4A9A62F224A314090101093D30B10400392B2B2B'O } id 8
MTC@e2e67e70ffda: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000093D40100000049061B4A9A62F224A314090101093D30B10400392B2B2B'O
MTC@e2e67e70ffda: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37844, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314090101093D30B10400392B2B2B'O }
MTC@e2e67e70ffda: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37844, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314090101093D30B10400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Matching on port GSMTAP succeeded:  matched
MTC@e2e67e70ffda: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37844, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314090101093D30B10400392B2B2B'O } } id 8
MTC@e2e67e70ffda: Message with id 8 was extracted from the queue of GSMTAP.
MTC@e2e67e70ffda: dec_SystemInformation(): Stream before decoding: '49061B4A9A62F224A314090101093D30B10400392B2B2B'O
MTC@e2e67e70ffda: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 19098, lai := { mcc_mnc := '262F42'H, lac := 41748 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 1, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '00'B, radio_link_timeout := '1001'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@e2e67e70ffda: setverdict(pass): none -> pass
MTC@e2e67e70ffda: Terminating component type Test.dummy_CT.
MTC@e2e67e70ffda: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was unmapped from system:GSMTAP.
MTC@e2e67e70ffda: Port GSMTAP was stopped.
MTC@e2e67e70ffda: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was unmapped from system:BSCVTY.
MTC@e2e67e70ffda: Port BSCVTY was stopped.
MTC@e2e67e70ffda: Component type Test.dummy_CT was shut down inside testcase TC_radio_link_timeout.
MTC@e2e67e70ffda: Waiting for PTCs to finish.
MTC@e2e67e70ffda: Setting final verdict of the test case.
MTC@e2e67e70ffda: Local verdict of MTC: pass
MTC@e2e67e70ffda: No PTCs were created.
MTC@e2e67e70ffda: Test case TC_radio_link_timeout finished. Verdict: pass
MC@e2e67e70ffda: Test execution finished.
Execution of [EXECUTE] section finished.
emtc
MC@e2e67e70ffda: Terminating MTC.
MTC@e2e67e70ffda: Verdict statistics: 0 none (0.00 %), 21 pass (95.45 %), 0 inconc (0.00 %), 1 fail (4.55 %), 0 error (0.00 %).
MTC@e2e67e70ffda: Test execution summary: 22 test cases were executed. Overall verdict: fail
MTC@e2e67e70ffda: Exit was requested from MC. Terminating MTC.
MC@e2e67e70ffda: MTC terminated.
MC2> exit
MC@e2e67e70ffda: Shutting down session.
HC@e2e67e70ffda: Exit was requested from MC. Terminating HC.
MC@e2e67e70ffda: Shutdown complete.
04:26:39.260946 hc TTCN-3 Host Controller started on e2e67e70ffda. Version: CRL 113 200/6 R1A.
04:26:39.260974 hc TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=No; SourceInfoFormat:=None; *.FileMask:=LOG_ALL; *.ConsoleMask:=LOG_ALL | MATCHING | DEBUG; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error
04:26:39.260976 hc Maximum number of open file descriptors: 1048576,   FD_SETSIZE = 1024
04:26:39.261132 hc The address of MC was set to e2e67e70ffda[172.18.0.230]:0.
04:26:39.261204 hc The local IP address of the control connection to MC is 172.18.0.230.
04:26:39.261213 hc Connected to MC.
04:26:39.261225 hc This host supports UNIX domain sockets for local communication.
04:26:39.261491 hc Processing configuration data received from MC.
04:26:39.261981 hc Initializing module GSMTAP_PortType.
04:26:39.262002 hc Initializing module GSMTAP_Types.
04:26:39.262022 hc Initializing module Osmocom_Types.
04:26:39.262037 hc Initialization of module Osmocom_Types finished.
04:26:39.262054 hc Initialization of module GSMTAP_Types finished.
04:26:39.262070 hc Initializing module IPL4asp_PortType.
04:26:39.262089 hc Initializing module IPL4asp_Types.
04:26:39.262106 hc Initializing module Socket_API_Definitions.
04:26:39.262122 hc Initialization of module Socket_API_Definitions finished.
04:26:39.262139 hc Initialization of module IPL4asp_Types finished.
04:26:39.262174 hc Initialization of module IPL4asp_PortType finished.
04:26:39.262189 hc Initialization of module GSMTAP_PortType finished.
04:26:39.262205 hc Initializing module GSM_RR_Types.
04:26:39.262223 hc Initializing module RLCMAC_CSN1_Types.
04:26:39.262241 hc Initializing module GSM_Types.
04:26:39.262259 hc Initializing module General_Types.
04:26:39.262275 hc Initialization of module General_Types finished.
04:26:39.262326 hc Initialization of module GSM_Types finished.
04:26:39.262342 hc Initialization of module RLCMAC_CSN1_Types finished.
04:26:39.262358 hc Initialization of module GSM_RR_Types finished.
04:26:39.262388 hc Initializing module GSM_SystemInformation.
04:26:39.262469 hc Initialization of module GSM_SystemInformation finished.
04:26:39.262487 hc Initializing module IPL4_GSMTAP_CtrlFunct.
04:26:39.262507 hc Initialization of module IPL4_GSMTAP_CtrlFunct finished.
04:26:39.262524 hc Initializing module IPL4asp_Functions.
04:26:39.262542 hc Initializing module TCCInterface_Functions.
04:26:39.262560 hc Initializing module TCCConversion_Functions.
04:26:39.262577 hc Initialization of module TCCConversion_Functions finished.
04:26:39.262596 hc Initialization of module TCCInterface_Functions finished.
04:26:39.262612 hc Initialization of module IPL4asp_Functions finished.
04:26:39.262629 hc Initializing module Osmocom_VTY_Functions.
04:26:39.262646 hc Initializing module TELNETasp_PortType.
04:26:39.262662 hc Initialization of module TELNETasp_PortType finished.
04:26:39.262684 hc Initialization of module Osmocom_VTY_Functions finished.
04:26:39.262700 hc Initializing module PreGenRecordOf.
04:26:39.262716 hc Initialization of module PreGenRecordOf finished.
04:26:39.262734 hc Initializing module Test.
04:26:39.262867 hc Initialization of module Test finished.
04:26:39.262889 hc Initializing module TitanLoggerApi.
04:26:39.262905 hc Initialization of module TitanLoggerApi finished.
04:26:39.262922 hc Initializing module TitanLoggerControl.
04:26:39.262938 hc Initialization of module TitanLoggerControl finished.
04:26:39.262959 hc Configuration data was processed successfully.
04:26:39.263216 hc MTC was created. Process id: 20.
04:26:39.263340 mtc Warning: A plug-in from the same path `libjunitlogger2' is already active, skipping plug-in
04:26:39.263537 mtc TTCN-3 Main Test Component started on e2e67e70ffda. Version: CRL 113 200/6 R1A.
04:26:39.263569 mtc TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=No; SourceInfoFormat:=None; *.FileMask:=LOG_ALL; *.ConsoleMask:=LOG_ALL | MATCHING | DEBUG; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error
04:26:39.263599 mtc Connected to MC.
04:26:39.263931 mtc Executing test case TC_si1 in module Test.
04:26:39.264044 mtc Test case TC_si1 started.
04:26:39.264066 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si1.
04:26:39.264165 mtc Port GSMTAP was started.
04:26:39.264192 mtc Port BSCVTY was started.
04:26:39.264203 mtc Component type Test.dummy_CT was initialized.
04:26:39.264222 mtc SI: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '11'B, tx_integer := '1001'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:26:39.264523 mtc SI: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '11'B, tx_integer := '1001'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:26:39.264605 mtc SI: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 0, lai := { mcc_mnc := '262F42'H, lac := 1234 }, ctrl_chan_desc := { mscrr := false, att := true, bs_ag_blks_res := 1, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 3, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '10'B, radio_link_timeout := '0111'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := '11'B, tx_integer := '1001'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
04:26:39.264747 mtc SI: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 1234 }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := '11'B, tx_integer := '1001'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:26:39.264922 mtc setverdict(pass): none -> pass
04:26:39.264949 mtc Terminating component type Test.dummy_CT.
04:26:39.264967 mtc Port GSMTAP was stopped.
04:26:39.264983 mtc Port BSCVTY was stopped.
04:26:39.264994 mtc Component type Test.dummy_CT was shut down inside testcase TC_si1.
04:26:39.265009 mtc Waiting for PTCs to finish.
04:26:39.265039 mtc Setting final verdict of the test case.
04:26:39.265056 mtc Local verdict of MTC: pass
04:26:39.265076 mtc No PTCs were created.
04:26:39.265086 mtc Test case TC_si1 finished. Verdict: pass
04:26:39.265127 mtc Executing test case TC_telnet in module Test.
04:26:39.265147 mtc Test case TC_telnet started.
04:26:39.265159 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_telnet.
04:26:39.265186 mtc Port GSMTAP was started.
04:26:39.265198 mtc Port BSCVTY was started.
04:26:39.265209 mtc Component type Test.dummy_CT was initialized.
04:26:39.265226 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:26:39.265261 mtc Port GSMTAP was mapped to system:GSMTAP.
04:26:39.265299 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:26:39.265382 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:26:39.265506 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:26:39.265714 mtc Port BSCVTY was mapped to system:BSCVTY.
04:26:39.265803 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004B830100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 1
04:26:39.265983 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19331, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 1
04:26:39.266018 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004BB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:26:39.266076 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19382, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:26:39.266094 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:26:39.266149 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:26:39.266178 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:26:39.266196 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:26:39.266261 mtc Sent on BSCVTY to system charstring : "enable"
04:26:39.266312 mtc Start timer T: 2 s
04:26:39.266365 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004BE90100000059061A00000000000000000000000000000000FF9D0400'O } id 3
04:26:39.266450 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19433, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
04:26:39.266482 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C1C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 4
04:26:39.266541 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19484, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 4
04:26:39.266576 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:26:39.266624 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:26:39.266643 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:26:39.266657 mtc Stop timer T: 2 s
04:26:39.266676 mtc Sent on BSCVTY to system charstring : "show network"
04:26:39.266705 mtc Start timer T: 2 s
04:26:39.266734 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C4F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 5
04:26:39.266796 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19535, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 5
04:26:39.266826 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C82010000005506198FB380000000000000000000000000009D04002B'O } id 6
04:26:39.266888 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19586, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:26:39.266918 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004CB50100000059061A00000000000000000000000000000000FF9D0400'O } id 7
04:26:39.266975 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19637, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:26:39.267032 mtc Message enqueued on BSCVTY from system charstring : "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n             CCCH+SDCCH4:   0% (0/4)\n                   TCH/H:   0% (0/12)\n  Last RF Command: \n  Last RF Lock Command: " id 2
04:26:39.267051 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 3
04:26:39.267355 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n             CCCH+SDCCH4:   0% (0/4)\n                   TCH/H:   0% (0/12)\n  Last RF Command: \n  Last RF Lock Command: " id 2
04:26:39.267374 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:26:39.267405 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 3
04:26:39.267420 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:26:39.267433 mtc Stop timer T: 2 s
04:26:39.267452 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:26:39.267480 mtc Start timer T: 2 s
04:26:39.267508 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004CE80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 8
04:26:39.267569 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19688, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 8
04:26:39.267643 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 4
04:26:39.267709 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 4
04:26:39.267726 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:26:39.267740 mtc Stop timer T: 2 s
04:26:39.267760 mtc Sent on BSCVTY to system charstring : "network"
04:26:39.267787 mtc Start timer T: 2 s
04:26:39.267853 mtc Message enqueued on BSCVTY from system charstring : " network" id 5
04:26:39.267871 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6
04:26:39.267927 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 5
04:26:39.267940 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:26:39.267975 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6
04:26:39.267985 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:26:39.267993 mtc Stop timer T: 2 s
04:26:39.268004 mtc Sent on BSCVTY to system charstring : "bts 0"
04:26:39.268025 mtc Start timer T: 2 s
04:26:39.268090 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 7
04:26:39.268110 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:26:39.268172 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 7
04:26:39.268190 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:26:39.268240 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:26:39.268256 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:26:39.268267 mtc Stop timer T: 2 s
04:26:39.268284 mtc Sent on BSCVTY to system charstring : "end"
04:26:39.268322 mtc Start timer T: 2 s
04:26:39.268420 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:26:39.268445 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:26:39.268508 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:26:39.268524 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:26:39.268556 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:26:39.268566 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:26:39.268574 mtc Stop timer T: 2 s
04:26:39.268592 mtc setverdict(pass): none -> pass
04:26:39.268602 mtc Terminating component type Test.dummy_CT.
04:26:39.268612 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:26:39.268671 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:26:39.268688 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:26:39.268697 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:26:39.268718 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:26:39.268725 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:26:39.268732 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:26:39.268738 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:26:39.268744 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:26:39.268751 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:26:39.268757 mtc Port GSMTAP was stopped.
04:26:39.268775 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:26:39.268801 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:26:39.268812 mtc Port BSCVTY was stopped.
04:26:39.268819 mtc Component type Test.dummy_CT was shut down inside testcase TC_telnet.
04:26:39.268831 mtc Waiting for PTCs to finish.
04:26:39.268950 mtc Setting final verdict of the test case.
04:26:39.268970 mtc Local verdict of MTC: pass
04:26:39.268981 mtc No PTCs were created.
04:26:39.268989 mtc Test case TC_telnet finished. Verdict: pass
04:26:39.269014 mtc Executing test case TC_si_default in module Test.
04:26:39.269032 mtc Test case TC_si_default started.
04:26:39.269043 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_default.
04:26:39.269076 mtc Port GSMTAP was started.
04:26:39.269092 mtc Port BSCVTY was started.
04:26:39.269102 mtc Component type Test.dummy_CT was initialized.
04:26:39.269117 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:26:39.269144 mtc Port GSMTAP was mapped to system:GSMTAP.
04:26:39.269168 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:26:39.269183 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:26:39.269215 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:26:39.269317 mtc Port BSCVTY was mapped to system:BSCVTY.
04:26:39.269346 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:26:39.269364 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:26:39.269381 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:26:39.269396 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:26:39.269435 mtc Sent on BSCVTY to system charstring : "enable"
04:26:39.269463 mtc Start timer T: 2 s
04:26:39.269506 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:26:39.269539 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:26:39.269553 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:26:39.269566 mtc Stop timer T: 2 s
04:26:39.269594 mtc Port GSMTAP was cleared.
04:26:39.269607 mtc Start timer T: 8 s
04:26:39.354560 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D1B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 1
04:26:39.354656 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19739, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 1
04:26:39.354766 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19739, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 1
04:26:39.354793 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:26:39.354935 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:26:39.589983 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D4E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:26:39.590136 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19790, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:26:39.590218 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19790, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:26:39.590254 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:26:39.590348 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
04:26:39.825410 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D810100000059061A00000000000000000000000000000000FF9D0400'O } id 3
04:26:39.825588 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19841, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
04:26:39.825723 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19841, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
04:26:39.825780 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:26:39.825913 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:26:40.060684 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004DB40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 4
04:26:40.060787 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19892, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 4
04:26:40.060840 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19892, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 4
04:26:40.060864 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:26:40.060962 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
04:26:40.296057 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004DE70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 5
04:26:40.296198 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19943, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 5
04:26:40.296280 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19943, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 5
04:26:40.296309 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:26:40.296426 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:26:40.531419 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E1A010000005506198FB380000000000000000000000000009D04002B'O } id 6
04:26:40.531521 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19994, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:26:40.531571 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19994, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:26:40.531588 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:26:40.531649 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:26:40.766823 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E4D0100000059061A00000000000000000000000000000000FF9D0400'O } id 7
04:26:40.766987 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20045, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:26:40.767062 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20045, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:26:40.767086 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:26:40.767157 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:26:41.002175 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E800100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 8
04:26:41.002316 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20096, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 8
04:26:41.002399 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20096, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 8
04:26:41.002418 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:26:41.002530 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
04:26:41.237553 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004EB30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 9
04:26:41.237679 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20147, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 9
04:26:41.237778 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20147, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 9
04:26:41.237817 mtc Message with id 9 was extracted from the queue of GSMTAP.
04:26:41.237933 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:26:41.472933 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004EE6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 10
04:26:41.473080 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20198, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 10
04:26:41.473154 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20198, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 10
04:26:41.473175 mtc Message with id 10 was extracted from the queue of GSMTAP.
04:26:41.473259 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
04:26:41.708277 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F190100000059061A00000000000000000000000000000000FF9D0400'O } id 11
04:26:41.708397 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20249, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 11
04:26:41.708455 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20249, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 11
04:26:41.708480 mtc Message with id 11 was extracted from the queue of GSMTAP.
04:26:41.708543 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:26:41.943968 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F4C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 12
04:26:41.944351 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20300, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 12
04:26:41.944641 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20300, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 12
04:26:41.944780 mtc Message with id 12 was extracted from the queue of GSMTAP.
04:26:41.945139 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
04:26:42.179020 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F7F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 13
04:26:42.179273 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20351, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 13
04:26:42.179445 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20351, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 13
04:26:42.179539 mtc Message with id 13 was extracted from the queue of GSMTAP.
04:26:42.179802 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:26:42.414501 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004FB2010000005506198FB380000000000000000000000000009D04002B'O } id 14
04:26:42.414796 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20402, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 14
04:26:42.414987 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20402, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 14
04:26:42.415073 mtc Message with id 14 was extracted from the queue of GSMTAP.
04:26:42.415279 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:26:42.649774 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004FE50100000059061A00000000000000000000000000000000FF9D0400'O } id 15
04:26:42.650061 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20453, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 15
04:26:42.650238 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20453, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 15
04:26:42.650315 mtc Message with id 15 was extracted from the queue of GSMTAP.
04:26:42.650555 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:26:42.885074 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050180100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 16
04:26:42.885215 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20504, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 16
04:26:42.885291 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20504, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 16
04:26:42.885315 mtc Message with id 16 was extracted from the queue of GSMTAP.
04:26:42.885410 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
04:26:43.120467 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000504B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 17
04:26:43.120621 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20555, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 17
04:26:43.120694 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20555, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 17
04:26:43.120730 mtc Message with id 17 was extracted from the queue of GSMTAP.
04:26:43.120824 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:26:43.355816 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000507E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 18
04:26:43.355940 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20606, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 18
04:26:43.356006 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20606, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 18
04:26:43.356036 mtc Message with id 18 was extracted from the queue of GSMTAP.
04:26:43.356083 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
04:26:43.591222 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050B10100000059061A00000000000000000000000000000000FF9D0400'O } id 19
04:26:43.591406 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20657, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 19
04:26:43.591492 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20657, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 19
04:26:43.591521 mtc Message with id 19 was extracted from the queue of GSMTAP.
04:26:43.591603 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:26:43.826602 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050E40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 20
04:26:43.826851 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20708, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 20
04:26:43.826997 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20708, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 20
04:26:43.827058 mtc Message with id 20 was extracted from the queue of GSMTAP.
04:26:43.827227 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
04:26:44.061885 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051170100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 21
04:26:44.062037 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20759, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21
04:26:44.062114 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20759, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21
04:26:44.062153 mtc Message with id 21 was extracted from the queue of GSMTAP.
04:26:44.062286 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:26:44.297247 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000514A010000005506198FB380000000000000000000000000009D04002B'O } id 22
04:26:44.297395 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20810, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 22
04:26:44.297484 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20810, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 22
04:26:44.297515 mtc Message with id 22 was extracted from the queue of GSMTAP.
04:26:44.297576 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:26:44.532604 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000517D0100000059061A00000000000000000000000000000000FF9D0400'O } id 23
04:26:44.532728 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20861, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 23
04:26:44.532794 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20861, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 23
04:26:44.532815 mtc Message with id 23 was extracted from the queue of GSMTAP.
04:26:44.532889 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:26:44.767993 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051B00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 24
04:26:44.768137 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20912, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 24
04:26:44.768191 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20912, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 24
04:26:44.768219 mtc Message with id 24 was extracted from the queue of GSMTAP.
04:26:44.768312 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
04:26:45.003369 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051E30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 25
04:26:45.003530 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20963, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25
04:26:45.003613 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20963, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25
04:26:45.003653 mtc Message with id 25 was extracted from the queue of GSMTAP.
04:26:45.003773 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:26:45.238786 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005216010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 26
04:26:45.238976 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21014, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 26
04:26:45.239098 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21014, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 26
04:26:45.239125 mtc Message with id 26 was extracted from the queue of GSMTAP.
04:26:45.239193 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
04:26:45.474079 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000052490100000059061A00000000000000000000000000000000FF9D0400'O } id 27
04:26:45.474241 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21065, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27
04:26:45.474316 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21065, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27
04:26:45.474339 mtc Message with id 27 was extracted from the queue of GSMTAP.
04:26:45.474415 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:26:45.709471 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000527C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 28
04:26:45.709590 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21116, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 28
04:26:45.709659 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21116, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 28
04:26:45.709698 mtc Message with id 28 was extracted from the queue of GSMTAP.
04:26:45.709778 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
04:26:45.944831 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000052AF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 29
04:26:45.944965 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21167, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29
04:26:45.945027 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21167, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29
04:26:45.945052 mtc Message with id 29 was extracted from the queue of GSMTAP.
04:26:45.945152 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:26:46.180208 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000052E2010000005506198FB380000000000000000000000000009D04002B'O } id 30
04:26:46.180370 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21218, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 30
04:26:46.180457 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21218, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 30
04:26:46.180487 mtc Message with id 30 was extracted from the queue of GSMTAP.
04:26:46.180576 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:26:46.415640 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053150100000059061A00000000000000000000000000000000FF9D0400'O } id 31
04:26:46.415784 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21269, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 31
04:26:46.415870 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21269, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 31
04:26:46.415908 mtc Message with id 31 was extracted from the queue of GSMTAP.
04:26:46.416121 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:26:46.650972 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053480100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 32
04:26:46.651126 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21320, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 32
04:26:46.651293 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21320, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 32
04:26:46.651329 mtc Message with id 32 was extracted from the queue of GSMTAP.
04:26:46.651419 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
04:26:46.886307 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000537B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 33
04:26:46.886502 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21371, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33
04:26:46.886589 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21371, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33
04:26:46.886624 mtc Message with id 33 was extracted from the queue of GSMTAP.
04:26:46.886718 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:26:47.121665 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 34
04:26:47.121810 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21422, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 34
04:26:47.121865 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21422, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 34
04:26:47.121887 mtc Message with id 34 was extracted from the queue of GSMTAP.
04:26:47.121947 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
04:26:47.269645 mtc Timeout T: 8 s
04:26:47.269698 mtc "TC_si_default": TC=0 has #of SI=4
04:26:47.269723 mtc "TC_si_default": TC=1 has #of SI=4
04:26:47.269734 mtc "TC_si_default": TC=2 has #of SI=4
04:26:47.269758 mtc "TC_si_default": TC=3 has #of SI=5
04:26:47.269779 mtc "TC_si_default": TC=4 has #of SI=5
04:26:47.269802 mtc "TC_si_default": TC=5 has #of SI=4
04:26:47.269823 mtc "TC_si_default": TC=6 has #of SI=4
04:26:47.269846 mtc "TC_si_default": TC=7 has #of SI=4
04:26:47.269898 mtc setverdict(pass): none -> pass
04:26:47.269976 mtc Terminating component type Test.dummy_CT.
04:26:47.270011 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:26:47.270047 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:26:47.270063 mtc Port GSMTAP was stopped.
04:26:47.270071 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:26:47.270118 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:26:47.270133 mtc Port BSCVTY was stopped.
04:26:47.270144 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_default.
04:26:47.270157 mtc Waiting for PTCs to finish.
04:26:47.270210 mtc Setting final verdict of the test case.
04:26:47.270233 mtc Local verdict of MTC: pass
04:26:47.270247 mtc No PTCs were created.
04:26:47.270255 mtc Test case TC_si_default finished. Verdict: pass
04:26:47.270291 mtc Executing test case TC_si_sched_2bis in module Test.
04:26:47.270321 mtc Test case TC_si_sched_2bis started.
04:26:47.270333 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2bis.
04:26:47.270358 mtc Port GSMTAP was started.
04:26:47.270372 mtc Port BSCVTY was started.
04:26:47.270389 mtc Component type Test.dummy_CT was initialized.
04:26:47.270401 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:26:47.270456 mtc Port GSMTAP was mapped to system:GSMTAP.
04:26:47.270488 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:26:47.270506 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:26:47.270538 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:26:47.270704 mtc Port BSCVTY was mapped to system:BSCVTY.
04:26:47.270734 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:26:47.270753 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:26:47.270766 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:26:47.270780 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:26:47.270829 mtc Sent on BSCVTY to system charstring : "enable"
04:26:47.270859 mtc Start timer T: 2 s
04:26:47.270927 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:26:47.270988 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:26:47.271004 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:26:47.271015 mtc Stop timer T: 2 s
04:26:47.271036 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:26:47.271056 mtc Start timer T: 2 s
04:26:47.271170 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:26:47.271235 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:26:47.271250 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:26:47.271262 mtc Stop timer T: 2 s
04:26:47.271277 mtc Sent on BSCVTY to system charstring : "network"
04:26:47.271296 mtc Start timer T: 2 s
04:26:47.271363 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:26:47.271381 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:26:47.271431 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:26:47.271446 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:26:47.271481 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:26:47.271491 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:26:47.271498 mtc Stop timer T: 2 s
04:26:47.271512 mtc Sent on BSCVTY to system charstring : "bts 0"
04:26:47.271532 mtc Start timer T: 2 s
04:26:47.271595 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:26:47.271618 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:26:47.271674 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:26:47.271688 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:26:47.271730 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:26:47.271742 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:26:47.271753 mtc Stop timer T: 2 s
04:26:47.271776 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static"
04:26:47.271799 mtc Start timer T: 2 s
04:26:47.271901 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7
04:26:47.271920 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:26:47.271982 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7
04:26:47.271997 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:26:47.272039 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:26:47.272052 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:26:47.272063 mtc Stop timer T: 2 s
04:26:47.272088 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B"
04:26:47.272113 mtc Start timer T: 2 s
04:26:47.272201 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
04:26:47.272218 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10
04:26:47.272281 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
04:26:47.272295 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:26:47.272336 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10
04:26:47.272349 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:26:47.272360 mtc Stop timer T: 2 s
04:26:47.272380 mtc Sent on BSCVTY to system charstring : "end"
04:26:47.272407 mtc Start timer T: 2 s
04:26:47.272451 mtc Message enqueued on BSCVTY from system charstring : " end" id 11
04:26:47.272468 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12
04:26:47.272505 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11
04:26:47.272515 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:26:47.272530 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12
04:26:47.272538 mtc Message with id 12 was extracted from the queue of BSCVTY.
04:26:47.272546 mtc Stop timer T: 2 s
04:26:47.272557 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:26:47.272575 mtc Start timer T: 2 s
04:26:47.272635 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13
04:26:47.272686 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13
04:26:47.272700 mtc Message with id 13 was extracted from the queue of BSCVTY.
04:26:47.272710 mtc Stop timer T: 2 s
04:26:47.272727 mtc Sent on BSCVTY to system charstring : "network"
04:26:47.272748 mtc Start timer T: 2 s
04:26:47.272794 mtc Message enqueued on BSCVTY from system charstring : " network" id 14
04:26:47.272809 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15
04:26:47.272862 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14
04:26:47.272875 mtc Message with id 14 was extracted from the queue of BSCVTY.
04:26:47.272916 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15
04:26:47.272928 mtc Message with id 15 was extracted from the queue of BSCVTY.
04:26:47.272939 mtc Stop timer T: 2 s
04:26:47.272956 mtc Sent on BSCVTY to system charstring : "bts 0"
04:26:47.272978 mtc Start timer T: 2 s
04:26:47.273027 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16
04:26:47.273043 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
04:26:47.273096 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16
04:26:47.273109 mtc Message with id 16 was extracted from the queue of BSCVTY.
04:26:47.273150 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
04:26:47.273163 mtc Message with id 17 was extracted from the queue of BSCVTY.
04:26:47.273174 mtc Stop timer T: 2 s
04:26:47.273193 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:26:47.273214 mtc Start timer T: 2 s
04:26:47.273282 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 18
04:26:47.273299 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
04:26:47.273345 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 18
04:26:47.273355 mtc Message with id 18 was extracted from the queue of BSCVTY.
04:26:47.273383 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
04:26:47.273393 mtc Message with id 19 was extracted from the queue of BSCVTY.
04:26:47.273400 mtc Stop timer T: 2 s
04:26:47.273412 mtc Sent on BSCVTY to system charstring : "end"
04:26:47.273430 mtc Start timer T: 2 s
04:26:47.273473 mtc Message enqueued on BSCVTY from system charstring : " end" id 20
04:26:47.273487 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21
04:26:47.273536 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20
04:26:47.273549 mtc Message with id 20 was extracted from the queue of BSCVTY.
04:26:47.273574 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21
04:26:47.273586 mtc Message with id 21 was extracted from the queue of BSCVTY.
04:26:47.273597 mtc Stop timer T: 2 s
04:26:47.273613 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:26:47.273634 mtc Start timer T: 2 s
04:26:47.273689 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22
04:26:47.273739 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22
04:26:47.273753 mtc Message with id 22 was extracted from the queue of BSCVTY.
04:26:47.273764 mtc Stop timer T: 2 s
04:26:47.273781 mtc Sent on BSCVTY to system charstring : "network"
04:26:47.273802 mtc Start timer T: 2 s
04:26:47.273846 mtc Message enqueued on BSCVTY from system charstring : " network" id 23
04:26:47.273863 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24
04:26:47.273900 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23
04:26:47.273910 mtc Message with id 23 was extracted from the queue of BSCVTY.
04:26:47.273937 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24
04:26:47.273946 mtc Message with id 24 was extracted from the queue of BSCVTY.
04:26:47.273953 mtc Stop timer T: 2 s
04:26:47.273965 mtc Sent on BSCVTY to system charstring : "bts 0"
04:26:47.274017 mtc Start timer T: 2 s
04:26:47.274045 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 25
04:26:47.274060 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
04:26:47.274113 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25
04:26:47.274127 mtc Message with id 25 was extracted from the queue of BSCVTY.
04:26:47.274167 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
04:26:47.274180 mtc Message with id 26 was extracted from the queue of BSCVTY.
04:26:47.274191 mtc Stop timer T: 2 s
04:26:47.274208 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:26:47.274230 mtc Start timer T: 2 s
04:26:47.274294 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27
04:26:47.274310 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
04:26:47.274360 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27
04:26:47.274373 mtc Message with id 27 was extracted from the queue of BSCVTY.
04:26:47.274430 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
04:26:47.274443 mtc Message with id 28 was extracted from the queue of BSCVTY.
04:26:47.274454 mtc Stop timer T: 2 s
04:26:47.274470 mtc Sent on BSCVTY to system charstring : "end"
04:26:47.274492 mtc Start timer T: 2 s
04:26:47.274540 mtc Message enqueued on BSCVTY from system charstring : " end" id 29
04:26:47.274555 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30
04:26:47.274607 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29
04:26:47.274620 mtc Message with id 29 was extracted from the queue of BSCVTY.
04:26:47.274644 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30
04:26:47.274655 mtc Message with id 30 was extracted from the queue of BSCVTY.
04:26:47.274666 mtc Stop timer T: 2 s
04:26:47.274682 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:26:47.274703 mtc Start timer T: 2 s
04:26:47.274761 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31
04:26:47.274815 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31
04:26:47.274829 mtc Message with id 31 was extracted from the queue of BSCVTY.
04:26:47.274840 mtc Stop timer T: 2 s
04:26:47.274855 mtc Sent on BSCVTY to system charstring : "network"
04:26:47.274877 mtc Start timer T: 2 s
04:26:47.274921 mtc Message enqueued on BSCVTY from system charstring : " network" id 32
04:26:47.274938 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33
04:26:47.274991 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32
04:26:47.275005 mtc Message with id 32 was extracted from the queue of BSCVTY.
04:26:47.275045 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33
04:26:47.275060 mtc Message with id 33 was extracted from the queue of BSCVTY.
04:26:47.275071 mtc Stop timer T: 2 s
04:26:47.275088 mtc Sent on BSCVTY to system charstring : "bts 0"
04:26:47.275109 mtc Start timer T: 2 s
04:26:47.275154 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 34
04:26:47.275171 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
04:26:47.275226 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34
04:26:47.275240 mtc Message with id 34 was extracted from the queue of BSCVTY.
04:26:47.275281 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
04:26:47.275294 mtc Message with id 35 was extracted from the queue of BSCVTY.
04:26:47.275305 mtc Stop timer T: 2 s
04:26:47.275327 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:26:47.275350 mtc Start timer T: 2 s
04:26:47.275424 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36
04:26:47.275441 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
04:26:47.275498 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36
04:26:47.275509 mtc Message with id 36 was extracted from the queue of BSCVTY.
04:26:47.275539 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
04:26:47.275549 mtc Message with id 37 was extracted from the queue of BSCVTY.
04:26:47.275557 mtc Stop timer T: 2 s
04:26:47.275567 mtc Sent on BSCVTY to system charstring : "end"
04:26:47.275585 mtc Start timer T: 2 s
04:26:47.275629 mtc Message enqueued on BSCVTY from system charstring : " end" id 38
04:26:47.275644 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
04:26:47.275697 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38
04:26:47.275710 mtc Message with id 38 was extracted from the queue of BSCVTY.
04:26:47.275734 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
04:26:47.275746 mtc Message with id 39 was extracted from the queue of BSCVTY.
04:26:47.275757 mtc Stop timer T: 2 s
04:26:47.275772 mtc Sent on BSCVTY to system charstring : "write terminal"
04:26:47.275794 mtc Start timer T: 2 s
04:26:47.276140 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 40
04:26:47.276184 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
04:26:47.277517 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 40
04:26:47.277558 mtc Message with id 40 was extracted from the queue of BSCVTY.
04:26:47.277583 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
04:26:47.277596 mtc Message with id 41 was extracted from the queue of BSCVTY.
04:26:47.277607 mtc Stop timer T: 2 s
04:26:47.277627 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:26:47.277651 mtc Start timer T: 2 s
04:26:47.277791 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42
04:26:47.277834 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42
04:26:47.277846 mtc Message with id 42 was extracted from the queue of BSCVTY.
04:26:47.277854 mtc Stop timer T: 2 s
04:26:47.277866 mtc Start timer T: 1 s
04:26:47.357025 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053E101000000550602BFE809B3FF00000000000000000000007900002B'O } id 1
04:26:47.357128 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21473, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 1
04:26:47.592391 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054140100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 2
04:26:47.592503 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21524, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 2
04:26:47.827793 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 3
04:26:47.827904 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21575, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 3
04:26:48.063134 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000547A010000005506198FB380000000000000000000000000009D04002B'O } id 4
04:26:48.063266 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21626, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 4
04:26:48.277877 mtc Timeout T: 1 s
04:26:48.277957 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:26:48.277980 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:26:48.277994 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:26:48.278007 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:26:48.278019 mtc Port GSMTAP was cleared.
04:26:48.278031 mtc Start timer T: 8 s
04:26:48.298494 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054AD0100000059061A00000000000000000000000000000000FF9D0400'O } id 5
04:26:48.298601 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21677, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5
04:26:48.298663 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21677, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5
04:26:48.298687 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:26:48.298780 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:26:48.533871 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054E00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 6
04:26:48.533974 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21728, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 6
04:26:48.534046 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21728, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 6
04:26:48.534065 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:26:48.534152 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
04:26:48.769232 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055130100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 7
04:26:48.769367 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21779, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 7
04:26:48.769448 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21779, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 7
04:26:48.769475 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:26:48.769592 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:26:49.004585 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005546010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 8
04:26:49.004709 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21830, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 8
04:26:49.004791 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21830, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 8
04:26:49.004818 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:26:49.004903 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
04:26:49.239949 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000557901000000550602BFE809B3FF00000000000000000000007900002B'O } id 9
04:26:49.240055 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21881, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 9
04:26:49.240116 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21881, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 9
04:26:49.240137 mtc Message with id 9 was extracted from the queue of GSMTAP.
04:26:49.240227 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
04:26:49.475332 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055AC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 10
04:26:49.475451 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21932, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 10
04:26:49.475523 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21932, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 10
04:26:49.475547 mtc Message with id 10 was extracted from the queue of GSMTAP.
04:26:49.475648 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
04:26:49.710627 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055DF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 11
04:26:49.710735 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21983, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 11
04:26:49.710794 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21983, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 11
04:26:49.710812 mtc Message with id 11 was extracted from the queue of GSMTAP.
04:26:49.710893 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:26:49.946014 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005612010000005506198FB380000000000000000000000000009D04002B'O } id 12
04:26:49.946129 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22034, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12
04:26:49.946191 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22034, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12
04:26:49.946217 mtc Message with id 12 was extracted from the queue of GSMTAP.
04:26:49.946291 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:26:50.181367 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056450100000059061A00000000000000000000000000000000FF9D0400'O } id 13
04:26:50.181495 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22085, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13
04:26:50.181586 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22085, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13
04:26:50.181615 mtc Message with id 13 was extracted from the queue of GSMTAP.
04:26:50.181696 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:26:50.416775 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056780100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 14
04:26:50.416893 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22136, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 14
04:26:50.416949 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22136, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 14
04:26:50.416969 mtc Message with id 14 was extracted from the queue of GSMTAP.
04:26:50.417057 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
04:26:50.652171 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056AB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 15
04:26:50.652311 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22187, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 15
04:26:50.652390 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22187, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 15
04:26:50.652409 mtc Message with id 15 was extracted from the queue of GSMTAP.
04:26:50.652504 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:26:50.887503 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 16
04:26:50.887603 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22238, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 16
04:26:50.887652 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22238, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 16
04:26:50.887669 mtc Message with id 16 was extracted from the queue of GSMTAP.
04:26:50.887718 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
04:26:51.122865 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000571101000000550602BFE809B3FF00000000000000000000007900002B'O } id 17
04:26:51.122997 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22289, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 17
04:26:51.123061 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22289, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 17
04:26:51.123079 mtc Message with id 17 was extracted from the queue of GSMTAP.
04:26:51.123140 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
04:26:51.358204 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057440100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 18
04:26:51.358319 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22340, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 18
04:26:51.358369 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22340, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 18
04:26:51.358419 mtc Message with id 18 was extracted from the queue of GSMTAP.
04:26:51.358504 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
04:26:51.593573 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057770100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 19
04:26:51.593674 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22391, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 19
04:26:51.593725 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22391, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 19
04:26:51.593743 mtc Message with id 19 was extracted from the queue of GSMTAP.
04:26:51.593832 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:26:51.828966 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057AA010000005506198FB380000000000000000000000000009D04002B'O } id 20
04:26:51.829111 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22442, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20
04:26:51.829183 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22442, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20
04:26:51.829206 mtc Message with id 20 was extracted from the queue of GSMTAP.
04:26:51.829280 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:26:52.064361 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057DD0100000059061A00000000000000000000000000000000FF9D0400'O } id 21
04:26:52.064489 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22493, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21
04:26:52.064567 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22493, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21
04:26:52.064618 mtc Message with id 21 was extracted from the queue of GSMTAP.
04:26:52.064682 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:26:52.299706 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058100100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 22
04:26:52.299818 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22544, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 22
04:26:52.299894 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22544, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 22
04:26:52.299918 mtc Message with id 22 was extracted from the queue of GSMTAP.
04:26:52.300014 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
04:26:52.535094 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058430100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 23
04:26:52.535203 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22595, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 23
04:26:52.535262 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22595, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 23
04:26:52.535287 mtc Message with id 23 was extracted from the queue of GSMTAP.
04:26:52.535418 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:26:52.770451 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005876010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 24
04:26:52.770579 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22646, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 24
04:26:52.770650 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22646, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 24
04:26:52.770685 mtc Message with id 24 was extracted from the queue of GSMTAP.
04:26:52.770753 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
04:26:53.005809 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058A901000000550602BFE809B3FF00000000000000000000007900002B'O } id 25
04:26:53.005984 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22697, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 25
04:26:53.006045 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22697, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 25
04:26:53.006080 mtc Message with id 25 was extracted from the queue of GSMTAP.
04:26:53.006159 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
04:26:53.241184 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058DC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 26
04:26:53.241297 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22748, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 26
04:26:53.241362 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22748, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 26
04:26:53.241395 mtc Message with id 26 was extracted from the queue of GSMTAP.
04:26:53.241479 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
04:26:53.476478 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000590F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 27
04:26:53.476577 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22799, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 27
04:26:53.476641 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22799, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 27
04:26:53.476664 mtc Message with id 27 was extracted from the queue of GSMTAP.
04:26:53.476753 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:26:53.712204 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005942010000005506198FB380000000000000000000000000009D04002B'O } id 28
04:26:53.712559 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22850, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28
04:26:53.712786 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22850, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28
04:26:53.712918 mtc Message with id 28 was extracted from the queue of GSMTAP.
04:26:53.713130 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:26:53.947326 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059750100000059061A00000000000000000000000000000000FF9D0400'O } id 29
04:26:53.947525 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22901, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29
04:26:53.947638 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22901, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29
04:26:53.947689 mtc Message with id 29 was extracted from the queue of GSMTAP.
04:26:53.947825 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:26:54.182635 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059A80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 30
04:26:54.182857 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22952, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 30
04:26:54.183001 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22952, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 30
04:26:54.183081 mtc Message with id 30 was extracted from the queue of GSMTAP.
04:26:54.183276 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
04:26:54.417963 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059DB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 31
04:26:54.418121 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23003, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 31
04:26:54.418219 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23003, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 31
04:26:54.418288 mtc Message with id 31 was extracted from the queue of GSMTAP.
04:26:54.418519 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:26:54.653323 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 32
04:26:54.653467 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23054, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 32
04:26:54.653549 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23054, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 32
04:26:54.653586 mtc Message with id 32 was extracted from the queue of GSMTAP.
04:26:54.653651 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
04:26:54.888703 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A4101000000550602BFE809B3FF00000000000000000000007900002B'O } id 33
04:26:54.888858 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 33
04:26:54.888926 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 33
04:26:54.888952 mtc Message with id 33 was extracted from the queue of GSMTAP.
04:26:54.889053 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
04:26:55.124042 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A740100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 34
04:26:55.124154 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23156, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 34
04:26:55.124206 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23156, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 34
04:26:55.124232 mtc Message with id 34 was extracted from the queue of GSMTAP.
04:26:55.124341 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
04:26:55.359410 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005AA70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 35
04:26:55.359565 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23207, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 35
04:26:55.359618 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23207, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 35
04:26:55.359636 mtc Message with id 35 was extracted from the queue of GSMTAP.
04:26:55.359743 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:26:55.594814 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005ADA010000005506198FB380000000000000000000000000009D04002B'O } id 36
04:26:55.594952 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23258, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 36
04:26:55.595066 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23258, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 36
04:26:55.595091 mtc Message with id 36 was extracted from the queue of GSMTAP.
04:26:55.595191 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:26:55.830200 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B0D0100000059061A00000000000000000000000000000000FF9D0400'O } id 37
04:26:55.830324 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23309, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 37
04:26:55.830402 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23309, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 37
04:26:55.830429 mtc Message with id 37 was extracted from the queue of GSMTAP.
04:26:55.830501 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:26:56.065529 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B400100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 38
04:26:56.065664 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23360, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 38
04:26:56.065749 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23360, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 38
04:26:56.065780 mtc Message with id 38 was extracted from the queue of GSMTAP.
04:26:56.065860 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
04:26:56.278203 mtc Timeout T: 8 s
04:26:56.278248 mtc "TC_si_sched_2bis": TC=0 has #of SI=4
04:26:56.278268 mtc "TC_si_sched_2bis": TC=1 has #of SI=5
04:26:56.278282 mtc "TC_si_sched_2bis": TC=2 has #of SI=5
04:26:56.278295 mtc "TC_si_sched_2bis": TC=3 has #of SI=4
04:26:56.278307 mtc "TC_si_sched_2bis": TC=4 has #of SI=4
04:26:56.278334 mtc "TC_si_sched_2bis": TC=5 has #of SI=4
04:26:56.278398 mtc "TC_si_sched_2bis": TC=6 has #of SI=4
04:26:56.278413 mtc "TC_si_sched_2bis": TC=7 has #of SI=4
04:26:56.278442 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:26:56.278487 mtc Start timer T: 2 s
04:26:56.278643 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43
04:26:56.278741 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43
04:26:56.278758 mtc Message with id 43 was extracted from the queue of BSCVTY.
04:26:56.278771 mtc Stop timer T: 2 s
04:26:56.278788 mtc Sent on BSCVTY to system charstring : "network"
04:26:56.278871 mtc Start timer T: 2 s
04:26:56.278906 mtc Message enqueued on BSCVTY from system charstring : " network" id 44
04:26:56.278927 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45
04:26:56.278984 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44
04:26:56.278998 mtc Message with id 44 was extracted from the queue of BSCVTY.
04:26:56.279028 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45
04:26:56.279037 mtc Message with id 45 was extracted from the queue of BSCVTY.
04:26:56.279044 mtc Stop timer T: 2 s
04:26:56.279054 mtc Sent on BSCVTY to system charstring : "bts 0"
04:26:56.279074 mtc Start timer T: 2 s
04:26:56.279160 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 46
04:26:56.279186 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
04:26:56.279256 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46
04:26:56.279272 mtc Message with id 46 was extracted from the queue of BSCVTY.
04:26:56.279316 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
04:26:56.279330 mtc Message with id 47 was extracted from the queue of BSCVTY.
04:26:56.279341 mtc Stop timer T: 2 s
04:26:56.279367 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:26:56.279393 mtc Start timer T: 2 s
04:26:56.279492 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48
04:26:56.279509 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
04:26:56.279567 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48
04:26:56.279582 mtc Message with id 48 was extracted from the queue of BSCVTY.
04:26:56.279625 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
04:26:56.279639 mtc Message with id 49 was extracted from the queue of BSCVTY.
04:26:56.279650 mtc Stop timer T: 2 s
04:26:56.279668 mtc Sent on BSCVTY to system charstring : "end"
04:26:56.279691 mtc Start timer T: 2 s
04:26:56.279751 mtc Message enqueued on BSCVTY from system charstring : " end" id 50
04:26:56.279766 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51
04:26:56.279822 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50
04:26:56.279835 mtc Message with id 50 was extracted from the queue of BSCVTY.
04:26:56.279862 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51
04:26:56.279874 mtc Message with id 51 was extracted from the queue of BSCVTY.
04:26:56.279885 mtc Stop timer T: 2 s
04:26:56.279902 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:26:56.279926 mtc Start timer T: 2 s
04:26:56.279996 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52
04:26:56.280053 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52
04:26:56.280064 mtc Message with id 52 was extracted from the queue of BSCVTY.
04:26:56.280074 mtc Stop timer T: 2 s
04:26:56.280085 mtc Sent on BSCVTY to system charstring : "network"
04:26:56.280103 mtc Start timer T: 2 s
04:26:56.280160 mtc Message enqueued on BSCVTY from system charstring : " network" id 53
04:26:56.280179 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54
04:26:56.280236 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53
04:26:56.280250 mtc Message with id 53 was extracted from the queue of BSCVTY.
04:26:56.280291 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54
04:26:56.280304 mtc Message with id 54 was extracted from the queue of BSCVTY.
04:26:56.280315 mtc Stop timer T: 2 s
04:26:56.280333 mtc Sent on BSCVTY to system charstring : "bts 0"
04:26:56.280357 mtc Start timer T: 2 s
04:26:56.280410 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 55
04:26:56.280427 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
04:26:56.280482 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55
04:26:56.280495 mtc Message with id 55 was extracted from the queue of BSCVTY.
04:26:56.280536 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
04:26:56.280550 mtc Message with id 56 was extracted from the queue of BSCVTY.
04:26:56.280561 mtc Stop timer T: 2 s
04:26:56.280580 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:26:56.280603 mtc Start timer T: 2 s
04:26:56.280680 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57
04:26:56.280696 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
04:26:56.280737 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57
04:26:56.280748 mtc Message with id 57 was extracted from the queue of BSCVTY.
04:26:56.280775 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
04:26:56.280785 mtc Message with id 58 was extracted from the queue of BSCVTY.
04:26:56.280802 mtc Stop timer T: 2 s
04:26:56.280819 mtc Sent on BSCVTY to system charstring : "end"
04:26:56.280843 mtc Start timer T: 2 s
04:26:56.280890 mtc Message enqueued on BSCVTY from system charstring : " end" id 59
04:26:56.280905 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60
04:26:56.280943 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59
04:26:56.280953 mtc Message with id 59 was extracted from the queue of BSCVTY.
04:26:56.280967 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60
04:26:56.280975 mtc Message with id 60 was extracted from the queue of BSCVTY.
04:26:56.280983 mtc Stop timer T: 2 s
04:26:56.280996 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:26:56.281020 mtc Start timer T: 2 s
04:26:56.281079 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61
04:26:56.281133 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61
04:26:56.281147 mtc Message with id 61 was extracted from the queue of BSCVTY.
04:26:56.281158 mtc Stop timer T: 2 s
04:26:56.281174 mtc Sent on BSCVTY to system charstring : "network"
04:26:56.281197 mtc Start timer T: 2 s
04:26:56.281244 mtc Message enqueued on BSCVTY from system charstring : " network" id 62
04:26:56.281260 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63
04:26:56.281314 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62
04:26:56.281327 mtc Message with id 62 was extracted from the queue of BSCVTY.
04:26:56.281368 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63
04:26:56.281381 mtc Message with id 63 was extracted from the queue of BSCVTY.
04:26:56.281392 mtc Stop timer T: 2 s
04:26:56.281408 mtc Sent on BSCVTY to system charstring : "bts 0"
04:26:56.281432 mtc Start timer T: 2 s
04:26:56.281479 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 64
04:26:56.281495 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
04:26:56.281545 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64
04:26:56.281559 mtc Message with id 64 was extracted from the queue of BSCVTY.
04:26:56.281599 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
04:26:56.281612 mtc Message with id 65 was extracted from the queue of BSCVTY.
04:26:56.281623 mtc Stop timer T: 2 s
04:26:56.281641 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:26:56.281664 mtc Start timer T: 2 s
04:26:56.281731 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66
04:26:56.281748 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
04:26:56.281804 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66
04:26:56.281818 mtc Message with id 66 was extracted from the queue of BSCVTY.
04:26:56.281860 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
04:26:56.281874 mtc Message with id 67 was extracted from the queue of BSCVTY.
04:26:56.281885 mtc Stop timer T: 2 s
04:26:56.281901 mtc Sent on BSCVTY to system charstring : "end"
04:26:56.281924 mtc Start timer T: 2 s
04:26:56.281974 mtc Message enqueued on BSCVTY from system charstring : " end" id 68
04:26:56.281990 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69
04:26:56.282044 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68
04:26:56.282058 mtc Message with id 68 was extracted from the queue of BSCVTY.
04:26:56.282083 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69
04:26:56.282095 mtc Message with id 69 was extracted from the queue of BSCVTY.
04:26:56.282107 mtc Stop timer T: 2 s
04:26:56.282123 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:26:56.282147 mtc Start timer T: 2 s
04:26:56.282205 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70
04:26:56.282261 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70
04:26:56.282275 mtc Message with id 70 was extracted from the queue of BSCVTY.
04:26:56.282289 mtc Stop timer T: 2 s
04:26:56.282305 mtc Sent on BSCVTY to system charstring : "network"
04:26:56.282328 mtc Start timer T: 2 s
04:26:56.282387 mtc Message enqueued on BSCVTY from system charstring : " network" id 71
04:26:56.282406 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72
04:26:56.282461 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71
04:26:56.282475 mtc Message with id 71 was extracted from the queue of BSCVTY.
04:26:56.282517 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72
04:26:56.282530 mtc Message with id 72 was extracted from the queue of BSCVTY.
04:26:56.282541 mtc Stop timer T: 2 s
04:26:56.282558 mtc Sent on BSCVTY to system charstring : "bts 0"
04:26:56.282582 mtc Start timer T: 2 s
04:26:56.282630 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 73
04:26:56.282645 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
04:26:56.282685 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73
04:26:56.282699 mtc Message with id 73 was extracted from the queue of BSCVTY.
04:26:56.282740 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
04:26:56.282753 mtc Message with id 74 was extracted from the queue of BSCVTY.
04:26:56.282764 mtc Stop timer T: 2 s
04:26:56.282784 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:26:56.282808 mtc Start timer T: 2 s
04:26:56.282892 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75
04:26:56.282909 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
04:26:56.282965 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75
04:26:56.282976 mtc Message with id 75 was extracted from the queue of BSCVTY.
04:26:56.283005 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
04:26:56.283015 mtc Message with id 76 was extracted from the queue of BSCVTY.
04:26:56.283026 mtc Stop timer T: 2 s
04:26:56.283043 mtc Sent on BSCVTY to system charstring : "end"
04:26:56.283066 mtc Start timer T: 2 s
04:26:56.283116 mtc Message enqueued on BSCVTY from system charstring : " end" id 77
04:26:56.283131 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
04:26:56.283170 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77
04:26:56.283180 mtc Message with id 77 was extracted from the queue of BSCVTY.
04:26:56.283195 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
04:26:56.283204 mtc Message with id 78 was extracted from the queue of BSCVTY.
04:26:56.283211 mtc Stop timer T: 2 s
04:26:56.283222 mtc Sent on BSCVTY to system charstring : "write terminal"
04:26:56.283241 mtc Start timer T: 2 s
04:26:56.283552 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 79
04:26:56.283596 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
04:26:56.284864 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 79
04:26:56.284904 mtc Message with id 79 was extracted from the queue of BSCVTY.
04:26:56.284925 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
04:26:56.284936 mtc Message with id 80 was extracted from the queue of BSCVTY.
04:26:56.284946 mtc Stop timer T: 2 s
04:26:56.284966 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:26:56.284993 mtc Start timer T: 2 s
04:26:56.285135 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81
04:26:56.285177 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81
04:26:56.285194 mtc Message with id 81 was extracted from the queue of BSCVTY.
04:26:56.285208 mtc Stop timer T: 2 s
04:26:56.285222 mtc Start timer T: 1 s
04:26:56.300824 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B730100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 39
04:26:56.300924 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23411, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 39
04:26:56.536290 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005BA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 40
04:26:56.536386 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23462, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 40
04:26:56.771629 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005BD90100000059061A00000000000000000000000000000000FF9D0400'O } id 41
04:26:56.771793 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23513, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 41
04:26:57.007020 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C0C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 42
04:26:57.007175 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23564, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 42
04:26:57.242324 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C3F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 43
04:26:57.242477 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23615, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 43
04:26:57.285238 mtc Timeout T: 1 s
04:26:57.285303 mtc setverdict(pass): none -> pass
04:26:57.285354 mtc Terminating component type Test.dummy_CT.
04:26:57.285378 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:26:57.285411 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:26:57.285428 mtc Message with id 39 was extracted from the queue of GSMTAP.
04:26:57.285441 mtc Message with id 40 was extracted from the queue of GSMTAP.
04:26:57.285450 mtc Message with id 41 was extracted from the queue of GSMTAP.
04:26:57.285459 mtc Message with id 42 was extracted from the queue of GSMTAP.
04:26:57.285467 mtc Message with id 43 was extracted from the queue of GSMTAP.
04:26:57.285476 mtc Port GSMTAP was stopped.
04:26:57.285485 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:26:57.285530 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:26:57.285550 mtc Port BSCVTY was stopped.
04:26:57.285566 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2bis.
04:26:57.285584 mtc Waiting for PTCs to finish.
04:26:57.285626 mtc Setting final verdict of the test case.
04:26:57.285648 mtc Local verdict of MTC: pass
04:26:57.285666 mtc No PTCs were created.
04:26:57.285678 mtc Test case TC_si_sched_2bis finished. Verdict: pass
04:26:57.285728 mtc Executing test case TC_si_sched_2ter in module Test.
04:26:57.285774 mtc Test case TC_si_sched_2ter started.
04:26:57.285791 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter.
04:26:57.285829 mtc Port GSMTAP was started.
04:26:57.285848 mtc Port BSCVTY was started.
04:26:57.285860 mtc Component type Test.dummy_CT was initialized.
04:26:57.285875 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:26:57.285911 mtc Port GSMTAP was mapped to system:GSMTAP.
04:26:57.285971 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:26:57.286003 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:26:57.286054 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:26:57.286205 mtc Port BSCVTY was mapped to system:BSCVTY.
04:26:57.286257 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:26:57.286286 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:26:57.286308 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:26:57.286329 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:26:57.286415 mtc Sent on BSCVTY to system charstring : "enable"
04:26:57.286467 mtc Start timer T: 2 s
04:26:57.286557 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:26:57.286611 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:26:57.286632 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:26:57.286667 mtc Stop timer T: 2 s
04:26:57.286692 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:26:57.286824 mtc Start timer T: 2 s
04:26:57.286910 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:26:57.287006 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:26:57.287024 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:26:57.287033 mtc Stop timer T: 2 s
04:26:57.287061 mtc Sent on BSCVTY to system charstring : "network"
04:26:57.287084 mtc Start timer T: 2 s
04:26:57.287161 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:26:57.287192 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:26:57.287260 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:26:57.287275 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:26:57.287310 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:26:57.287321 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:26:57.287329 mtc Stop timer T: 2 s
04:26:57.287349 mtc Sent on BSCVTY to system charstring : "bts 0"
04:26:57.287379 mtc Start timer T: 2 s
04:26:57.287447 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:26:57.287481 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:26:57.287549 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:26:57.287570 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:26:57.287628 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:26:57.287648 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:26:57.287664 mtc Stop timer T: 2 s
04:26:57.287690 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:26:57.287727 mtc Start timer T: 2 s
04:26:57.287847 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7
04:26:57.287871 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:26:57.287961 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7
04:26:57.287979 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:26:57.288034 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:26:57.288050 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:26:57.288065 mtc Stop timer T: 2 s
04:26:57.288085 mtc Sent on BSCVTY to system charstring : "end"
04:26:57.288116 mtc Start timer T: 2 s
04:26:57.288191 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:26:57.288211 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:26:57.288281 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:26:57.288298 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:26:57.288330 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:26:57.288345 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:26:57.288359 mtc Stop timer T: 2 s
04:26:57.288381 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:26:57.288410 mtc Start timer T: 2 s
04:26:57.288491 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11
04:26:57.288560 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11
04:26:57.288577 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:26:57.288592 mtc Stop timer T: 2 s
04:26:57.288613 mtc Sent on BSCVTY to system charstring : "network"
04:26:57.288644 mtc Start timer T: 2 s
04:26:57.288761 mtc Message enqueued on BSCVTY from system charstring : " network" id 12
04:26:57.288807 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13
04:26:57.288893 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12
04:26:57.288910 mtc Message with id 12 was extracted from the queue of BSCVTY.
04:26:57.288970 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13
04:26:57.288988 mtc Message with id 13 was extracted from the queue of BSCVTY.
04:26:57.288999 mtc Stop timer T: 2 s
04:26:57.289016 mtc Sent on BSCVTY to system charstring : "bts 0"
04:26:57.289040 mtc Start timer T: 2 s
04:26:57.289100 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14
04:26:57.289133 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15
04:26:57.289201 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14
04:26:57.289224 mtc Message with id 14 was extracted from the queue of BSCVTY.
04:26:57.289277 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15
04:26:57.289292 mtc Message with id 15 was extracted from the queue of BSCVTY.
04:26:57.289302 mtc Stop timer T: 2 s
04:26:57.289321 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static"
04:26:57.289356 mtc Start timer T: 2 s
04:26:57.289466 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 16
04:26:57.289496 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
04:26:57.289590 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 16
04:26:57.289611 mtc Message with id 16 was extracted from the queue of BSCVTY.
04:26:57.289668 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
04:26:57.289688 mtc Message with id 17 was extracted from the queue of BSCVTY.
04:26:57.289704 mtc Stop timer T: 2 s
04:26:57.289737 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B"
04:26:57.289768 mtc Start timer T: 2 s
04:26:57.289863 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18
04:26:57.289891 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
04:26:57.289986 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18
04:26:57.290006 mtc Message with id 18 was extracted from the queue of BSCVTY.
04:26:57.290044 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
04:26:57.290055 mtc Message with id 19 was extracted from the queue of BSCVTY.
04:26:57.290065 mtc Stop timer T: 2 s
04:26:57.290089 mtc Sent on BSCVTY to system charstring : "end"
04:26:57.290118 mtc Start timer T: 2 s
04:26:57.290185 mtc Message enqueued on BSCVTY from system charstring : " end" id 20
04:26:57.290205 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21
04:26:57.290261 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20
04:26:57.290282 mtc Message with id 20 was extracted from the queue of BSCVTY.
04:26:57.290305 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21
04:26:57.290315 mtc Message with id 21 was extracted from the queue of BSCVTY.
04:26:57.290323 mtc Stop timer T: 2 s
04:26:57.290337 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:26:57.290360 mtc Start timer T: 2 s
04:26:57.290456 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22
04:26:57.290536 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22
04:26:57.290551 mtc Message with id 22 was extracted from the queue of BSCVTY.
04:26:57.290559 mtc Stop timer T: 2 s
04:26:57.290573 mtc Sent on BSCVTY to system charstring : "network"
04:26:57.290597 mtc Start timer T: 2 s
04:26:57.290663 mtc Message enqueued on BSCVTY from system charstring : " network" id 23
04:26:57.290697 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24
04:26:57.290792 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23
04:26:57.290827 mtc Message with id 23 was extracted from the queue of BSCVTY.
04:26:57.290893 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24
04:26:57.290906 mtc Message with id 24 was extracted from the queue of BSCVTY.
04:26:57.290915 mtc Stop timer T: 2 s
04:26:57.290930 mtc Sent on BSCVTY to system charstring : "bts 0"
04:26:57.290960 mtc Start timer T: 2 s
04:26:57.291023 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 25
04:26:57.291055 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
04:26:57.291128 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25
04:26:57.291150 mtc Message with id 25 was extracted from the queue of BSCVTY.
04:26:57.291203 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
04:26:57.291224 mtc Message with id 26 was extracted from the queue of BSCVTY.
04:26:57.291241 mtc Stop timer T: 2 s
04:26:57.291264 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:26:57.291294 mtc Start timer T: 2 s
04:26:57.291377 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27
04:26:57.291401 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
04:26:57.291459 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27
04:26:57.291487 mtc Message with id 27 was extracted from the queue of BSCVTY.
04:26:57.291539 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
04:26:57.291559 mtc Message with id 28 was extracted from the queue of BSCVTY.
04:26:57.291574 mtc Stop timer T: 2 s
04:26:57.291595 mtc Sent on BSCVTY to system charstring : "end"
04:26:57.291628 mtc Start timer T: 2 s
04:26:57.291703 mtc Message enqueued on BSCVTY from system charstring : " end" id 29
04:26:57.291739 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30
04:26:57.291815 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29
04:26:57.291835 mtc Message with id 29 was extracted from the queue of BSCVTY.
04:26:57.291863 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30
04:26:57.291879 mtc Message with id 30 was extracted from the queue of BSCVTY.
04:26:57.291890 mtc Stop timer T: 2 s
04:26:57.291905 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:26:57.291936 mtc Start timer T: 2 s
04:26:57.292023 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31
04:26:57.292107 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31
04:26:57.292130 mtc Message with id 31 was extracted from the queue of BSCVTY.
04:26:57.292141 mtc Stop timer T: 2 s
04:26:57.292157 mtc Sent on BSCVTY to system charstring : "network"
04:26:57.292190 mtc Start timer T: 2 s
04:26:57.292264 mtc Message enqueued on BSCVTY from system charstring : " network" id 32
04:26:57.292301 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33
04:26:57.292375 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32
04:26:57.292393 mtc Message with id 32 was extracted from the queue of BSCVTY.
04:26:57.292448 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33
04:26:57.292465 mtc Message with id 33 was extracted from the queue of BSCVTY.
04:26:57.292480 mtc Stop timer T: 2 s
04:26:57.292505 mtc Sent on BSCVTY to system charstring : "bts 0"
04:26:57.292534 mtc Start timer T: 2 s
04:26:57.292610 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 34
04:26:57.292642 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
04:26:57.292722 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34
04:26:57.292738 mtc Message with id 34 was extracted from the queue of BSCVTY.
04:26:57.292777 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
04:26:57.292790 mtc Message with id 35 was extracted from the queue of BSCVTY.
04:26:57.292799 mtc Stop timer T: 2 s
04:26:57.292822 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:26:57.292848 mtc Start timer T: 2 s
04:26:57.292951 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36
04:26:57.292971 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
04:26:57.293068 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36
04:26:57.293086 mtc Message with id 36 was extracted from the queue of BSCVTY.
04:26:57.293143 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
04:26:57.293162 mtc Message with id 37 was extracted from the queue of BSCVTY.
04:26:57.293177 mtc Stop timer T: 2 s
04:26:57.293193 mtc Sent on BSCVTY to system charstring : "end"
04:26:57.293224 mtc Start timer T: 2 s
04:26:57.293301 mtc Message enqueued on BSCVTY from system charstring : " end" id 38
04:26:57.293324 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
04:26:57.293411 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38
04:26:57.293428 mtc Message with id 38 was extracted from the queue of BSCVTY.
04:26:57.293460 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
04:26:57.293476 mtc Message with id 39 was extracted from the queue of BSCVTY.
04:26:57.293491 mtc Stop timer T: 2 s
04:26:57.293512 mtc Sent on BSCVTY to system charstring : "write terminal"
04:26:57.293542 mtc Start timer T: 2 s
04:26:57.293961 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 40
04:26:57.294018 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
04:26:57.295726 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 40
04:26:57.295784 mtc Message with id 40 was extracted from the queue of BSCVTY.
04:26:57.295819 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
04:26:57.295835 mtc Message with id 41 was extracted from the queue of BSCVTY.
04:26:57.295851 mtc Stop timer T: 2 s
04:26:57.295878 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:26:57.295911 mtc Start timer T: 2 s
04:26:57.296148 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42
04:26:57.296201 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42
04:26:57.296221 mtc Message with id 42 was extracted from the queue of BSCVTY.
04:26:57.296237 mtc Stop timer T: 2 s
04:26:57.296254 mtc Start timer T: 1 s
04:26:57.477728 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C72010000005506198FB380000000000000000000000000009D04002B'O } id 1
04:26:57.477865 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23666, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 1
04:26:57.713082 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005CA50100000059061A00000000000000000000000000000000FF9D0400'O } id 2
04:26:57.713179 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23717, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 2
04:26:57.948460 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005CD80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 3
04:26:57.948602 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23768, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 3
04:26:58.183827 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D0B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4
04:26:58.183971 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23819, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 4
04:26:58.296271 mtc Timeout T: 1 s
04:26:58.296310 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:26:58.296321 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:26:58.296327 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:26:58.296333 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:26:58.296339 mtc Port GSMTAP was cleared.
04:26:58.296346 mtc Start timer T: 8 s
04:26:58.419208 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D3E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 5
04:26:58.419345 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23870, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 5
04:26:58.419420 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23870, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 5
04:26:58.419442 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:26:58.419497 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
04:26:58.654540 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D7101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 6
04:26:58.654698 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23921, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 6
04:26:58.654750 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23921, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 6
04:26:58.654791 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:26:58.654857 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
04:26:58.889950 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005DA40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 7
04:26:58.890079 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23972, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 7
04:26:58.890166 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23972, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 7
04:26:58.890189 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:26:58.890278 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
04:26:59.125293 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005DD70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 8
04:26:59.125399 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24023, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8
04:26:59.125508 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24023, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8
04:26:59.125529 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:26:59.125651 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:26:59.360823 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E0A010000005506198FB380000000000000000000000000009D04002B'O } id 9
04:26:59.360960 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24074, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 9
04:26:59.361041 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24074, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 9
04:26:59.361066 mtc Message with id 9 was extracted from the queue of GSMTAP.
04:26:59.361148 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:26:59.596037 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E3D0100000059061A00000000000000000000000000000000FF9D0400'O } id 10
04:26:59.596177 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24125, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 10
04:26:59.596287 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24125, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 10
04:26:59.596311 mtc Message with id 10 was extracted from the queue of GSMTAP.
04:26:59.596411 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:26:59.831398 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E700100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 11
04:26:59.831550 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24176, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 11
04:26:59.831635 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24176, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 11
04:26:59.831657 mtc Message with id 11 was extracted from the queue of GSMTAP.
04:26:59.831741 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
04:27:00.066697 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005EA30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 12
04:27:00.066824 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24227, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12
04:27:00.066900 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24227, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12
04:27:00.066930 mtc Message with id 12 was extracted from the queue of GSMTAP.
04:27:00.067036 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:27:00.302116 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005ED6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 13
04:27:00.302218 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24278, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 13
04:27:00.302280 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24278, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 13
04:27:00.302315 mtc Message with id 13 was extracted from the queue of GSMTAP.
04:27:00.302373 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
04:27:00.537477 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F0901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 14
04:27:00.537603 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24329, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 14
04:27:00.537673 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24329, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 14
04:27:00.537693 mtc Message with id 14 was extracted from the queue of GSMTAP.
04:27:00.537800 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
04:27:00.772792 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F3C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 15
04:27:00.772907 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24380, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 15
04:27:00.772966 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24380, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 15
04:27:00.772984 mtc Message with id 15 was extracted from the queue of GSMTAP.
04:27:00.773066 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
04:27:01.008229 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F6F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 16
04:27:01.008421 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24431, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16
04:27:01.008536 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24431, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16
04:27:01.008596 mtc Message with id 16 was extracted from the queue of GSMTAP.
04:27:01.008799 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:27:01.243574 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005FA2010000005506198FB380000000000000000000000000009D04002B'O } id 17
04:27:01.243677 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24482, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 17
04:27:01.243733 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24482, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 17
04:27:01.243755 mtc Message with id 17 was extracted from the queue of GSMTAP.
04:27:01.243826 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:01.478902 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005FD50100000059061A00000000000000000000000000000000FF9D0400'O } id 18
04:27:01.479030 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24533, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 18
04:27:01.479097 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24533, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 18
04:27:01.479119 mtc Message with id 18 was extracted from the queue of GSMTAP.
04:27:01.479193 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:27:01.714271 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060080100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 19
04:27:01.714405 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24584, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 19
04:27:01.714477 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24584, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 19
04:27:01.714504 mtc Message with id 19 was extracted from the queue of GSMTAP.
04:27:01.714602 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
04:27:01.949735 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000603B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 20
04:27:01.949858 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24635, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20
04:27:01.949923 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24635, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20
04:27:01.949949 mtc Message with id 20 was extracted from the queue of GSMTAP.
04:27:01.950072 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:27:02.185021 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000606E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 21
04:27:02.185126 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24686, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 21
04:27:02.185184 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24686, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 21
04:27:02.185207 mtc Message with id 21 was extracted from the queue of GSMTAP.
04:27:02.185267 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
04:27:02.420388 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060A101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 22
04:27:02.420506 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24737, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 22
04:27:02.420575 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24737, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 22
04:27:02.420594 mtc Message with id 22 was extracted from the queue of GSMTAP.
04:27:02.420645 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
04:27:02.655769 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060D40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 23
04:27:02.655917 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24788, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 23
04:27:02.655978 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24788, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 23
04:27:02.656003 mtc Message with id 23 was extracted from the queue of GSMTAP.
04:27:02.656095 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
04:27:02.891128 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061070100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 24
04:27:02.891281 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24839, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24
04:27:02.891374 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24839, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24
04:27:02.891396 mtc Message with id 24 was extracted from the queue of GSMTAP.
04:27:02.891504 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:27:03.126466 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000613A010000005506198FB380000000000000000000000000009D04002B'O } id 25
04:27:03.126572 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24890, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 25
04:27:03.126621 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24890, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 25
04:27:03.126639 mtc Message with id 25 was extracted from the queue of GSMTAP.
04:27:03.126696 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:03.361855 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000616D0100000059061A00000000000000000000000000000000FF9D0400'O } id 26
04:27:03.362032 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24941, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 26
04:27:03.362111 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24941, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 26
04:27:03.362156 mtc Message with id 26 was extracted from the queue of GSMTAP.
04:27:03.362243 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:27:03.597217 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061A00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 27
04:27:03.597386 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24992, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 27
04:27:03.597502 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24992, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 27
04:27:03.597531 mtc Message with id 27 was extracted from the queue of GSMTAP.
04:27:03.597630 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
04:27:03.832552 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061D30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 28
04:27:03.832655 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25043, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28
04:27:03.832705 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25043, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28
04:27:03.832725 mtc Message with id 28 was extracted from the queue of GSMTAP.
04:27:03.832829 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:27:04.067945 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006206010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 29
04:27:04.068112 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25094, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 29
04:27:04.068228 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25094, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 29
04:27:04.068257 mtc Message with id 29 was extracted from the queue of GSMTAP.
04:27:04.068317 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
04:27:04.303349 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000623901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 30
04:27:04.303492 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25145, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 30
04:27:04.303563 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25145, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 30
04:27:04.303583 mtc Message with id 30 was extracted from the queue of GSMTAP.
04:27:04.303637 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
04:27:04.538703 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000626C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 31
04:27:04.538845 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25196, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 31
04:27:04.538942 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25196, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 31
04:27:04.538964 mtc Message with id 31 was extracted from the queue of GSMTAP.
04:27:04.539064 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
04:27:04.774014 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000629F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 32
04:27:04.774147 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25247, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 32
04:27:04.774222 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25247, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 32
04:27:04.774252 mtc Message with id 32 was extracted from the queue of GSMTAP.
04:27:04.774364 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:27:05.009367 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000062D2010000005506198FB380000000000000000000000000009D04002B'O } id 33
04:27:05.009469 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25298, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 33
04:27:05.009526 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25298, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 33
04:27:05.009552 mtc Message with id 33 was extracted from the queue of GSMTAP.
04:27:05.009615 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:05.244777 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063050100000059061A00000000000000000000000000000000FF9D0400'O } id 34
04:27:05.244923 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25349, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 34
04:27:05.244992 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25349, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 34
04:27:05.245015 mtc Message with id 34 was extracted from the queue of GSMTAP.
04:27:05.245087 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:27:05.480147 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063380100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 35
04:27:05.480304 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25400, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 35
04:27:05.480395 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25400, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 35
04:27:05.480423 mtc Message with id 35 was extracted from the queue of GSMTAP.
04:27:05.480544 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
04:27:05.715535 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000636B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 36
04:27:05.715701 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25451, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 36
04:27:05.715806 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25451, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 36
04:27:05.715847 mtc Message with id 36 was extracted from the queue of GSMTAP.
04:27:05.715989 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:27:05.950835 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000639E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 37
04:27:05.950950 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25502, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 37
04:27:05.951017 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25502, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 37
04:27:05.951041 mtc Message with id 37 was extracted from the queue of GSMTAP.
04:27:05.951104 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
04:27:06.186227 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063D101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 38
04:27:06.186371 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25553, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 38
04:27:06.186456 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25553, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 38
04:27:06.186484 mtc Message with id 38 was extracted from the queue of GSMTAP.
04:27:06.186555 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
04:27:06.296384 mtc Timeout T: 8 s
04:27:06.296436 mtc "TC_si_sched_2ter": TC=0 has #of SI=4
04:27:06.296457 mtc "TC_si_sched_2ter": TC=1 has #of SI=4
04:27:06.296472 mtc "TC_si_sched_2ter": TC=2 has #of SI=4
04:27:06.296484 mtc "TC_si_sched_2ter": TC=3 has #of SI=4
04:27:06.296496 mtc "TC_si_sched_2ter": TC=4 has #of SI=5
04:27:06.296523 mtc "TC_si_sched_2ter": TC=5 has #of SI=5
04:27:06.296548 mtc "TC_si_sched_2ter": TC=6 has #of SI=4
04:27:06.296560 mtc "TC_si_sched_2ter": TC=7 has #of SI=4
04:27:06.296605 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:06.296676 mtc Start timer T: 2 s
04:27:06.296841 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43
04:27:06.296917 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43
04:27:06.296932 mtc Message with id 43 was extracted from the queue of BSCVTY.
04:27:06.296945 mtc Stop timer T: 2 s
04:27:06.296962 mtc Sent on BSCVTY to system charstring : "network"
04:27:06.296987 mtc Start timer T: 2 s
04:27:06.297042 mtc Message enqueued on BSCVTY from system charstring : " network" id 44
04:27:06.297058 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45
04:27:06.297109 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44
04:27:06.297124 mtc Message with id 44 was extracted from the queue of BSCVTY.
04:27:06.297161 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45
04:27:06.297171 mtc Message with id 45 was extracted from the queue of BSCVTY.
04:27:06.297178 mtc Stop timer T: 2 s
04:27:06.297189 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:06.297209 mtc Start timer T: 2 s
04:27:06.297273 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 46
04:27:06.297293 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
04:27:06.297352 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46
04:27:06.297366 mtc Message with id 46 was extracted from the queue of BSCVTY.
04:27:06.297409 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
04:27:06.297422 mtc Message with id 47 was extracted from the queue of BSCVTY.
04:27:06.297434 mtc Stop timer T: 2 s
04:27:06.297453 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:27:06.297477 mtc Start timer T: 2 s
04:27:06.297600 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48
04:27:06.297631 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
04:27:06.297702 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48
04:27:06.297717 mtc Message with id 48 was extracted from the queue of BSCVTY.
04:27:06.297761 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
04:27:06.297775 mtc Message with id 49 was extracted from the queue of BSCVTY.
04:27:06.297787 mtc Stop timer T: 2 s
04:27:06.297804 mtc Sent on BSCVTY to system charstring : "end"
04:27:06.297831 mtc Start timer T: 2 s
04:27:06.297897 mtc Message enqueued on BSCVTY from system charstring : " end" id 50
04:27:06.297913 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51
04:27:06.297963 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50
04:27:06.297977 mtc Message with id 50 was extracted from the queue of BSCVTY.
04:27:06.298001 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51
04:27:06.298013 mtc Message with id 51 was extracted from the queue of BSCVTY.
04:27:06.298024 mtc Stop timer T: 2 s
04:27:06.298041 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:06.298063 mtc Start timer T: 2 s
04:27:06.298132 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52
04:27:06.298179 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52
04:27:06.298193 mtc Message with id 52 was extracted from the queue of BSCVTY.
04:27:06.298205 mtc Stop timer T: 2 s
04:27:06.298221 mtc Sent on BSCVTY to system charstring : "network"
04:27:06.298244 mtc Start timer T: 2 s
04:27:06.298293 mtc Message enqueued on BSCVTY from system charstring : " network" id 53
04:27:06.298310 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54
04:27:06.298347 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53
04:27:06.298357 mtc Message with id 53 was extracted from the queue of BSCVTY.
04:27:06.298401 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54
04:27:06.298413 mtc Message with id 54 was extracted from the queue of BSCVTY.
04:27:06.298420 mtc Stop timer T: 2 s
04:27:06.298433 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:06.298458 mtc Start timer T: 2 s
04:27:06.298513 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 55
04:27:06.298528 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
04:27:06.298573 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55
04:27:06.298582 mtc Message with id 55 was extracted from the queue of BSCVTY.
04:27:06.298610 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
04:27:06.298620 mtc Message with id 56 was extracted from the queue of BSCVTY.
04:27:06.298627 mtc Stop timer T: 2 s
04:27:06.298642 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:27:06.298667 mtc Start timer T: 2 s
04:27:06.298752 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57
04:27:06.298768 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
04:27:06.298827 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57
04:27:06.298840 mtc Message with id 57 was extracted from the queue of BSCVTY.
04:27:06.298883 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
04:27:06.298896 mtc Message with id 58 was extracted from the queue of BSCVTY.
04:27:06.298907 mtc Stop timer T: 2 s
04:27:06.298924 mtc Sent on BSCVTY to system charstring : "end"
04:27:06.298948 mtc Start timer T: 2 s
04:27:06.299001 mtc Message enqueued on BSCVTY from system charstring : " end" id 59
04:27:06.299016 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60
04:27:06.299071 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59
04:27:06.299084 mtc Message with id 59 was extracted from the queue of BSCVTY.
04:27:06.299108 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60
04:27:06.299119 mtc Message with id 60 was extracted from the queue of BSCVTY.
04:27:06.299128 mtc Stop timer T: 2 s
04:27:06.299141 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:06.299162 mtc Start timer T: 2 s
04:27:06.299226 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61
04:27:06.299270 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61
04:27:06.299284 mtc Message with id 61 was extracted from the queue of BSCVTY.
04:27:06.299297 mtc Stop timer T: 2 s
04:27:06.299313 mtc Sent on BSCVTY to system charstring : "network"
04:27:06.299335 mtc Start timer T: 2 s
04:27:06.299381 mtc Message enqueued on BSCVTY from system charstring : " network" id 62
04:27:06.299397 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63
04:27:06.299451 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62
04:27:06.299464 mtc Message with id 62 was extracted from the queue of BSCVTY.
04:27:06.299505 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63
04:27:06.299518 mtc Message with id 63 was extracted from the queue of BSCVTY.
04:27:06.299528 mtc Stop timer T: 2 s
04:27:06.299545 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:06.299568 mtc Start timer T: 2 s
04:27:06.299619 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 64
04:27:06.299635 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
04:27:06.299689 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64
04:27:06.299702 mtc Message with id 64 was extracted from the queue of BSCVTY.
04:27:06.299741 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
04:27:06.299754 mtc Message with id 65 was extracted from the queue of BSCVTY.
04:27:06.299765 mtc Stop timer T: 2 s
04:27:06.299782 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:27:06.299805 mtc Start timer T: 2 s
04:27:06.299878 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66
04:27:06.299894 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
04:27:06.299953 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66
04:27:06.299968 mtc Message with id 66 was extracted from the queue of BSCVTY.
04:27:06.299993 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
04:27:06.300002 mtc Message with id 67 was extracted from the queue of BSCVTY.
04:27:06.300008 mtc Stop timer T: 2 s
04:27:06.300018 mtc Sent on BSCVTY to system charstring : "end"
04:27:06.300036 mtc Start timer T: 2 s
04:27:06.300092 mtc Message enqueued on BSCVTY from system charstring : " end" id 68
04:27:06.300111 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69
04:27:06.300165 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68
04:27:06.300178 mtc Message with id 68 was extracted from the queue of BSCVTY.
04:27:06.300202 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69
04:27:06.300214 mtc Message with id 69 was extracted from the queue of BSCVTY.
04:27:06.300225 mtc Stop timer T: 2 s
04:27:06.300242 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:06.300264 mtc Start timer T: 2 s
04:27:06.300350 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70
04:27:06.300429 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70
04:27:06.300443 mtc Message with id 70 was extracted from the queue of BSCVTY.
04:27:06.300451 mtc Stop timer T: 2 s
04:27:06.300462 mtc Sent on BSCVTY to system charstring : "network"
04:27:06.300490 mtc Start timer T: 2 s
04:27:06.300585 mtc Message enqueued on BSCVTY from system charstring : " network" id 71
04:27:06.300611 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72
04:27:06.300672 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71
04:27:06.300686 mtc Message with id 71 was extracted from the queue of BSCVTY.
04:27:06.300729 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72
04:27:06.300742 mtc Message with id 72 was extracted from the queue of BSCVTY.
04:27:06.300754 mtc Stop timer T: 2 s
04:27:06.300772 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:06.300798 mtc Start timer T: 2 s
04:27:06.300853 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 73
04:27:06.300873 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
04:27:06.300944 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73
04:27:06.300963 mtc Message with id 73 was extracted from the queue of BSCVTY.
04:27:06.300998 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
04:27:06.301007 mtc Message with id 74 was extracted from the queue of BSCVTY.
04:27:06.301014 mtc Stop timer T: 2 s
04:27:06.301032 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:27:06.301059 mtc Start timer T: 2 s
04:27:06.301152 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75
04:27:06.301173 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
04:27:06.301240 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75
04:27:06.301255 mtc Message with id 75 was extracted from the queue of BSCVTY.
04:27:06.301299 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
04:27:06.301310 mtc Message with id 76 was extracted from the queue of BSCVTY.
04:27:06.301318 mtc Stop timer T: 2 s
04:27:06.301329 mtc Sent on BSCVTY to system charstring : "end"
04:27:06.301351 mtc Start timer T: 2 s
04:27:06.301402 mtc Message enqueued on BSCVTY from system charstring : " end" id 77
04:27:06.301420 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
04:27:06.301474 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77
04:27:06.301494 mtc Message with id 77 was extracted from the queue of BSCVTY.
04:27:06.301520 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
04:27:06.301532 mtc Message with id 78 was extracted from the queue of BSCVTY.
04:27:06.301543 mtc Stop timer T: 2 s
04:27:06.301559 mtc Sent on BSCVTY to system charstring : "write terminal"
04:27:06.301584 mtc Start timer T: 2 s
04:27:06.301903 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 79
04:27:06.301946 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
04:27:06.303219 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 79
04:27:06.303259 mtc Message with id 79 was extracted from the queue of BSCVTY.
04:27:06.303277 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
04:27:06.303285 mtc Message with id 80 was extracted from the queue of BSCVTY.
04:27:06.303292 mtc Stop timer T: 2 s
04:27:06.303307 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:27:06.303328 mtc Start timer T: 2 s
04:27:06.303576 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81
04:27:06.303618 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81
04:27:06.303632 mtc Message with id 81 was extracted from the queue of BSCVTY.
04:27:06.303644 mtc Stop timer T: 2 s
04:27:06.303655 mtc Start timer T: 1 s
04:27:06.421640 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064040100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 39
04:27:06.421833 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25604, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 39
04:27:06.656969 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064370100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 40
04:27:06.657124 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25655, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 40
04:27:06.892322 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000646A010000005506198FB380000000000000000000000000009D04002B'O } id 41
04:27:06.892445 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25706, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 41
04:27:07.127996 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000649D0100000059061A00000000000000000000000000000000FF9D0400'O } id 42
04:27:07.128325 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25757, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 42
04:27:07.303779 mtc Timeout T: 1 s
04:27:07.303925 mtc setverdict(pass): none -> pass
04:27:07.304009 mtc Terminating component type Test.dummy_CT.
04:27:07.304075 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:27:07.304163 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:27:07.304223 mtc Message with id 39 was extracted from the queue of GSMTAP.
04:27:07.304260 mtc Message with id 40 was extracted from the queue of GSMTAP.
04:27:07.304289 mtc Message with id 41 was extracted from the queue of GSMTAP.
04:27:07.304319 mtc Message with id 42 was extracted from the queue of GSMTAP.
04:27:07.304353 mtc Port GSMTAP was stopped.
04:27:07.304389 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:27:07.304553 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:27:07.304642 mtc Port BSCVTY was stopped.
04:27:07.304704 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter.
04:27:07.304781 mtc Waiting for PTCs to finish.
04:27:07.304909 mtc Setting final verdict of the test case.
04:27:07.305026 mtc Local verdict of MTC: pass
04:27:07.305080 mtc No PTCs were created.
04:27:07.305123 mtc Test case TC_si_sched_2ter finished. Verdict: pass
04:27:07.305271 mtc Executing test case TC_si_sched_2ter_2bis in module Test.
04:27:07.305398 mtc Test case TC_si_sched_2ter_2bis started.
04:27:07.305452 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter_2bis.
04:27:07.305565 mtc Port GSMTAP was started.
04:27:07.305636 mtc Port BSCVTY was started.
04:27:07.305668 mtc Component type Test.dummy_CT was initialized.
04:27:07.305700 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:27:07.305877 mtc Port GSMTAP was mapped to system:GSMTAP.
04:27:07.306089 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:27:07.306209 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:27:07.306359 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:27:07.306879 mtc Port BSCVTY was mapped to system:BSCVTY.
04:27:07.307017 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:27:07.307093 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:27:07.307151 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:27:07.307216 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:27:07.307374 mtc Sent on BSCVTY to system charstring : "enable"
04:27:07.307673 mtc Start timer T: 2 s
04:27:07.307775 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:27:07.307920 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:27:07.307988 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:27:07.308022 mtc Stop timer T: 2 s
04:27:07.308064 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:07.308135 mtc Start timer T: 2 s
04:27:07.308516 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:27:07.308781 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:27:07.308850 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:27:07.308900 mtc Stop timer T: 2 s
04:27:07.308975 mtc Sent on BSCVTY to system charstring : "network"
04:27:07.309198 mtc Start timer T: 2 s
04:27:07.309339 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:27:07.309424 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:27:07.309681 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:27:07.309728 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:27:07.309852 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:27:07.309887 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:27:07.309914 mtc Stop timer T: 2 s
04:27:07.309960 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:07.310033 mtc Start timer T: 2 s
04:27:07.310234 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:27:07.310332 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:27:07.310692 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:27:07.310785 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:27:07.311032 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:27:07.311084 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:27:07.311178 mtc Stop timer T: 2 s
04:27:07.311249 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static"
04:27:07.311357 mtc Start timer T: 2 s
04:27:07.311630 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7
04:27:07.311723 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:27:07.312004 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7
04:27:07.312070 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:27:07.312187 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:27:07.312221 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:27:07.312247 mtc Stop timer T: 2 s
04:27:07.312307 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B"
04:27:07.312415 mtc Start timer T: 2 s
04:27:07.312787 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
04:27:07.312871 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10
04:27:07.313183 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
04:27:07.313251 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:27:07.313493 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10
04:27:07.313552 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:27:07.313600 mtc Stop timer T: 2 s
04:27:07.313675 mtc Sent on BSCVTY to system charstring : "end"
04:27:07.313827 mtc Start timer T: 2 s
04:27:07.314078 mtc Message enqueued on BSCVTY from system charstring : " end" id 11
04:27:07.314170 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12
04:27:07.314326 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11
04:27:07.314479 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:27:07.314555 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12
04:27:07.314593 mtc Message with id 12 was extracted from the queue of BSCVTY.
04:27:07.314633 mtc Stop timer T: 2 s
04:27:07.314768 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:07.315110 mtc Start timer T: 2 s
04:27:07.315234 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13
04:27:07.315683 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13
04:27:07.315754 mtc Message with id 13 was extracted from the queue of BSCVTY.
04:27:07.315804 mtc Stop timer T: 2 s
04:27:07.315877 mtc Sent on BSCVTY to system charstring : "network"
04:27:07.315965 mtc Start timer T: 2 s
04:27:07.316228 mtc Message enqueued on BSCVTY from system charstring : " network" id 14
04:27:07.316292 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15
04:27:07.316665 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14
04:27:07.316819 mtc Message with id 14 was extracted from the queue of BSCVTY.
04:27:07.317076 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15
04:27:07.317170 mtc Message with id 15 was extracted from the queue of BSCVTY.
04:27:07.317213 mtc Stop timer T: 2 s
04:27:07.317276 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:07.317403 mtc Start timer T: 2 s
04:27:07.317576 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16
04:27:07.317670 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
04:27:07.317919 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16
04:27:07.317988 mtc Message with id 16 was extracted from the queue of BSCVTY.
04:27:07.318186 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
04:27:07.318245 mtc Message with id 17 was extracted from the queue of BSCVTY.
04:27:07.318290 mtc Stop timer T: 2 s
04:27:07.318369 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static"
04:27:07.318519 mtc Start timer T: 2 s
04:27:07.318799 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18
04:27:07.318871 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
04:27:07.319086 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18
04:27:07.319138 mtc Message with id 18 was extracted from the queue of BSCVTY.
04:27:07.319262 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
04:27:07.319308 mtc Message with id 19 was extracted from the queue of BSCVTY.
04:27:07.319345 mtc Stop timer T: 2 s
04:27:07.319416 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B"
04:27:07.319514 mtc Start timer T: 2 s
04:27:07.319780 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
04:27:07.319847 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21
04:27:07.320109 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
04:27:07.320171 mtc Message with id 20 was extracted from the queue of BSCVTY.
04:27:07.320339 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21
04:27:07.320393 mtc Message with id 21 was extracted from the queue of BSCVTY.
04:27:07.320440 mtc Stop timer T: 2 s
04:27:07.320511 mtc Sent on BSCVTY to system charstring : "end"
04:27:07.320608 mtc Start timer T: 2 s
04:27:07.320786 mtc Message enqueued on BSCVTY from system charstring : " end" id 22
04:27:07.320856 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23
04:27:07.321080 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22
04:27:07.321136 mtc Message with id 22 was extracted from the queue of BSCVTY.
04:27:07.321246 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23
04:27:07.321295 mtc Message with id 23 was extracted from the queue of BSCVTY.
04:27:07.321344 mtc Stop timer T: 2 s
04:27:07.321413 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:07.321514 mtc Start timer T: 2 s
04:27:07.321729 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24
04:27:07.321964 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24
04:27:07.322024 mtc Message with id 24 was extracted from the queue of BSCVTY.
04:27:07.322075 mtc Stop timer T: 2 s
04:27:07.322147 mtc Sent on BSCVTY to system charstring : "network"
04:27:07.322239 mtc Start timer T: 2 s
04:27:07.322451 mtc Message enqueued on BSCVTY from system charstring : " network" id 25
04:27:07.322570 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26
04:27:07.322864 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25
04:27:07.322930 mtc Message with id 25 was extracted from the queue of BSCVTY.
04:27:07.323051 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26
04:27:07.323087 mtc Message with id 26 was extracted from the queue of BSCVTY.
04:27:07.323115 mtc Stop timer T: 2 s
04:27:07.323164 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:07.323244 mtc Start timer T: 2 s
04:27:07.323487 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 27
04:27:07.323592 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
04:27:07.323915 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27
04:27:07.323986 mtc Message with id 27 was extracted from the queue of BSCVTY.
04:27:07.324255 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
04:27:07.324335 mtc Message with id 28 was extracted from the queue of BSCVTY.
04:27:07.324390 mtc Stop timer T: 2 s
04:27:07.324470 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:27:07.324645 mtc Start timer T: 2 s
04:27:07.324909 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 29
04:27:07.325039 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30
04:27:07.325294 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 29
04:27:07.325356 mtc Message with id 29 was extracted from the queue of BSCVTY.
04:27:07.325545 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30
04:27:07.325594 mtc Message with id 30 was extracted from the queue of BSCVTY.
04:27:07.325631 mtc Stop timer T: 2 s
04:27:07.325691 mtc Sent on BSCVTY to system charstring : "end"
04:27:07.325773 mtc Start timer T: 2 s
04:27:07.326115 mtc Message enqueued on BSCVTY from system charstring : " end" id 31
04:27:07.326196 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32
04:27:07.326455 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31
04:27:07.326525 mtc Message with id 31 was extracted from the queue of BSCVTY.
04:27:07.326627 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32
04:27:07.326687 mtc Message with id 32 was extracted from the queue of BSCVTY.
04:27:07.326725 mtc Stop timer T: 2 s
04:27:07.326785 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:07.326885 mtc Start timer T: 2 s
04:27:07.327079 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33
04:27:07.327309 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33
04:27:07.327361 mtc Message with id 33 was extracted from the queue of BSCVTY.
04:27:07.327405 mtc Stop timer T: 2 s
04:27:07.327471 mtc Sent on BSCVTY to system charstring : "network"
04:27:07.327577 mtc Start timer T: 2 s
04:27:07.327894 mtc Message enqueued on BSCVTY from system charstring : " network" id 34
04:27:07.327975 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35
04:27:07.328263 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34
04:27:07.328333 mtc Message with id 34 was extracted from the queue of BSCVTY.
04:27:07.328625 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35
04:27:07.328688 mtc Message with id 35 was extracted from the queue of BSCVTY.
04:27:07.328782 mtc Stop timer T: 2 s
04:27:07.328869 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:07.328996 mtc Start timer T: 2 s
04:27:07.329175 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 36
04:27:07.329248 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
04:27:07.329536 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36
04:27:07.329622 mtc Message with id 36 was extracted from the queue of BSCVTY.
04:27:07.329893 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
04:27:07.329957 mtc Message with id 37 was extracted from the queue of BSCVTY.
04:27:07.330005 mtc Stop timer T: 2 s
04:27:07.330142 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:27:07.330237 mtc Start timer T: 2 s
04:27:07.330598 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 38
04:27:07.330696 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39
04:27:07.330997 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 38
04:27:07.331064 mtc Message with id 38 was extracted from the queue of BSCVTY.
04:27:07.331233 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39
04:27:07.331298 mtc Message with id 39 was extracted from the queue of BSCVTY.
04:27:07.331345 mtc Stop timer T: 2 s
04:27:07.331414 mtc Sent on BSCVTY to system charstring : "end"
04:27:07.331515 mtc Start timer T: 2 s
04:27:07.331719 mtc Message enqueued on BSCVTY from system charstring : " end" id 40
04:27:07.331853 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
04:27:07.332237 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40
04:27:07.332349 mtc Message with id 40 was extracted from the queue of BSCVTY.
04:27:07.332478 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
04:27:07.332534 mtc Message with id 41 was extracted from the queue of BSCVTY.
04:27:07.332581 mtc Stop timer T: 2 s
04:27:07.332752 mtc Sent on BSCVTY to system charstring : "write terminal"
04:27:07.332854 mtc Start timer T: 2 s
04:27:07.334305 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 42
04:27:07.334528 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43
04:27:07.340294 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 42
04:27:07.340476 mtc Message with id 42 was extracted from the queue of BSCVTY.
04:27:07.340623 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43
04:27:07.340664 mtc Message with id 43 was extracted from the queue of BSCVTY.
04:27:07.340698 mtc Stop timer T: 2 s
04:27:07.340791 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:27:07.340860 mtc Start timer T: 2 s
04:27:07.341173 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44
04:27:07.341304 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44
04:27:07.341350 mtc Message with id 44 was extracted from the queue of BSCVTY.
04:27:07.341388 mtc Stop timer T: 2 s
04:27:07.341427 mtc Start timer T: 1 s
04:27:07.362994 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064D00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 1
04:27:07.363122 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25808, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 1
04:27:07.598623 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065030100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2
04:27:07.598920 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25859, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 2
04:27:07.834135 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006536010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3
04:27:07.838627 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25910, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 3
04:27:08.069152 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000656901000000550602BFE809B3FF00000000000000000000007900002B'O } id 4
04:27:08.069266 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25961, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 4
04:27:08.304518 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000659C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 5
04:27:08.304648 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26012, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 5
04:27:08.341537 mtc Timeout T: 1 s
04:27:08.341581 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:27:08.341592 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:27:08.341599 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:27:08.341605 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:27:08.341612 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:27:08.341618 mtc Port GSMTAP was cleared.
04:27:08.341630 mtc Start timer T: 8 s
04:27:08.539855 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065CF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 6
04:27:08.539971 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26063, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6
04:27:08.540036 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26063, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6
04:27:08.540058 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:27:08.540152 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:27:08.775208 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006602010000005506198FB380000000000000000000000000009D04002B'O } id 7
04:27:08.775324 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26114, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 7
04:27:08.775383 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26114, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 7
04:27:08.775408 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:27:08.775477 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:09.010621 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066350100000059061A00000000000000000000000000000000FF9D0400'O } id 8
04:27:09.010805 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26165, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 8
04:27:09.010900 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26165, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 8
04:27:09.010953 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:27:09.011041 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:27:09.245957 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066680100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 9
04:27:09.246082 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26216, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 9
04:27:09.246170 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26216, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 9
04:27:09.246193 mtc Message with id 9 was extracted from the queue of GSMTAP.
04:27:09.246304 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
04:27:09.481324 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000669B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 10
04:27:09.481435 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26267, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10
04:27:09.481523 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26267, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10
04:27:09.481577 mtc Message with id 10 was extracted from the queue of GSMTAP.
04:27:09.481707 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:27:09.716714 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066CE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 11
04:27:09.716851 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26318, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 11
04:27:09.716922 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26318, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 11
04:27:09.716945 mtc Message with id 11 was extracted from the queue of GSMTAP.
04:27:09.717026 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
04:27:09.952077 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000670101000000550602BFE809B3FF00000000000000000000007900002B'O } id 12
04:27:09.952248 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26369, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 12
04:27:09.952320 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26369, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 12
04:27:09.952371 mtc Message with id 12 was extracted from the queue of GSMTAP.
04:27:09.952484 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:10.187434 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067340100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 13
04:27:10.187552 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26420, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 13
04:27:10.187616 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26420, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 13
04:27:10.187635 mtc Message with id 13 was extracted from the queue of GSMTAP.
04:27:10.187708 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
04:27:10.422808 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067670100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 14
04:27:10.422947 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26471, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 14
04:27:10.423037 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26471, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 14
04:27:10.423057 mtc Message with id 14 was extracted from the queue of GSMTAP.
04:27:10.423147 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:27:10.658213 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000679A010000005506198FB380000000000000000000000000009D04002B'O } id 15
04:27:10.658362 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26522, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 15
04:27:10.658499 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26522, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 15
04:27:10.658535 mtc Message with id 15 was extracted from the queue of GSMTAP.
04:27:10.658659 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:10.893521 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067CD0100000059061A00000000000000000000000000000000FF9D0400'O } id 16
04:27:10.893627 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26573, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 16
04:27:10.893689 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26573, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 16
04:27:10.893715 mtc Message with id 16 was extracted from the queue of GSMTAP.
04:27:10.893787 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:27:11.128929 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068000100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 17
04:27:11.129038 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26624, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 17
04:27:11.129084 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26624, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 17
04:27:11.129101 mtc Message with id 17 was extracted from the queue of GSMTAP.
04:27:11.129165 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
04:27:11.364248 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068330100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 18
04:27:11.364374 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26675, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 18
04:27:11.364419 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26675, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 18
04:27:11.364435 mtc Message with id 18 was extracted from the queue of GSMTAP.
04:27:11.364509 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:27:11.599687 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006866010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 19
04:27:11.599840 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26726, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 19
04:27:11.599953 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26726, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 19
04:27:11.600011 mtc Message with id 19 was extracted from the queue of GSMTAP.
04:27:11.600112 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
04:27:11.835006 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000689901000000550602BFE809B3FF00000000000000000000007900002B'O } id 20
04:27:11.835156 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26777, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 20
04:27:11.835253 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26777, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 20
04:27:11.835295 mtc Message with id 20 was extracted from the queue of GSMTAP.
04:27:11.835401 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:12.070373 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068CC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 21
04:27:12.070504 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26828, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 21
04:27:12.070574 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26828, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 21
04:27:12.070605 mtc Message with id 21 was extracted from the queue of GSMTAP.
04:27:12.070691 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
04:27:12.305689 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068FF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 22
04:27:12.305788 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26879, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22
04:27:12.305838 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26879, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22
04:27:12.305856 mtc Message with id 22 was extracted from the queue of GSMTAP.
04:27:12.305936 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:27:12.541023 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006932010000005506198FB380000000000000000000000000009D04002B'O } id 23
04:27:12.541136 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26930, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 23
04:27:12.541198 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26930, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 23
04:27:12.541227 mtc Message with id 23 was extracted from the queue of GSMTAP.
04:27:12.541294 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:12.776427 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069650100000059061A00000000000000000000000000000000FF9D0400'O } id 24
04:27:12.776552 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26981, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 24
04:27:12.776610 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26981, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 24
04:27:12.776635 mtc Message with id 24 was extracted from the queue of GSMTAP.
04:27:12.776713 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:27:13.011837 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069980100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 25
04:27:13.012020 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27032, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 25
04:27:13.012114 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27032, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 25
04:27:13.012165 mtc Message with id 25 was extracted from the queue of GSMTAP.
04:27:13.012323 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
04:27:13.247182 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069CB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 26
04:27:13.247333 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27083, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26
04:27:13.247419 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27083, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26
04:27:13.247452 mtc Message with id 26 was extracted from the queue of GSMTAP.
04:27:13.247582 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:27:13.482725 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069FE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 27
04:27:13.483029 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27134, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 27
04:27:13.483206 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27134, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 27
04:27:13.483309 mtc Message with id 27 was extracted from the queue of GSMTAP.
04:27:13.483548 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
04:27:13.718009 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A3101000000550602BFE809B3FF00000000000000000000007900002B'O } id 28
04:27:13.718335 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27185, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 28
04:27:13.718555 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27185, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 28
04:27:13.718639 mtc Message with id 28 was extracted from the queue of GSMTAP.
04:27:13.718849 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:13.953487 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A640100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 29
04:27:13.953818 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27236, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 29
04:27:13.954078 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27236, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 29
04:27:13.954204 mtc Message with id 29 was extracted from the queue of GSMTAP.
04:27:13.954578 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
04:27:14.188648 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A970100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 30
04:27:14.188791 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27287, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30
04:27:14.188855 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27287, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30
04:27:14.188879 mtc Message with id 30 was extracted from the queue of GSMTAP.
04:27:14.188977 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:27:14.424007 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006ACA010000005506198FB380000000000000000000000000009D04002B'O } id 31
04:27:14.424129 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27338, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 31
04:27:14.424199 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27338, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 31
04:27:14.424230 mtc Message with id 31 was extracted from the queue of GSMTAP.
04:27:14.424302 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:14.659341 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006AFD0100000059061A00000000000000000000000000000000FF9D0400'O } id 32
04:27:14.659436 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27389, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 32
04:27:14.659488 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27389, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 32
04:27:14.659506 mtc Message with id 32 was extracted from the queue of GSMTAP.
04:27:14.659560 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:27:14.894703 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B300100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 33
04:27:14.894803 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27440, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 33
04:27:14.894860 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27440, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 33
04:27:14.894879 mtc Message with id 33 was extracted from the queue of GSMTAP.
04:27:14.894967 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
04:27:15.130108 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B630100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 34
04:27:15.130237 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27491, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34
04:27:15.130324 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27491, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34
04:27:15.130345 mtc Message with id 34 was extracted from the queue of GSMTAP.
04:27:15.130458 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:27:15.365442 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B96010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 35
04:27:15.365581 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27542, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 35
04:27:15.365654 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27542, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 35
04:27:15.365678 mtc Message with id 35 was extracted from the queue of GSMTAP.
04:27:15.365743 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
04:27:15.600838 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BC901000000550602BFE809B3FF00000000000000000000007900002B'O } id 36
04:27:15.600972 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27593, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 36
04:27:15.601028 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27593, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 36
04:27:15.601051 mtc Message with id 36 was extracted from the queue of GSMTAP.
04:27:15.601120 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:15.836188 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BFC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 37
04:27:15.836298 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27644, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 37
04:27:15.836353 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27644, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 37
04:27:15.836374 mtc Message with id 37 was extracted from the queue of GSMTAP.
04:27:15.836462 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } }
04:27:16.071530 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C2F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 38
04:27:16.071639 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27695, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38
04:27:16.071686 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27695, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38
04:27:16.071703 mtc Message with id 38 was extracted from the queue of GSMTAP.
04:27:16.071777 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
04:27:16.306929 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C62010000005506198FB380000000000000000000000000009D04002B'O } id 39
04:27:16.307107 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27746, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 39
04:27:16.307223 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27746, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 39
04:27:16.307247 mtc Message with id 39 was extracted from the queue of GSMTAP.
04:27:16.307317 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:16.341686 mtc Timeout T: 8 s
04:27:16.341738 mtc "TC_si_sched_2ter_2bis": TC=0 has #of SI=5
04:27:16.341754 mtc "TC_si_sched_2ter_2bis": TC=1 has #of SI=4
04:27:16.341762 mtc "TC_si_sched_2ter_2bis": TC=2 has #of SI=4
04:27:16.341769 mtc "TC_si_sched_2ter_2bis": TC=3 has #of SI=4
04:27:16.341776 mtc "TC_si_sched_2ter_2bis": TC=4 has #of SI=4
04:27:16.341782 mtc "TC_si_sched_2ter_2bis": TC=5 has #of SI=4
04:27:16.341788 mtc "TC_si_sched_2ter_2bis": TC=6 has #of SI=4
04:27:16.341795 mtc "TC_si_sched_2ter_2bis": TC=7 has #of SI=5
04:27:16.341856 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:16.341961 mtc Start timer T: 2 s
04:27:16.342095 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45
04:27:16.342178 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45
04:27:16.342197 mtc Message with id 45 was extracted from the queue of BSCVTY.
04:27:16.342211 mtc Stop timer T: 2 s
04:27:16.342225 mtc Sent on BSCVTY to system charstring : "network"
04:27:16.342245 mtc Start timer T: 2 s
04:27:16.342305 mtc Message enqueued on BSCVTY from system charstring : " network" id 46
04:27:16.342320 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47
04:27:16.342383 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46
04:27:16.342398 mtc Message with id 46 was extracted from the queue of BSCVTY.
04:27:16.342440 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47
04:27:16.342454 mtc Message with id 47 was extracted from the queue of BSCVTY.
04:27:16.342465 mtc Stop timer T: 2 s
04:27:16.342483 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:16.342508 mtc Start timer T: 2 s
04:27:16.342564 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 48
04:27:16.342586 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
04:27:16.342630 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48
04:27:16.342645 mtc Message with id 48 was extracted from the queue of BSCVTY.
04:27:16.342688 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
04:27:16.342698 mtc Message with id 49 was extracted from the queue of BSCVTY.
04:27:16.342705 mtc Stop timer T: 2 s
04:27:16.342717 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:27:16.342737 mtc Start timer T: 2 s
04:27:16.342838 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50
04:27:16.342856 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51
04:27:16.342902 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50
04:27:16.342912 mtc Message with id 50 was extracted from the queue of BSCVTY.
04:27:16.342941 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51
04:27:16.342950 mtc Message with id 51 was extracted from the queue of BSCVTY.
04:27:16.342958 mtc Stop timer T: 2 s
04:27:16.342969 mtc Sent on BSCVTY to system charstring : "end"
04:27:16.342988 mtc Start timer T: 2 s
04:27:16.343041 mtc Message enqueued on BSCVTY from system charstring : " end" id 52
04:27:16.343056 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53
04:27:16.343095 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52
04:27:16.343105 mtc Message with id 52 was extracted from the queue of BSCVTY.
04:27:16.343121 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53
04:27:16.343129 mtc Message with id 53 was extracted from the queue of BSCVTY.
04:27:16.343135 mtc Stop timer T: 2 s
04:27:16.343146 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:16.343164 mtc Start timer T: 2 s
04:27:16.343227 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54
04:27:16.343270 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54
04:27:16.343280 mtc Message with id 54 was extracted from the queue of BSCVTY.
04:27:16.343286 mtc Stop timer T: 2 s
04:27:16.343296 mtc Sent on BSCVTY to system charstring : "network"
04:27:16.343314 mtc Start timer T: 2 s
04:27:16.343359 mtc Message enqueued on BSCVTY from system charstring : " network" id 55
04:27:16.343375 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56
04:27:16.343431 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55
04:27:16.343446 mtc Message with id 55 was extracted from the queue of BSCVTY.
04:27:16.343486 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56
04:27:16.343500 mtc Message with id 56 was extracted from the queue of BSCVTY.
04:27:16.343511 mtc Stop timer T: 2 s
04:27:16.343528 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:16.343553 mtc Start timer T: 2 s
04:27:16.343603 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 57
04:27:16.343620 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
04:27:16.343669 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57
04:27:16.343687 mtc Message with id 57 was extracted from the queue of BSCVTY.
04:27:16.343718 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
04:27:16.343727 mtc Message with id 58 was extracted from the queue of BSCVTY.
04:27:16.343733 mtc Stop timer T: 2 s
04:27:16.343745 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:27:16.343763 mtc Start timer T: 2 s
04:27:16.343836 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59
04:27:16.343857 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60
04:27:16.343922 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59
04:27:16.343935 mtc Message with id 59 was extracted from the queue of BSCVTY.
04:27:16.343978 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60
04:27:16.343991 mtc Message with id 60 was extracted from the queue of BSCVTY.
04:27:16.344002 mtc Stop timer T: 2 s
04:27:16.344019 mtc Sent on BSCVTY to system charstring : "end"
04:27:16.344041 mtc Start timer T: 2 s
04:27:16.344082 mtc Message enqueued on BSCVTY from system charstring : " end" id 61
04:27:16.344097 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62
04:27:16.344150 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61
04:27:16.344163 mtc Message with id 61 was extracted from the queue of BSCVTY.
04:27:16.344188 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62
04:27:16.344200 mtc Message with id 62 was extracted from the queue of BSCVTY.
04:27:16.344211 mtc Stop timer T: 2 s
04:27:16.344227 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:16.344249 mtc Start timer T: 2 s
04:27:16.344299 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63
04:27:16.344342 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63
04:27:16.344353 mtc Message with id 63 was extracted from the queue of BSCVTY.
04:27:16.344363 mtc Stop timer T: 2 s
04:27:16.344378 mtc Sent on BSCVTY to system charstring : "network"
04:27:16.344401 mtc Start timer T: 2 s
04:27:16.344445 mtc Message enqueued on BSCVTY from system charstring : " network" id 64
04:27:16.344463 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65
04:27:16.344518 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64
04:27:16.344532 mtc Message with id 64 was extracted from the queue of BSCVTY.
04:27:16.344573 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65
04:27:16.344586 mtc Message with id 65 was extracted from the queue of BSCVTY.
04:27:16.344597 mtc Stop timer T: 2 s
04:27:16.344616 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:16.344638 mtc Start timer T: 2 s
04:27:16.344680 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 66
04:27:16.344695 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
04:27:16.344745 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66
04:27:16.344758 mtc Message with id 66 was extracted from the queue of BSCVTY.
04:27:16.344799 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
04:27:16.344813 mtc Message with id 67 was extracted from the queue of BSCVTY.
04:27:16.344824 mtc Stop timer T: 2 s
04:27:16.344841 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:27:16.344864 mtc Start timer T: 2 s
04:27:16.344923 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68
04:27:16.344938 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69
04:27:16.344977 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68
04:27:16.344987 mtc Message with id 68 was extracted from the queue of BSCVTY.
04:27:16.345013 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69
04:27:16.345027 mtc Message with id 69 was extracted from the queue of BSCVTY.
04:27:16.345038 mtc Stop timer T: 2 s
04:27:16.345054 mtc Sent on BSCVTY to system charstring : "end"
04:27:16.345077 mtc Start timer T: 2 s
04:27:16.345120 mtc Message enqueued on BSCVTY from system charstring : " end" id 70
04:27:16.345136 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71
04:27:16.345195 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70
04:27:16.345208 mtc Message with id 70 was extracted from the queue of BSCVTY.
04:27:16.345233 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71
04:27:16.345245 mtc Message with id 71 was extracted from the queue of BSCVTY.
04:27:16.345256 mtc Stop timer T: 2 s
04:27:16.345272 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:16.345295 mtc Start timer T: 2 s
04:27:16.345347 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72
04:27:16.345398 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72
04:27:16.345412 mtc Message with id 72 was extracted from the queue of BSCVTY.
04:27:16.345424 mtc Stop timer T: 2 s
04:27:16.345439 mtc Sent on BSCVTY to system charstring : "network"
04:27:16.345462 mtc Start timer T: 2 s
04:27:16.345505 mtc Message enqueued on BSCVTY from system charstring : " network" id 73
04:27:16.345520 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74
04:27:16.345559 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73
04:27:16.345569 mtc Message with id 73 was extracted from the queue of BSCVTY.
04:27:16.345595 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74
04:27:16.345604 mtc Message with id 74 was extracted from the queue of BSCVTY.
04:27:16.345611 mtc Stop timer T: 2 s
04:27:16.345622 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:16.345640 mtc Start timer T: 2 s
04:27:16.345683 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 75
04:27:16.345697 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
04:27:16.345736 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75
04:27:16.345745 mtc Message with id 75 was extracted from the queue of BSCVTY.
04:27:16.345771 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
04:27:16.345781 mtc Message with id 76 was extracted from the queue of BSCVTY.
04:27:16.345788 mtc Stop timer T: 2 s
04:27:16.345801 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:27:16.345820 mtc Start timer T: 2 s
04:27:16.345893 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 77
04:27:16.345910 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78
04:27:16.345989 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 77
04:27:16.346003 mtc Message with id 77 was extracted from the queue of BSCVTY.
04:27:16.346046 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78
04:27:16.346059 mtc Message with id 78 was extracted from the queue of BSCVTY.
04:27:16.346071 mtc Stop timer T: 2 s
04:27:16.346088 mtc Sent on BSCVTY to system charstring : "end"
04:27:16.346111 mtc Start timer T: 2 s
04:27:16.346157 mtc Message enqueued on BSCVTY from system charstring : " end" id 79
04:27:16.346173 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
04:27:16.346227 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79
04:27:16.346241 mtc Message with id 79 was extracted from the queue of BSCVTY.
04:27:16.346267 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
04:27:16.346279 mtc Message with id 80 was extracted from the queue of BSCVTY.
04:27:16.346290 mtc Stop timer T: 2 s
04:27:16.346305 mtc Sent on BSCVTY to system charstring : "write terminal"
04:27:16.346329 mtc Start timer T: 2 s
04:27:16.346646 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 81
04:27:16.346690 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82
04:27:16.347940 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 81
04:27:16.347977 mtc Message with id 81 was extracted from the queue of BSCVTY.
04:27:16.347995 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82
04:27:16.348002 mtc Message with id 82 was extracted from the queue of BSCVTY.
04:27:16.348009 mtc Stop timer T: 2 s
04:27:16.348024 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:27:16.348048 mtc Start timer T: 2 s
04:27:16.348273 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83
04:27:16.348315 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83
04:27:16.348330 mtc Message with id 83 was extracted from the queue of BSCVTY.
04:27:16.348343 mtc Stop timer T: 2 s
04:27:16.348356 mtc Start timer T: 1 s
04:27:16.542298 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C950100000059061A00000000000000000000000000000000FF9D0400'O } id 40
04:27:16.542515 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27797, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 40
04:27:16.777645 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CC80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 41
04:27:16.777745 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27848, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 41
04:27:17.013034 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CFB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 42
04:27:17.013176 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27899, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 42
04:27:17.248405 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D2E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 43
04:27:17.248519 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27950, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 43
04:27:17.348370 mtc Timeout T: 1 s
04:27:17.348429 mtc setverdict(pass): none -> pass
04:27:17.348471 mtc Terminating component type Test.dummy_CT.
04:27:17.348489 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:27:17.348523 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:27:17.348546 mtc Message with id 40 was extracted from the queue of GSMTAP.
04:27:17.348555 mtc Message with id 41 was extracted from the queue of GSMTAP.
04:27:17.348562 mtc Message with id 42 was extracted from the queue of GSMTAP.
04:27:17.348569 mtc Message with id 43 was extracted from the queue of GSMTAP.
04:27:17.348575 mtc Port GSMTAP was stopped.
04:27:17.348586 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:27:17.348634 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:27:17.348651 mtc Port BSCVTY was stopped.
04:27:17.348660 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter_2bis.
04:27:17.348672 mtc Waiting for PTCs to finish.
04:27:17.348713 mtc Setting final verdict of the test case.
04:27:17.348729 mtc Local verdict of MTC: pass
04:27:17.348745 mtc No PTCs were created.
04:27:17.348757 mtc Test case TC_si_sched_2ter_2bis finished. Verdict: pass
04:27:17.348830 mtc Executing test case TC_si_sched_2quater in module Test.
04:27:17.348864 mtc Test case TC_si_sched_2quater started.
04:27:17.348878 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2quater.
04:27:17.348914 mtc Port GSMTAP was started.
04:27:17.348933 mtc Port BSCVTY was started.
04:27:17.348942 mtc Component type Test.dummy_CT was initialized.
04:27:17.348954 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:27:17.348993 mtc Port GSMTAP was mapped to system:GSMTAP.
04:27:17.349028 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:27:17.349051 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:27:17.349091 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:27:17.349209 mtc Port BSCVTY was mapped to system:BSCVTY.
04:27:17.349245 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:27:17.349268 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:27:17.349286 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:27:17.349300 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:27:17.349343 mtc Sent on BSCVTY to system charstring : "enable"
04:27:17.349377 mtc Start timer T: 2 s
04:27:17.349438 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:27:17.349478 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:27:17.349491 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:27:17.349501 mtc Stop timer T: 2 s
04:27:17.349514 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:17.349597 mtc Start timer T: 2 s
04:27:17.349661 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:27:17.349725 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:27:17.349739 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:27:17.349751 mtc Stop timer T: 2 s
04:27:17.349769 mtc Sent on BSCVTY to system charstring : "network"
04:27:17.349791 mtc Start timer T: 2 s
04:27:17.349864 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:27:17.349881 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:27:17.349929 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:27:17.349940 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:27:17.349968 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:27:17.349976 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:27:17.349982 mtc Stop timer T: 2 s
04:27:17.349993 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:17.350011 mtc Start timer T: 2 s
04:27:17.350077 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:27:17.350097 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:27:17.350152 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:27:17.350171 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:27:17.350215 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:27:17.350227 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:27:17.350238 mtc Stop timer T: 2 s
04:27:17.350258 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:27:17.350281 mtc Start timer T: 2 s
04:27:17.350389 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7
04:27:17.350407 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:27:17.350450 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7
04:27:17.350461 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:27:17.350490 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:27:17.350499 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:27:17.350506 mtc Stop timer T: 2 s
04:27:17.350518 mtc Sent on BSCVTY to system charstring : "end"
04:27:17.350536 mtc Start timer T: 2 s
04:27:17.350591 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:27:17.350606 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:27:17.350645 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:27:17.350655 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:27:17.350670 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:27:17.350678 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:27:17.350686 mtc Stop timer T: 2 s
04:27:17.350697 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:17.350715 mtc Start timer T: 2 s
04:27:17.350777 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11
04:27:17.350832 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11
04:27:17.350846 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:27:17.350857 mtc Stop timer T: 2 s
04:27:17.350874 mtc Sent on BSCVTY to system charstring : "network"
04:27:17.350897 mtc Start timer T: 2 s
04:27:17.350937 mtc Message enqueued on BSCVTY from system charstring : " network" id 12
04:27:17.350953 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13
04:27:17.351010 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12
04:27:17.351023 mtc Message with id 12 was extracted from the queue of BSCVTY.
04:27:17.351064 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13
04:27:17.351077 mtc Message with id 13 was extracted from the queue of BSCVTY.
04:27:17.351088 mtc Stop timer T: 2 s
04:27:17.351105 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:17.351128 mtc Start timer T: 2 s
04:27:17.351179 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14
04:27:17.351195 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15
04:27:17.351238 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14
04:27:17.351252 mtc Message with id 14 was extracted from the queue of BSCVTY.
04:27:17.351292 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15
04:27:17.351306 mtc Message with id 15 was extracted from the queue of BSCVTY.
04:27:17.351316 mtc Stop timer T: 2 s
04:27:17.351335 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:27:17.351357 mtc Start timer T: 2 s
04:27:17.351423 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16
04:27:17.351439 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
04:27:17.351502 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16
04:27:17.351519 mtc Message with id 16 was extracted from the queue of BSCVTY.
04:27:17.351561 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
04:27:17.351574 mtc Message with id 17 was extracted from the queue of BSCVTY.
04:27:17.351585 mtc Stop timer T: 2 s
04:27:17.351602 mtc Sent on BSCVTY to system charstring : "end"
04:27:17.351624 mtc Start timer T: 2 s
04:27:17.351667 mtc Message enqueued on BSCVTY from system charstring : " end" id 18
04:27:17.351683 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19
04:27:17.351736 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18
04:27:17.351749 mtc Message with id 18 was extracted from the queue of BSCVTY.
04:27:17.351774 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19
04:27:17.351785 mtc Message with id 19 was extracted from the queue of BSCVTY.
04:27:17.351796 mtc Stop timer T: 2 s
04:27:17.351812 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:17.351834 mtc Start timer T: 2 s
04:27:17.351886 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20
04:27:17.351939 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20
04:27:17.351952 mtc Message with id 20 was extracted from the queue of BSCVTY.
04:27:17.351963 mtc Stop timer T: 2 s
04:27:17.351980 mtc Sent on BSCVTY to system charstring : "network"
04:27:17.352001 mtc Start timer T: 2 s
04:27:17.352046 mtc Message enqueued on BSCVTY from system charstring : " network" id 21
04:27:17.352064 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22
04:27:17.352119 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21
04:27:17.352132 mtc Message with id 21 was extracted from the queue of BSCVTY.
04:27:17.352173 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22
04:27:17.352186 mtc Message with id 22 was extracted from the queue of BSCVTY.
04:27:17.352197 mtc Stop timer T: 2 s
04:27:17.352215 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:17.352238 mtc Start timer T: 2 s
04:27:17.352282 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 23
04:27:17.352299 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24
04:27:17.352340 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23
04:27:17.352354 mtc Message with id 23 was extracted from the queue of BSCVTY.
04:27:17.352396 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24
04:27:17.352409 mtc Message with id 24 was extracted from the queue of BSCVTY.
04:27:17.352420 mtc Stop timer T: 2 s
04:27:17.352438 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:27:17.352460 mtc Start timer T: 2 s
04:27:17.352519 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 25
04:27:17.352537 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
04:27:17.352593 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 25
04:27:17.352607 mtc Message with id 25 was extracted from the queue of BSCVTY.
04:27:17.352651 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
04:27:17.352665 mtc Message with id 26 was extracted from the queue of BSCVTY.
04:27:17.352676 mtc Stop timer T: 2 s
04:27:17.352693 mtc Sent on BSCVTY to system charstring : "end"
04:27:17.352716 mtc Start timer T: 2 s
04:27:17.352758 mtc Message enqueued on BSCVTY from system charstring : " end" id 27
04:27:17.352774 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28
04:27:17.352829 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27
04:27:17.352843 mtc Message with id 27 was extracted from the queue of BSCVTY.
04:27:17.352868 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28
04:27:17.352885 mtc Message with id 28 was extracted from the queue of BSCVTY.
04:27:17.352897 mtc Stop timer T: 2 s
04:27:17.352913 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:17.352935 mtc Start timer T: 2 s
04:27:17.352986 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29
04:27:17.353030 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29
04:27:17.353041 mtc Message with id 29 was extracted from the queue of BSCVTY.
04:27:17.353051 mtc Stop timer T: 2 s
04:27:17.353068 mtc Sent on BSCVTY to system charstring : "network"
04:27:17.353090 mtc Start timer T: 2 s
04:27:17.353129 mtc Message enqueued on BSCVTY from system charstring : " network" id 30
04:27:17.353145 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31
04:27:17.353200 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30
04:27:17.353213 mtc Message with id 30 was extracted from the queue of BSCVTY.
04:27:17.353255 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31
04:27:17.353268 mtc Message with id 31 was extracted from the queue of BSCVTY.
04:27:17.353279 mtc Stop timer T: 2 s
04:27:17.353298 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:17.353319 mtc Start timer T: 2 s
04:27:17.353363 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 32
04:27:17.353380 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33
04:27:17.353419 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32
04:27:17.353428 mtc Message with id 32 was extracted from the queue of BSCVTY.
04:27:17.353458 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33
04:27:17.353472 mtc Message with id 33 was extracted from the queue of BSCVTY.
04:27:17.353483 mtc Stop timer T: 2 s
04:27:17.353504 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0"
04:27:17.353527 mtc Start timer T: 2 s
04:27:17.353604 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34
04:27:17.353620 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
04:27:17.353680 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34
04:27:17.353695 mtc Message with id 34 was extracted from the queue of BSCVTY.
04:27:17.353738 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
04:27:17.353751 mtc Message with id 35 was extracted from the queue of BSCVTY.
04:27:17.353762 mtc Stop timer T: 2 s
04:27:17.353780 mtc Sent on BSCVTY to system charstring : "end"
04:27:17.353802 mtc Start timer T: 2 s
04:27:17.353847 mtc Message enqueued on BSCVTY from system charstring : " end" id 36
04:27:17.353863 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37
04:27:17.353918 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36
04:27:17.353931 mtc Message with id 36 was extracted from the queue of BSCVTY.
04:27:17.353957 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37
04:27:17.353969 mtc Message with id 37 was extracted from the queue of BSCVTY.
04:27:17.353981 mtc Stop timer T: 2 s
04:27:17.353996 mtc Sent on BSCVTY to system charstring : "write terminal"
04:27:17.354019 mtc Start timer T: 2 s
04:27:17.354331 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  si2quater neighbor-list add uarfcn 23 42 0\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 38
04:27:17.354387 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
04:27:17.355654 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  si2quater neighbor-list add uarfcn 23 42 0\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 38
04:27:17.355691 mtc Message with id 38 was extracted from the queue of BSCVTY.
04:27:17.355708 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
04:27:17.355716 mtc Message with id 39 was extracted from the queue of BSCVTY.
04:27:17.355723 mtc Stop timer T: 2 s
04:27:17.355737 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:27:17.355757 mtc Start timer T: 2 s
04:27:17.355905 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40
04:27:17.355947 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40
04:27:17.355964 mtc Message with id 40 was extracted from the queue of BSCVTY.
04:27:17.355977 mtc Stop timer T: 2 s
04:27:17.355994 mtc Start timer T: 1 s
04:27:17.483775 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D6101000000590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 1
04:27:17.483915 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28001, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 1
04:27:17.719161 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D940100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O } id 2
04:27:17.719274 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28052, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } } id 2
04:27:17.954522 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DC70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 3
04:27:17.954649 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28103, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 3
04:27:18.189834 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DFA010000005506198FB380000000000000000000000000009D04002B'O } id 4
04:27:18.189929 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28154, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 4
04:27:18.356156 mtc Timeout T: 1 s
04:27:18.356221 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:18.356270 mtc Start timer T: 2 s
04:27:18.356495 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41
04:27:18.356612 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41
04:27:18.356631 mtc Message with id 41 was extracted from the queue of BSCVTY.
04:27:18.356646 mtc Stop timer T: 2 s
04:27:18.356661 mtc Sent on BSCVTY to system charstring : "network"
04:27:18.356683 mtc Start timer T: 2 s
04:27:18.356748 mtc Message enqueued on BSCVTY from system charstring : " network" id 42
04:27:18.356775 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43
04:27:18.356861 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42
04:27:18.356878 mtc Message with id 42 was extracted from the queue of BSCVTY.
04:27:18.356941 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43
04:27:18.356957 mtc Message with id 43 was extracted from the queue of BSCVTY.
04:27:18.356969 mtc Stop timer T: 2 s
04:27:18.356988 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:18.357013 mtc Start timer T: 2 s
04:27:18.357074 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 44
04:27:18.357090 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45
04:27:18.357148 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44
04:27:18.357164 mtc Message with id 44 was extracted from the queue of BSCVTY.
04:27:18.357202 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45
04:27:18.357217 mtc Message with id 45 was extracted from the queue of BSCVTY.
04:27:18.357228 mtc Stop timer T: 2 s
04:27:18.357246 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:27:18.357272 mtc Start timer T: 2 s
04:27:18.357384 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46
04:27:18.357408 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
04:27:18.357456 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46
04:27:18.357465 mtc Message with id 46 was extracted from the queue of BSCVTY.
04:27:18.357493 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
04:27:18.357502 mtc Message with id 47 was extracted from the queue of BSCVTY.
04:27:18.357512 mtc Stop timer T: 2 s
04:27:18.357527 mtc Sent on BSCVTY to system charstring : "end"
04:27:18.357545 mtc Start timer T: 2 s
04:27:18.357596 mtc Message enqueued on BSCVTY from system charstring : " end" id 48
04:27:18.357642 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49
04:27:18.357737 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48
04:27:18.357754 mtc Message with id 48 was extracted from the queue of BSCVTY.
04:27:18.357783 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49
04:27:18.357797 mtc Message with id 49 was extracted from the queue of BSCVTY.
04:27:18.357808 mtc Stop timer T: 2 s
04:27:18.357820 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:18.357841 mtc Start timer T: 2 s
04:27:18.357915 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50
04:27:18.358000 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50
04:27:18.358019 mtc Message with id 50 was extracted from the queue of BSCVTY.
04:27:18.358032 mtc Stop timer T: 2 s
04:27:18.358049 mtc Sent on BSCVTY to system charstring : "network"
04:27:18.358074 mtc Start timer T: 2 s
04:27:18.358129 mtc Message enqueued on BSCVTY from system charstring : " network" id 51
04:27:18.358146 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52
04:27:18.358207 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51
04:27:18.358218 mtc Message with id 51 was extracted from the queue of BSCVTY.
04:27:18.358249 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52
04:27:18.358258 mtc Message with id 52 was extracted from the queue of BSCVTY.
04:27:18.358264 mtc Stop timer T: 2 s
04:27:18.358277 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:18.358308 mtc Start timer T: 2 s
04:27:18.358339 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 53
04:27:18.358369 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54
04:27:18.358481 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53
04:27:18.358498 mtc Message with id 53 was extracted from the queue of BSCVTY.
04:27:18.358539 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54
04:27:18.358551 mtc Message with id 54 was extracted from the queue of BSCVTY.
04:27:18.358561 mtc Stop timer T: 2 s
04:27:18.358575 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:27:18.358595 mtc Start timer T: 2 s
04:27:18.358671 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55
04:27:18.358693 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
04:27:18.358758 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55
04:27:18.358772 mtc Message with id 55 was extracted from the queue of BSCVTY.
04:27:18.358804 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
04:27:18.358819 mtc Message with id 56 was extracted from the queue of BSCVTY.
04:27:18.358831 mtc Stop timer T: 2 s
04:27:18.358850 mtc Sent on BSCVTY to system charstring : "end"
04:27:18.358875 mtc Start timer T: 2 s
04:27:18.358934 mtc Message enqueued on BSCVTY from system charstring : " end" id 57
04:27:18.358950 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58
04:27:18.359008 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57
04:27:18.359024 mtc Message with id 57 was extracted from the queue of BSCVTY.
04:27:18.359049 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58
04:27:18.359062 mtc Message with id 58 was extracted from the queue of BSCVTY.
04:27:18.359070 mtc Stop timer T: 2 s
04:27:18.359081 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:18.359102 mtc Start timer T: 2 s
04:27:18.359185 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59
04:27:18.359238 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59
04:27:18.359250 mtc Message with id 59 was extracted from the queue of BSCVTY.
04:27:18.359261 mtc Stop timer T: 2 s
04:27:18.359276 mtc Sent on BSCVTY to system charstring : "network"
04:27:18.359301 mtc Start timer T: 2 s
04:27:18.359347 mtc Message enqueued on BSCVTY from system charstring : " network" id 60
04:27:18.359366 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61
04:27:18.359412 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60
04:27:18.359422 mtc Message with id 60 was extracted from the queue of BSCVTY.
04:27:18.359449 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61
04:27:18.359457 mtc Message with id 61 was extracted from the queue of BSCVTY.
04:27:18.359463 mtc Stop timer T: 2 s
04:27:18.359474 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:18.359492 mtc Start timer T: 2 s
04:27:18.359536 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 62
04:27:18.359561 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63
04:27:18.359614 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62
04:27:18.359629 mtc Message with id 62 was extracted from the queue of BSCVTY.
04:27:18.359661 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63
04:27:18.359672 mtc Message with id 63 was extracted from the queue of BSCVTY.
04:27:18.359679 mtc Stop timer T: 2 s
04:27:18.359692 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:27:18.359716 mtc Start timer T: 2 s
04:27:18.359794 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64
04:27:18.359824 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
04:27:18.359888 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64
04:27:18.359909 mtc Message with id 64 was extracted from the queue of BSCVTY.
04:27:18.359957 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
04:27:18.359972 mtc Message with id 65 was extracted from the queue of BSCVTY.
04:27:18.359981 mtc Stop timer T: 2 s
04:27:18.360012 mtc Sent on BSCVTY to system charstring : "end"
04:27:18.360038 mtc Start timer T: 2 s
04:27:18.360091 mtc Message enqueued on BSCVTY from system charstring : " end" id 66
04:27:18.360112 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67
04:27:18.360161 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66
04:27:18.360176 mtc Message with id 66 was extracted from the queue of BSCVTY.
04:27:18.360196 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67
04:27:18.360204 mtc Message with id 67 was extracted from the queue of BSCVTY.
04:27:18.360211 mtc Stop timer T: 2 s
04:27:18.360222 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:18.360240 mtc Start timer T: 2 s
04:27:18.360308 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68
04:27:18.360371 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68
04:27:18.360385 mtc Message with id 68 was extracted from the queue of BSCVTY.
04:27:18.360397 mtc Stop timer T: 2 s
04:27:18.360415 mtc Sent on BSCVTY to system charstring : "network"
04:27:18.360437 mtc Start timer T: 2 s
04:27:18.360494 mtc Message enqueued on BSCVTY from system charstring : " network" id 69
04:27:18.360513 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70
04:27:18.360607 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69
04:27:18.360620 mtc Message with id 69 was extracted from the queue of BSCVTY.
04:27:18.360664 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70
04:27:18.360675 mtc Message with id 70 was extracted from the queue of BSCVTY.
04:27:18.360686 mtc Stop timer T: 2 s
04:27:18.360697 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:18.360729 mtc Start timer T: 2 s
04:27:18.360771 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 71
04:27:18.360793 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72
04:27:18.360867 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71
04:27:18.360883 mtc Message with id 71 was extracted from the queue of BSCVTY.
04:27:18.360929 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72
04:27:18.360945 mtc Message with id 72 was extracted from the queue of BSCVTY.
04:27:18.360956 mtc Stop timer T: 2 s
04:27:18.360977 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:27:18.361004 mtc Start timer T: 2 s
04:27:18.361099 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 73
04:27:18.361120 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
04:27:18.361178 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 73
04:27:18.361190 mtc Message with id 73 was extracted from the queue of BSCVTY.
04:27:18.361218 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
04:27:18.361231 mtc Message with id 74 was extracted from the queue of BSCVTY.
04:27:18.361241 mtc Stop timer T: 2 s
04:27:18.361254 mtc Sent on BSCVTY to system charstring : "end"
04:27:18.361273 mtc Start timer T: 2 s
04:27:18.361364 mtc Message enqueued on BSCVTY from system charstring : " end" id 75
04:27:18.361388 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76
04:27:18.361509 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75
04:27:18.361533 mtc Message with id 75 was extracted from the queue of BSCVTY.
04:27:18.361560 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76
04:27:18.361574 mtc Message with id 76 was extracted from the queue of BSCVTY.
04:27:18.361586 mtc Stop timer T: 2 s
04:27:18.361602 mtc Sent on BSCVTY to system charstring : "write terminal"
04:27:18.361624 mtc Start timer T: 2 s
04:27:18.362020 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 77
04:27:18.362066 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
04:27:18.363439 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 77
04:27:18.363482 mtc Message with id 77 was extracted from the queue of BSCVTY.
04:27:18.363504 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
04:27:18.363513 mtc Message with id 78 was extracted from the queue of BSCVTY.
04:27:18.363519 mtc Stop timer T: 2 s
04:27:18.363532 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:27:18.363555 mtc Start timer T: 2 s
04:27:18.363698 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79
04:27:18.363742 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79
04:27:18.363759 mtc Message with id 79 was extracted from the queue of BSCVTY.
04:27:18.363772 mtc Stop timer T: 2 s
04:27:18.363784 mtc Start timer T: 1 s
04:27:18.425211 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E2D0100000059061A00000000000000000000000000000000FF9D0400'O } id 5
04:27:18.425311 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28205, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5
04:27:18.660609 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E600100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 6
04:27:18.660717 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28256, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 6
04:27:18.895942 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E930100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 7
04:27:18.896037 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28307, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 7
04:27:19.131334 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EC6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 8
04:27:19.131452 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28358, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 8
04:27:19.363795 mtc Timeout T: 1 s
04:27:19.363852 mtc setverdict(pass): none -> pass
04:27:19.363864 mtc Terminating component type Test.dummy_CT.
04:27:19.363874 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:27:19.363902 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:27:19.363932 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:27:19.363957 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:27:19.363966 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:27:19.363974 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:27:19.363980 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:27:19.363986 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:27:19.363992 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:27:19.364002 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:27:19.364027 mtc Port GSMTAP was stopped.
04:27:19.364056 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:27:19.364228 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:27:19.364250 mtc Port BSCVTY was stopped.
04:27:19.364261 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2quater.
04:27:19.364276 mtc Waiting for PTCs to finish.
04:27:19.364347 mtc Setting final verdict of the test case.
04:27:19.364361 mtc Local verdict of MTC: pass
04:27:19.364374 mtc No PTCs were created.
04:27:19.364384 mtc Test case TC_si_sched_2quater finished. Verdict: pass
04:27:19.364419 mtc Executing test case TC_si_sched_13 in module Test.
04:27:19.364440 mtc Test case TC_si_sched_13 started.
04:27:19.364452 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13.
04:27:19.364482 mtc Port GSMTAP was started.
04:27:19.364497 mtc Port BSCVTY was started.
04:27:19.364507 mtc Component type Test.dummy_CT was initialized.
04:27:19.364519 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:27:19.364548 mtc Port GSMTAP was mapped to system:GSMTAP.
04:27:19.364573 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:27:19.364594 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:27:19.364628 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:27:19.364771 mtc Port BSCVTY was mapped to system:BSCVTY.
04:27:19.364807 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:27:19.364831 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:27:19.364849 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:27:19.364864 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:27:19.364907 mtc Sent on BSCVTY to system charstring : "enable"
04:27:19.364941 mtc Start timer T: 2 s
04:27:19.365000 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:27:19.365038 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:27:19.365054 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:27:19.365067 mtc Stop timer T: 2 s
04:27:19.365083 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:19.365106 mtc Start timer T: 2 s
04:27:19.365192 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:27:19.365243 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:27:19.365255 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:27:19.365268 mtc Stop timer T: 2 s
04:27:19.365285 mtc Sent on BSCVTY to system charstring : "network"
04:27:19.365308 mtc Start timer T: 2 s
04:27:19.365362 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:27:19.365384 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:27:19.365440 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:27:19.365454 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:27:19.365497 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:27:19.365510 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:27:19.365522 mtc Stop timer T: 2 s
04:27:19.365541 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:19.365563 mtc Start timer T: 2 s
04:27:19.365617 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:27:19.365635 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:27:19.365691 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:27:19.365704 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:27:19.365748 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:27:19.365761 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:27:19.365772 mtc Stop timer T: 2 s
04:27:19.365792 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:27:19.365814 mtc Start timer T: 2 s
04:27:19.365910 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7
04:27:19.365927 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:27:19.365994 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7
04:27:19.366007 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:27:19.366048 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:27:19.366061 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:27:19.366072 mtc Stop timer T: 2 s
04:27:19.366089 mtc Sent on BSCVTY to system charstring : "end"
04:27:19.366111 mtc Start timer T: 2 s
04:27:19.366166 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:27:19.366181 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:27:19.366224 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:27:19.366238 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:27:19.366263 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:27:19.366275 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:27:19.366286 mtc Stop timer T: 2 s
04:27:19.366303 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:19.366325 mtc Start timer T: 2 s
04:27:19.366389 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11
04:27:19.366435 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11
04:27:19.366446 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:27:19.366452 mtc Stop timer T: 2 s
04:27:19.366464 mtc Sent on BSCVTY to system charstring : "network"
04:27:19.366483 mtc Start timer T: 2 s
04:27:19.366536 mtc Message enqueued on BSCVTY from system charstring : " network" id 12
04:27:19.366556 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13
04:27:19.366617 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12
04:27:19.366632 mtc Message with id 12 was extracted from the queue of BSCVTY.
04:27:19.366674 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13
04:27:19.366687 mtc Message with id 13 was extracted from the queue of BSCVTY.
04:27:19.366698 mtc Stop timer T: 2 s
04:27:19.366716 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:19.366738 mtc Start timer T: 2 s
04:27:19.366776 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EF90100000059061A00000000000000000000000000000000FF9D0400'O } id 1
04:27:19.366841 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28409, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1
04:27:19.366866 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14
04:27:19.366878 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15
04:27:19.366914 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14
04:27:19.366923 mtc Message with id 14 was extracted from the queue of BSCVTY.
04:27:19.366950 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15
04:27:19.366958 mtc Message with id 15 was extracted from the queue of BSCVTY.
04:27:19.366964 mtc Stop timer T: 2 s
04:27:19.366977 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:27:19.366995 mtc Start timer T: 2 s
04:27:19.367088 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16
04:27:19.367111 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
04:27:19.367177 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16
04:27:19.367191 mtc Message with id 16 was extracted from the queue of BSCVTY.
04:27:19.367234 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
04:27:19.367247 mtc Message with id 17 was extracted from the queue of BSCVTY.
04:27:19.367258 mtc Stop timer T: 2 s
04:27:19.367277 mtc Sent on BSCVTY to system charstring : "end"
04:27:19.367301 mtc Start timer T: 2 s
04:27:19.367363 mtc Message enqueued on BSCVTY from system charstring : " end" id 18
04:27:19.367390 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19
04:27:19.367452 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18
04:27:19.367468 mtc Message with id 18 was extracted from the queue of BSCVTY.
04:27:19.367485 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19
04:27:19.367493 mtc Message with id 19 was extracted from the queue of BSCVTY.
04:27:19.367500 mtc Stop timer T: 2 s
04:27:19.367511 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:19.367530 mtc Start timer T: 2 s
04:27:19.367606 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20
04:27:19.367672 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20
04:27:19.367691 mtc Message with id 20 was extracted from the queue of BSCVTY.
04:27:19.367705 mtc Stop timer T: 2 s
04:27:19.367724 mtc Sent on BSCVTY to system charstring : "network"
04:27:19.367786 mtc Start timer T: 2 s
04:27:19.367817 mtc Message enqueued on BSCVTY from system charstring : " network" id 21
04:27:19.367835 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22
04:27:19.367894 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21
04:27:19.367910 mtc Message with id 21 was extracted from the queue of BSCVTY.
04:27:19.367953 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22
04:27:19.367967 mtc Message with id 22 was extracted from the queue of BSCVTY.
04:27:19.367980 mtc Stop timer T: 2 s
04:27:19.367999 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:19.368023 mtc Start timer T: 2 s
04:27:19.368073 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 23
04:27:19.368104 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24
04:27:19.368161 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23
04:27:19.368175 mtc Message with id 23 was extracted from the queue of BSCVTY.
04:27:19.368220 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24
04:27:19.368234 mtc Message with id 24 was extracted from the queue of BSCVTY.
04:27:19.368246 mtc Stop timer T: 2 s
04:27:19.368266 mtc Sent on BSCVTY to system charstring : "gprs mode gprs"
04:27:19.368290 mtc Start timer T: 2 s
04:27:19.368359 mtc Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 25
04:27:19.368375 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
04:27:19.368429 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 25
04:27:19.368442 mtc Message with id 25 was extracted from the queue of BSCVTY.
04:27:19.368485 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
04:27:19.368498 mtc Message with id 26 was extracted from the queue of BSCVTY.
04:27:19.368510 mtc Stop timer T: 2 s
04:27:19.368526 mtc Sent on BSCVTY to system charstring : "end"
04:27:19.368550 mtc Start timer T: 2 s
04:27:19.368593 mtc Message enqueued on BSCVTY from system charstring : " end" id 27
04:27:19.368609 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28
04:27:19.368663 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27
04:27:19.368676 mtc Message with id 27 was extracted from the queue of BSCVTY.
04:27:19.368702 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28
04:27:19.368714 mtc Message with id 28 was extracted from the queue of BSCVTY.
04:27:19.368725 mtc Stop timer T: 2 s
04:27:19.368742 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:19.368764 mtc Start timer T: 2 s
04:27:19.368822 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29
04:27:19.368877 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29
04:27:19.368890 mtc Message with id 29 was extracted from the queue of BSCVTY.
04:27:19.368902 mtc Stop timer T: 2 s
04:27:19.368918 mtc Sent on BSCVTY to system charstring : "network"
04:27:19.368940 mtc Start timer T: 2 s
04:27:19.368984 mtc Message enqueued on BSCVTY from system charstring : " network" id 30
04:27:19.369000 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31
04:27:19.369054 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30
04:27:19.369067 mtc Message with id 30 was extracted from the queue of BSCVTY.
04:27:19.369109 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31
04:27:19.369122 mtc Message with id 31 was extracted from the queue of BSCVTY.
04:27:19.369132 mtc Stop timer T: 2 s
04:27:19.369150 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:19.369172 mtc Start timer T: 2 s
04:27:19.369217 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 32
04:27:19.369233 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33
04:27:19.369287 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32
04:27:19.369300 mtc Message with id 32 was extracted from the queue of BSCVTY.
04:27:19.369342 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33
04:27:19.369355 mtc Message with id 33 was extracted from the queue of BSCVTY.
04:27:19.369366 mtc Stop timer T: 2 s
04:27:19.369387 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:27:19.369409 mtc Start timer T: 2 s
04:27:19.369477 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 34
04:27:19.369497 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
04:27:19.369550 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 34
04:27:19.369560 mtc Message with id 34 was extracted from the queue of BSCVTY.
04:27:19.369597 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
04:27:19.369611 mtc Message with id 35 was extracted from the queue of BSCVTY.
04:27:19.369622 mtc Stop timer T: 2 s
04:27:19.369640 mtc Sent on BSCVTY to system charstring : "end"
04:27:19.369662 mtc Start timer T: 2 s
04:27:19.369706 mtc Message enqueued on BSCVTY from system charstring : " end" id 36
04:27:19.369722 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37
04:27:19.369776 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36
04:27:19.369790 mtc Message with id 36 was extracted from the queue of BSCVTY.
04:27:19.369815 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37
04:27:19.369827 mtc Message with id 37 was extracted from the queue of BSCVTY.
04:27:19.369838 mtc Stop timer T: 2 s
04:27:19.369854 mtc Sent on BSCVTY to system charstring : "write terminal"
04:27:19.369877 mtc Start timer T: 2 s
04:27:19.370255 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode gprs\n  gprs 11bit_rach_support_for_egprs 0\n  gprs routing area 0\n  gprs network-control-order nc0\n  gprs cell bvci 196\n  gprs cell timer blocking-timer 3\n  gprs cell timer blocking-retries 3\n  gprs cell timer unblocking-retries 3\n  gprs cell timer reset-timer 3\n  gprs cell timer reset-retries 3\n  gprs cell timer suspend-timer 10\n  gprs cell timer suspend-retries 3\n  gprs cell timer resume-timer 10\n  gprs cell timer resume-retries 3\n  gprs cell timer capability-update-timer 10\n  gprs cell timer capability-update-retries 3\n  gprs nsei 96\n  gprs ns timer tns-block 3\n  gprs ns timer tns-block-retries 3\n  gprs ns timer tns-reset 3\n  gprs ns timer tns-reset-retries 3\n  gprs ns timer tns-test 30\n  gprs ns timer tns-alive 3\n  gprs ns timer tns-alive-retries 10\n  gprs nsvc 0 nsvci 0\n  gprs nsvc 0 local udp port 21000\n  gprs nsvc 0 remote udp port 23000\n  gprs nsvc 0 remote ip 172.18.0.21\n  gprs nsvc 1 nsvci 0\n  gprs nsvc 1 local udp port 0\n  gprs nsvc 1 remote udp port 0\n  gprs nsvc 1 remote ip 0.0.0.0\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 38
04:27:19.370305 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
04:27:19.371920 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode gprs\n  gprs 11bit_rach_support_for_egprs 0\n  gprs routing area 0\n  gprs network-control-order nc0\n  gprs cell bvci 196\n  gprs cell timer blocking-timer 3\n  gprs cell timer blocking-retries 3\n  gprs cell timer unblocking-retries 3\n  gprs cell timer reset-timer 3\n  gprs cell timer reset-retries 3\n  gprs cell timer suspend-timer 10\n  gprs cell timer suspend-retries 3\n  gprs cell timer resume-timer 10\n  gprs cell timer resume-retries 3\n  gprs cell timer capability-update-timer 10\n  gprs cell timer capability-update-retries 3\n  gprs nsei 96\n  gprs ns timer tns-block 3\n  gprs ns timer tns-block-retries 3\n  gprs ns timer tns-reset 3\n  gprs ns timer tns-reset-retries 3\n  gprs ns timer tns-test 30\n  gprs ns timer tns-alive 3\n  gprs ns timer tns-alive-retries 10\n  gprs nsvc 0 nsvci 0\n  gprs nsvc 0 local udp port 21000\n  gprs nsvc 0 remote udp port 23000\n  gprs nsvc 0 remote ip 172.18.0.21\n  gprs nsvc 1 nsvci 0\n  gprs nsvc 1 local udp port 0\n  gprs nsvc 1 remote udp port 0\n  gprs nsvc 1 remote ip 0.0.0.0\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 38
04:27:19.371970 mtc Message with id 38 was extracted from the queue of BSCVTY.
04:27:19.371988 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
04:27:19.371996 mtc Message with id 39 was extracted from the queue of BSCVTY.
04:27:19.372003 mtc Stop timer T: 2 s
04:27:19.372017 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:27:19.372037 mtc Start timer T: 2 s
04:27:19.372171 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40
04:27:19.372208 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40
04:27:19.372223 mtc Message with id 40 was extracted from the queue of BSCVTY.
04:27:19.372235 mtc Stop timer T: 2 s
04:27:19.372246 mtc Start timer T: 1 s
04:27:19.602041 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F2C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 2
04:27:19.602188 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28460, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 2
04:27:19.837376 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F5F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 3
04:27:19.837500 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28511, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 3
04:27:20.072836 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F92010000005506198FB380000000000000000000000000009D04002B'O } id 4
04:27:20.072958 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28562, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 4
04:27:20.308134 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FC50100000059061A00000000000000000000000000000000FF9D0400'O } id 5
04:27:20.308234 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28613, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5
04:27:20.372259 mtc Timeout T: 1 s
04:27:20.372324 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:27:20.372338 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:27:20.372345 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:27:20.372351 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:27:20.372358 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:27:20.372365 mtc Port GSMTAP was cleared.
04:27:20.372373 mtc Start timer T: 8 s
04:27:20.543493 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FF80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 6
04:27:20.543607 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28664, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6
04:27:20.543658 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28664, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6
04:27:20.543682 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:27:20.543756 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
04:27:20.778792 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000702B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 7
04:27:20.778890 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28715, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7
04:27:20.778942 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28715, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7
04:27:20.778964 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:27:20.779052 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:27:21.014224 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000705E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 8
04:27:21.014331 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28766, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 8
04:27:21.014401 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28766, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 8
04:27:21.014426 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:27:21.014485 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
04:27:21.249760 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070910100000059061A00000000000000000000000000000000FF9D0400'O } id 9
04:27:21.249879 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28817, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9
04:27:21.249950 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28817, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9
04:27:21.249981 mtc Message with id 9 was extracted from the queue of GSMTAP.
04:27:21.250057 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:27:21.484949 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070C40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 10
04:27:21.485094 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28868, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10
04:27:21.485203 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28868, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10
04:27:21.485230 mtc Message with id 10 was extracted from the queue of GSMTAP.
04:27:21.485330 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
04:27:21.720347 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070F70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 11
04:27:21.720449 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28919, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11
04:27:21.720518 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28919, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11
04:27:21.720550 mtc Message with id 11 was extracted from the queue of GSMTAP.
04:27:21.720641 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:27:21.955658 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000712A010000005506198FB380000000000000000000000000009D04002B'O } id 12
04:27:21.955849 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28970, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12
04:27:21.955967 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28970, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12
04:27:21.956008 mtc Message with id 12 was extracted from the queue of GSMTAP.
04:27:21.956121 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:22.191262 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000715D0100000059061A00000000000000000000000000000000FF9D0400'O } id 13
04:27:22.191585 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29021, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13
04:27:22.191784 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29021, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13
04:27:22.191880 mtc Message with id 13 was extracted from the queue of GSMTAP.
04:27:22.192138 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:27:22.426724 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071900100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 14
04:27:22.427072 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29072, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14
04:27:22.427313 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29072, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14
04:27:22.427426 mtc Message with id 14 was extracted from the queue of GSMTAP.
04:27:22.427723 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
04:27:22.662111 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071C30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 15
04:27:22.662502 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29123, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15
04:27:22.662748 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29123, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15
04:27:22.662868 mtc Message with id 15 was extracted from the queue of GSMTAP.
04:27:22.663170 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:27:22.897511 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 16
04:27:22.897903 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29174, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 16
04:27:22.898149 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29174, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 16
04:27:22.898262 mtc Message with id 16 was extracted from the queue of GSMTAP.
04:27:22.898555 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
04:27:23.132494 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072290100000059061A00000000000000000000000000000000FF9D0400'O } id 17
04:27:23.132593 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29225, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17
04:27:23.132650 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29225, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17
04:27:23.132692 mtc Message with id 17 was extracted from the queue of GSMTAP.
04:27:23.132766 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:27:23.367908 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000725C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 18
04:27:23.368062 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29276, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18
04:27:23.368113 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29276, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18
04:27:23.368134 mtc Message with id 18 was extracted from the queue of GSMTAP.
04:27:23.368240 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
04:27:23.603242 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000728F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 19
04:27:23.603334 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29327, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19
04:27:23.603380 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29327, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19
04:27:23.603417 mtc Message with id 19 was extracted from the queue of GSMTAP.
04:27:23.603507 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:27:23.838520 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072C2010000005506198FB380000000000000000000000000009D04002B'O } id 20
04:27:23.838647 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29378, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20
04:27:23.838717 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29378, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20
04:27:23.838745 mtc Message with id 20 was extracted from the queue of GSMTAP.
04:27:23.838819 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:24.074001 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072F50100000059061A00000000000000000000000000000000FF9D0400'O } id 21
04:27:24.074141 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29429, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21
04:27:24.074204 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29429, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21
04:27:24.074246 mtc Message with id 21 was extracted from the queue of GSMTAP.
04:27:24.074308 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:27:24.309295 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073280100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 22
04:27:24.309427 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29480, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22
04:27:24.309488 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29480, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22
04:27:24.309514 mtc Message with id 22 was extracted from the queue of GSMTAP.
04:27:24.309609 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
04:27:24.544666 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000735B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 23
04:27:24.544774 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29531, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23
04:27:24.544868 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29531, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23
04:27:24.544894 mtc Message with id 23 was extracted from the queue of GSMTAP.
04:27:24.545004 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:27:24.780093 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000738E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 24
04:27:24.780234 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29582, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 24
04:27:24.780307 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29582, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 24
04:27:24.780331 mtc Message with id 24 was extracted from the queue of GSMTAP.
04:27:24.780393 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
04:27:25.015580 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073C10100000059061A00000000000000000000000000000000FF9D0400'O } id 25
04:27:25.015705 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29633, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25
04:27:25.015791 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29633, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25
04:27:25.015822 mtc Message with id 25 was extracted from the queue of GSMTAP.
04:27:25.015935 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:27:25.250790 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073F40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 26
04:27:25.250919 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29684, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26
04:27:25.250971 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29684, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26
04:27:25.251007 mtc Message with id 26 was extracted from the queue of GSMTAP.
04:27:25.251107 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
04:27:25.486182 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074270100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 27
04:27:25.486322 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29735, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27
04:27:25.486425 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29735, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27
04:27:25.486450 mtc Message with id 27 was extracted from the queue of GSMTAP.
04:27:25.486546 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:27:25.721468 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000745A010000005506198FB380000000000000000000000000009D04002B'O } id 28
04:27:25.721612 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29786, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28
04:27:25.721676 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29786, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28
04:27:25.721715 mtc Message with id 28 was extracted from the queue of GSMTAP.
04:27:25.721786 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:25.956883 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000748D0100000059061A00000000000000000000000000000000FF9D0400'O } id 29
04:27:25.957039 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29837, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29
04:27:25.957122 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29837, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29
04:27:25.957172 mtc Message with id 29 was extracted from the queue of GSMTAP.
04:27:25.957237 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:27:26.192214 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074C00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 30
04:27:26.192320 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29888, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 30
04:27:26.192377 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29888, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 30
04:27:26.192398 mtc Message with id 30 was extracted from the queue of GSMTAP.
04:27:26.192481 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
04:27:26.427612 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074F30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 31
04:27:26.427741 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29939, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31
04:27:26.427816 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29939, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31
04:27:26.427836 mtc Message with id 31 was extracted from the queue of GSMTAP.
04:27:26.427931 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:27:26.662980 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007526010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 32
04:27:26.663105 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29990, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 32
04:27:26.663182 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29990, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 32
04:27:26.663218 mtc Message with id 32 was extracted from the queue of GSMTAP.
04:27:26.663291 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
04:27:26.898358 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075590100000059061A00000000000000000000000000000000FF9D0400'O } id 33
04:27:26.898563 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30041, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33
04:27:26.898676 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30041, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33
04:27:26.898700 mtc Message with id 33 was extracted from the queue of GSMTAP.
04:27:26.898771 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:27:27.133722 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000758C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 34
04:27:27.133869 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30092, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 34
04:27:27.133956 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30092, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 34
04:27:27.133980 mtc Message with id 34 was extracted from the queue of GSMTAP.
04:27:27.134066 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
04:27:27.369025 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075BF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 35
04:27:27.369158 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30143, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 35
04:27:27.369219 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30143, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 35
04:27:27.369241 mtc Message with id 35 was extracted from the queue of GSMTAP.
04:27:27.369332 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:27:27.604578 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075F2010000005506198FB380000000000000000000000000009D04002B'O } id 36
04:27:27.604700 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30194, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 36
04:27:27.604776 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30194, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 36
04:27:27.604812 mtc Message with id 36 was extracted from the queue of GSMTAP.
04:27:27.604917 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:27.839819 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076250100000059061A00000000000000000000000000000000FF9D0400'O } id 37
04:27:27.839981 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30245, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 37
04:27:27.840041 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30245, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 37
04:27:27.840063 mtc Message with id 37 was extracted from the queue of GSMTAP.
04:27:27.840131 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:27:28.075207 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076580100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 38
04:27:28.075332 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30296, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 38
04:27:28.075421 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30296, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 38
04:27:28.075455 mtc Message with id 38 was extracted from the queue of GSMTAP.
04:27:28.075538 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } }
04:27:28.310512 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000768B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 39
04:27:28.310674 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30347, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 39
04:27:28.310749 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30347, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 39
04:27:28.310773 mtc Message with id 39 was extracted from the queue of GSMTAP.
04:27:28.310876 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:27:28.372408 mtc Timeout T: 8 s
04:27:28.372459 mtc "TC_si_sched_13": TC=0 has #of SI=4
04:27:28.372476 mtc "TC_si_sched_13": TC=1 has #of SI=4
04:27:28.372484 mtc "TC_si_sched_13": TC=2 has #of SI=5
04:27:28.372491 mtc "TC_si_sched_13": TC=3 has #of SI=5
04:27:28.372498 mtc "TC_si_sched_13": TC=4 has #of SI=4
04:27:28.372504 mtc "TC_si_sched_13": TC=5 has #of SI=4
04:27:28.372511 mtc "TC_si_sched_13": TC=6 has #of SI=4
04:27:28.372517 mtc "TC_si_sched_13": TC=7 has #of SI=4
04:27:28.372583 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:28.372647 mtc Start timer T: 2 s
04:27:28.372817 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41
04:27:28.372908 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41
04:27:28.372926 mtc Message with id 41 was extracted from the queue of BSCVTY.
04:27:28.372954 mtc Stop timer T: 2 s
04:27:28.372973 mtc Sent on BSCVTY to system charstring : "network"
04:27:28.372998 mtc Start timer T: 2 s
04:27:28.373058 mtc Message enqueued on BSCVTY from system charstring : " network" id 42
04:27:28.373076 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43
04:27:28.373131 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42
04:27:28.373145 mtc Message with id 42 was extracted from the queue of BSCVTY.
04:27:28.373182 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43
04:27:28.373197 mtc Message with id 43 was extracted from the queue of BSCVTY.
04:27:28.373204 mtc Stop timer T: 2 s
04:27:28.373216 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:28.373234 mtc Start timer T: 2 s
04:27:28.373296 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 44
04:27:28.373319 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45
04:27:28.373399 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44
04:27:28.373414 mtc Message with id 44 was extracted from the queue of BSCVTY.
04:27:28.373450 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45
04:27:28.373464 mtc Message with id 45 was extracted from the queue of BSCVTY.
04:27:28.373472 mtc Stop timer T: 2 s
04:27:28.373486 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:27:28.373521 mtc Start timer T: 2 s
04:27:28.373633 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46
04:27:28.373651 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
04:27:28.373713 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46
04:27:28.373724 mtc Message with id 46 was extracted from the queue of BSCVTY.
04:27:28.373769 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
04:27:28.373779 mtc Message with id 47 was extracted from the queue of BSCVTY.
04:27:28.373797 mtc Stop timer T: 2 s
04:27:28.373808 mtc Sent on BSCVTY to system charstring : "end"
04:27:28.373826 mtc Start timer T: 2 s
04:27:28.373885 mtc Message enqueued on BSCVTY from system charstring : " end" id 48
04:27:28.373909 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49
04:27:28.373969 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48
04:27:28.373982 mtc Message with id 48 was extracted from the queue of BSCVTY.
04:27:28.374005 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49
04:27:28.374017 mtc Message with id 49 was extracted from the queue of BSCVTY.
04:27:28.374026 mtc Stop timer T: 2 s
04:27:28.374041 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:28.374060 mtc Start timer T: 2 s
04:27:28.374132 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50
04:27:28.374186 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50
04:27:28.374196 mtc Message with id 50 was extracted from the queue of BSCVTY.
04:27:28.374203 mtc Stop timer T: 2 s
04:27:28.374213 mtc Sent on BSCVTY to system charstring : "network"
04:27:28.374232 mtc Start timer T: 2 s
04:27:28.374283 mtc Message enqueued on BSCVTY from system charstring : " network" id 51
04:27:28.374311 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52
04:27:28.374381 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51
04:27:28.374401 mtc Message with id 51 was extracted from the queue of BSCVTY.
04:27:28.374434 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52
04:27:28.374443 mtc Message with id 52 was extracted from the queue of BSCVTY.
04:27:28.374449 mtc Stop timer T: 2 s
04:27:28.374462 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:28.374483 mtc Start timer T: 2 s
04:27:28.374541 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 53
04:27:28.374561 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54
04:27:28.374616 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53
04:27:28.374631 mtc Message with id 53 was extracted from the queue of BSCVTY.
04:27:28.374673 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54
04:27:28.374684 mtc Message with id 54 was extracted from the queue of BSCVTY.
04:27:28.374690 mtc Stop timer T: 2 s
04:27:28.374711 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:27:28.374731 mtc Start timer T: 2 s
04:27:28.374840 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55
04:27:28.374859 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
04:27:28.374917 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55
04:27:28.374934 mtc Message with id 55 was extracted from the queue of BSCVTY.
04:27:28.374980 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
04:27:28.374991 mtc Message with id 56 was extracted from the queue of BSCVTY.
04:27:28.374998 mtc Stop timer T: 2 s
04:27:28.375008 mtc Sent on BSCVTY to system charstring : "end"
04:27:28.375029 mtc Start timer T: 2 s
04:27:28.375075 mtc Message enqueued on BSCVTY from system charstring : " end" id 57
04:27:28.375096 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58
04:27:28.375156 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57
04:27:28.375170 mtc Message with id 57 was extracted from the queue of BSCVTY.
04:27:28.375195 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58
04:27:28.375205 mtc Message with id 58 was extracted from the queue of BSCVTY.
04:27:28.375212 mtc Stop timer T: 2 s
04:27:28.375223 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:28.375242 mtc Start timer T: 2 s
04:27:28.375300 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59
04:27:28.375358 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59
04:27:28.375373 mtc Message with id 59 was extracted from the queue of BSCVTY.
04:27:28.375382 mtc Stop timer T: 2 s
04:27:28.375396 mtc Sent on BSCVTY to system charstring : "network"
04:27:28.375417 mtc Start timer T: 2 s
04:27:28.375466 mtc Message enqueued on BSCVTY from system charstring : " network" id 60
04:27:28.375493 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61
04:27:28.375554 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60
04:27:28.375568 mtc Message with id 60 was extracted from the queue of BSCVTY.
04:27:28.375612 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61
04:27:28.375625 mtc Message with id 61 was extracted from the queue of BSCVTY.
04:27:28.375636 mtc Stop timer T: 2 s
04:27:28.375656 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:28.375681 mtc Start timer T: 2 s
04:27:28.375737 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 62
04:27:28.375758 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63
04:27:28.375804 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62
04:27:28.375815 mtc Message with id 62 was extracted from the queue of BSCVTY.
04:27:28.375844 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63
04:27:28.375853 mtc Message with id 63 was extracted from the queue of BSCVTY.
04:27:28.375860 mtc Stop timer T: 2 s
04:27:28.375871 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:27:28.375889 mtc Start timer T: 2 s
04:27:28.375948 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64
04:27:28.375973 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
04:27:28.376024 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64
04:27:28.376037 mtc Message with id 64 was extracted from the queue of BSCVTY.
04:27:28.376068 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
04:27:28.376081 mtc Message with id 65 was extracted from the queue of BSCVTY.
04:27:28.376089 mtc Stop timer T: 2 s
04:27:28.376101 mtc Sent on BSCVTY to system charstring : "end"
04:27:28.376125 mtc Start timer T: 2 s
04:27:28.376164 mtc Message enqueued on BSCVTY from system charstring : " end" id 66
04:27:28.376179 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67
04:27:28.376253 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66
04:27:28.376269 mtc Message with id 66 was extracted from the queue of BSCVTY.
04:27:28.376295 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67
04:27:28.376308 mtc Message with id 67 was extracted from the queue of BSCVTY.
04:27:28.376319 mtc Stop timer T: 2 s
04:27:28.376335 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:28.376357 mtc Start timer T: 2 s
04:27:28.376407 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68
04:27:28.376474 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68
04:27:28.376486 mtc Message with id 68 was extracted from the queue of BSCVTY.
04:27:28.376493 mtc Stop timer T: 2 s
04:27:28.376504 mtc Sent on BSCVTY to system charstring : "network"
04:27:28.376523 mtc Start timer T: 2 s
04:27:28.376567 mtc Message enqueued on BSCVTY from system charstring : " network" id 69
04:27:28.376589 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70
04:27:28.376650 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69
04:27:28.376665 mtc Message with id 69 was extracted from the queue of BSCVTY.
04:27:28.376709 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70
04:27:28.376722 mtc Message with id 70 was extracted from the queue of BSCVTY.
04:27:28.376733 mtc Stop timer T: 2 s
04:27:28.376752 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:28.376775 mtc Start timer T: 2 s
04:27:28.376818 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 71
04:27:28.376836 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72
04:27:28.376895 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71
04:27:28.376913 mtc Message with id 71 was extracted from the queue of BSCVTY.
04:27:28.376964 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72
04:27:28.376979 mtc Message with id 72 was extracted from the queue of BSCVTY.
04:27:28.376988 mtc Stop timer T: 2 s
04:27:28.377002 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:27:28.377021 mtc Start timer T: 2 s
04:27:28.377091 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 73
04:27:28.377113 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
04:27:28.377191 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 73
04:27:28.377207 mtc Message with id 73 was extracted from the queue of BSCVTY.
04:27:28.377245 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
04:27:28.377256 mtc Message with id 74 was extracted from the queue of BSCVTY.
04:27:28.377266 mtc Stop timer T: 2 s
04:27:28.377283 mtc Sent on BSCVTY to system charstring : "end"
04:27:28.377308 mtc Start timer T: 2 s
04:27:28.377366 mtc Message enqueued on BSCVTY from system charstring : " end" id 75
04:27:28.377387 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76
04:27:28.377444 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75
04:27:28.377456 mtc Message with id 75 was extracted from the queue of BSCVTY.
04:27:28.377471 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76
04:27:28.377478 mtc Message with id 76 was extracted from the queue of BSCVTY.
04:27:28.377485 mtc Stop timer T: 2 s
04:27:28.377494 mtc Sent on BSCVTY to system charstring : "write terminal"
04:27:28.377520 mtc Start timer T: 2 s
04:27:28.377849 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 77
04:27:28.377890 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
04:27:28.379272 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 77
04:27:28.379321 mtc Message with id 77 was extracted from the queue of BSCVTY.
04:27:28.379341 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
04:27:28.379349 mtc Message with id 78 was extracted from the queue of BSCVTY.
04:27:28.379357 mtc Stop timer T: 2 s
04:27:28.379372 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:27:28.379397 mtc Start timer T: 2 s
04:27:28.379639 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79
04:27:28.379679 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79
04:27:28.379690 mtc Message with id 79 was extracted from the queue of BSCVTY.
04:27:28.379699 mtc Stop timer T: 2 s
04:27:28.379706 mtc Start timer T: 1 s
04:27:28.545897 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 40
04:27:28.546007 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30398, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 40
04:27:28.781240 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076F10100000059061A00000000000000000000000000000000FF9D0400'O } id 41
04:27:28.781337 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30449, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 41
04:27:29.016645 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077240100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 42
04:27:29.016778 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30500, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 42
04:27:29.252002 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077570100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 43
04:27:29.252143 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30551, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 43
04:27:29.379716 mtc Timeout T: 1 s
04:27:29.379771 mtc setverdict(pass): none -> pass
04:27:29.379809 mtc Terminating component type Test.dummy_CT.
04:27:29.379822 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:27:29.379851 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:27:29.379864 mtc Message with id 40 was extracted from the queue of GSMTAP.
04:27:29.379874 mtc Message with id 41 was extracted from the queue of GSMTAP.
04:27:29.379883 mtc Message with id 42 was extracted from the queue of GSMTAP.
04:27:29.379895 mtc Message with id 43 was extracted from the queue of GSMTAP.
04:27:29.379905 mtc Port GSMTAP was stopped.
04:27:29.379914 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:27:29.379952 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:27:29.379966 mtc Port BSCVTY was stopped.
04:27:29.379975 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13.
04:27:29.379988 mtc Waiting for PTCs to finish.
04:27:29.380052 mtc Setting final verdict of the test case.
04:27:29.380070 mtc Local verdict of MTC: pass
04:27:29.380083 mtc No PTCs were created.
04:27:29.380095 mtc Test case TC_si_sched_13 finished. Verdict: pass
04:27:29.380134 mtc Executing test case TC_si_sched_13_2bis_2ter_2quater in module Test.
04:27:29.380168 mtc Test case TC_si_sched_13_2bis_2ter_2quater started.
04:27:29.380181 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13_2bis_2ter_2quater.
04:27:29.380206 mtc Port GSMTAP was started.
04:27:29.380219 mtc Port BSCVTY was started.
04:27:29.380228 mtc Component type Test.dummy_CT was initialized.
04:27:29.380244 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:27:29.380272 mtc Port GSMTAP was mapped to system:GSMTAP.
04:27:29.380296 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:27:29.380313 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:27:29.380354 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:27:29.380526 mtc Port BSCVTY was mapped to system:BSCVTY.
04:27:29.380558 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:27:29.380581 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:27:29.380594 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:27:29.380605 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:27:29.380646 mtc Sent on BSCVTY to system charstring : "enable"
04:27:29.380684 mtc Start timer T: 2 s
04:27:29.380738 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:27:29.380783 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:27:29.380798 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:27:29.380807 mtc Stop timer T: 2 s
04:27:29.380818 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:29.380839 mtc Start timer T: 2 s
04:27:29.380953 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:27:29.381021 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:27:29.381038 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:27:29.381052 mtc Stop timer T: 2 s
04:27:29.381072 mtc Sent on BSCVTY to system charstring : "network"
04:27:29.381098 mtc Start timer T: 2 s
04:27:29.381150 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:27:29.381167 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:27:29.381226 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:27:29.381240 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:27:29.381284 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:27:29.381298 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:27:29.381310 mtc Stop timer T: 2 s
04:27:29.381329 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:29.381352 mtc Start timer T: 2 s
04:27:29.381424 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:27:29.381452 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:27:29.381516 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:27:29.381528 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:27:29.381565 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:27:29.381575 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:27:29.381583 mtc Stop timer T: 2 s
04:27:29.381598 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static"
04:27:29.381618 mtc Start timer T: 2 s
04:27:29.381729 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7
04:27:29.381751 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:27:29.381845 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7
04:27:29.381862 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:27:29.381912 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:27:29.381925 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:27:29.381941 mtc Stop timer T: 2 s
04:27:29.381960 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B"
04:27:29.381981 mtc Start timer T: 2 s
04:27:29.382077 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
04:27:29.382102 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10
04:27:29.382187 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
04:27:29.382207 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:27:29.382253 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10
04:27:29.382267 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:27:29.382278 mtc Stop timer T: 2 s
04:27:29.382296 mtc Sent on BSCVTY to system charstring : "end"
04:27:29.382320 mtc Start timer T: 2 s
04:27:29.382361 mtc Message enqueued on BSCVTY from system charstring : " end" id 11
04:27:29.382403 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12
04:27:29.382459 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11
04:27:29.382473 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:27:29.382498 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12
04:27:29.382510 mtc Message with id 12 was extracted from the queue of BSCVTY.
04:27:29.382521 mtc Stop timer T: 2 s
04:27:29.382537 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:29.382561 mtc Start timer T: 2 s
04:27:29.382620 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13
04:27:29.382666 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13
04:27:29.382677 mtc Message with id 13 was extracted from the queue of BSCVTY.
04:27:29.382688 mtc Stop timer T: 2 s
04:27:29.382705 mtc Sent on BSCVTY to system charstring : "network"
04:27:29.382727 mtc Start timer T: 2 s
04:27:29.382778 mtc Message enqueued on BSCVTY from system charstring : " network" id 14
04:27:29.382795 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15
04:27:29.382849 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14
04:27:29.382863 mtc Message with id 14 was extracted from the queue of BSCVTY.
04:27:29.382904 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15
04:27:29.382916 mtc Message with id 15 was extracted from the queue of BSCVTY.
04:27:29.382928 mtc Stop timer T: 2 s
04:27:29.382949 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:29.382972 mtc Start timer T: 2 s
04:27:29.383025 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16
04:27:29.383041 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
04:27:29.383080 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16
04:27:29.383090 mtc Message with id 16 was extracted from the queue of BSCVTY.
04:27:29.383119 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
04:27:29.383129 mtc Message with id 17 was extracted from the queue of BSCVTY.
04:27:29.383137 mtc Stop timer T: 2 s
04:27:29.383151 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static"
04:27:29.383171 mtc Start timer T: 2 s
04:27:29.383230 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18
04:27:29.383246 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
04:27:29.383295 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18
04:27:29.383310 mtc Message with id 18 was extracted from the queue of BSCVTY.
04:27:29.383344 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
04:27:29.383353 mtc Message with id 19 was extracted from the queue of BSCVTY.
04:27:29.383360 mtc Stop timer T: 2 s
04:27:29.383376 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B"
04:27:29.383395 mtc Start timer T: 2 s
04:27:29.383470 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
04:27:29.383490 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21
04:27:29.383565 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
04:27:29.383579 mtc Message with id 20 was extracted from the queue of BSCVTY.
04:27:29.383620 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21
04:27:29.383632 mtc Message with id 21 was extracted from the queue of BSCVTY.
04:27:29.383643 mtc Stop timer T: 2 s
04:27:29.383660 mtc Sent on BSCVTY to system charstring : "end"
04:27:29.383682 mtc Start timer T: 2 s
04:27:29.383724 mtc Message enqueued on BSCVTY from system charstring : " end" id 22
04:27:29.383740 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23
04:27:29.383782 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22
04:27:29.383795 mtc Message with id 22 was extracted from the queue of BSCVTY.
04:27:29.383820 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23
04:27:29.383832 mtc Message with id 23 was extracted from the queue of BSCVTY.
04:27:29.383843 mtc Stop timer T: 2 s
04:27:29.383859 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:29.383881 mtc Start timer T: 2 s
04:27:29.383930 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24
04:27:29.383976 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24
04:27:29.383986 mtc Message with id 24 was extracted from the queue of BSCVTY.
04:27:29.383993 mtc Stop timer T: 2 s
04:27:29.384004 mtc Sent on BSCVTY to system charstring : "network"
04:27:29.384022 mtc Start timer T: 2 s
04:27:29.384065 mtc Message enqueued on BSCVTY from system charstring : " network" id 25
04:27:29.384081 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26
04:27:29.384124 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25
04:27:29.384138 mtc Message with id 25 was extracted from the queue of BSCVTY.
04:27:29.384179 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26
04:27:29.384195 mtc Message with id 26 was extracted from the queue of BSCVTY.
04:27:29.384207 mtc Stop timer T: 2 s
04:27:29.384224 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:29.384246 mtc Start timer T: 2 s
04:27:29.384292 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 27
04:27:29.384317 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
04:27:29.384377 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27
04:27:29.384390 mtc Message with id 27 was extracted from the queue of BSCVTY.
04:27:29.384422 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
04:27:29.384435 mtc Message with id 28 was extracted from the queue of BSCVTY.
04:27:29.384446 mtc Stop timer T: 2 s
04:27:29.384460 mtc Sent on BSCVTY to system charstring : "gprs mode gprs"
04:27:29.384479 mtc Start timer T: 2 s
04:27:29.384537 mtc Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 29
04:27:29.384558 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30
04:27:29.384616 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 29
04:27:29.384627 mtc Message with id 29 was extracted from the queue of BSCVTY.
04:27:29.384662 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30
04:27:29.384673 mtc Message with id 30 was extracted from the queue of BSCVTY.
04:27:29.384683 mtc Stop timer T: 2 s
04:27:29.384701 mtc Sent on BSCVTY to system charstring : "end"
04:27:29.384727 mtc Start timer T: 2 s
04:27:29.384785 mtc Message enqueued on BSCVTY from system charstring : " end" id 31
04:27:29.384801 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32
04:27:29.384840 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31
04:27:29.384851 mtc Message with id 31 was extracted from the queue of BSCVTY.
04:27:29.384869 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32
04:27:29.384878 mtc Message with id 32 was extracted from the queue of BSCVTY.
04:27:29.384888 mtc Stop timer T: 2 s
04:27:29.384905 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:29.384929 mtc Start timer T: 2 s
04:27:29.384988 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33
04:27:29.385033 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33
04:27:29.385044 mtc Message with id 33 was extracted from the queue of BSCVTY.
04:27:29.385054 mtc Stop timer T: 2 s
04:27:29.385072 mtc Sent on BSCVTY to system charstring : "network"
04:27:29.385094 mtc Start timer T: 2 s
04:27:29.385138 mtc Message enqueued on BSCVTY from system charstring : " network" id 34
04:27:29.385154 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35
04:27:29.385190 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34
04:27:29.385199 mtc Message with id 34 was extracted from the queue of BSCVTY.
04:27:29.385238 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35
04:27:29.385252 mtc Message with id 35 was extracted from the queue of BSCVTY.
04:27:29.385264 mtc Stop timer T: 2 s
04:27:29.385281 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:29.385305 mtc Start timer T: 2 s
04:27:29.385351 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 36
04:27:29.385368 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
04:27:29.385425 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36
04:27:29.385439 mtc Message with id 36 was extracted from the queue of BSCVTY.
04:27:29.385481 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
04:27:29.385494 mtc Message with id 37 was extracted from the queue of BSCVTY.
04:27:29.385505 mtc Stop timer T: 2 s
04:27:29.385527 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0"
04:27:29.385557 mtc Start timer T: 2 s
04:27:29.385631 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38
04:27:29.385648 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39
04:27:29.385699 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38
04:27:29.385715 mtc Message with id 38 was extracted from the queue of BSCVTY.
04:27:29.385759 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39
04:27:29.385773 mtc Message with id 39 was extracted from the queue of BSCVTY.
04:27:29.385785 mtc Stop timer T: 2 s
04:27:29.385803 mtc Sent on BSCVTY to system charstring : "end"
04:27:29.385826 mtc Start timer T: 2 s
04:27:29.385869 mtc Message enqueued on BSCVTY from system charstring : " end" id 40
04:27:29.385886 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
04:27:29.385941 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40
04:27:29.385955 mtc Message with id 40 was extracted from the queue of BSCVTY.
04:27:29.385981 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
04:27:29.385990 mtc Message with id 41 was extracted from the queue of BSCVTY.
04:27:29.385997 mtc Stop timer T: 2 s
04:27:29.386007 mtc Sent on BSCVTY to system charstring : "write terminal"
04:27:29.386025 mtc Start timer T: 2 s
04:27:29.386460 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  si2quater neighbor-list add uarfcn 23 42 0\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode gprs\n  gprs 11bit_rach_support_for_egprs 0\n  gprs routing area 0\n  gprs network-control-order nc0\n  gprs cell bvci 196\n  gprs cell timer blocking-timer 3\n  gprs cell timer blocking-retries 3\n  gprs cell timer unblocking-retries 3\n  gprs cell timer reset-timer 3\n  gprs cell timer reset-retries 3\n  gprs cell timer suspend-timer 10\n  gprs cell timer suspend-retries 3\n  gprs cell timer resume-timer 10\n  gprs cell timer resume-retries 3\n  gprs cell timer capability-update-timer 10\n  gprs cell timer capability-update-retries 3\n  gprs nsei 96\n  gprs ns timer tns-block 3\n  gprs ns timer tns-block-retries 3\n  gprs ns timer tns-reset 3\n  gprs ns timer tns-reset-retries 3\n  gprs ns timer tns-test 30\n  gprs ns timer tns-alive 3\n  gprs ns timer tns-alive-retries 10\n  gprs nsvc 0 nsvci 0\n  gprs nsvc 0 local udp port 21000\n  gprs nsvc 0 remote udp port 23000\n  gprs nsvc 0 remote ip 172.18.0.21\n  gprs nsvc 1 nsvci 0\n  gprs nsvc 1 local udp port 0\n  gprs nsvc 1 remote udp port 0\n  gprs nsvc 1 remote ip 0.0.0.0\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 42
04:27:29.386515 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43
04:27:29.388271 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  system-information 2bis mode static\n  system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n  system-information 2ter mode static\n  system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  si2quater neighbor-list add uarfcn 23 42 0\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode gprs\n  gprs 11bit_rach_support_for_egprs 0\n  gprs routing area 0\n  gprs network-control-order nc0\n  gprs cell bvci 196\n  gprs cell timer blocking-timer 3\n  gprs cell timer blocking-retries 3\n  gprs cell timer unblocking-retries 3\n  gprs cell timer reset-timer 3\n  gprs cell timer reset-retries 3\n  gprs cell timer suspend-timer 10\n  gprs cell timer suspend-retries 3\n  gprs cell timer resume-timer 10\n  gprs cell timer resume-retries 3\n  gprs cell timer capability-update-timer 10\n  gprs cell timer capability-update-retries 3\n  gprs nsei 96\n  gprs ns timer tns-block 3\n  gprs ns timer tns-block-retries 3\n  gprs ns timer tns-reset 3\n  gprs ns timer tns-reset-retries 3\n  gprs ns timer tns-test 30\n  gprs ns timer tns-alive 3\n  gprs ns timer tns-alive-retries 10\n  gprs nsvc 0 nsvci 0\n  gprs nsvc 0 local udp port 21000\n  gprs nsvc 0 remote udp port 23000\n  gprs nsvc 0 remote ip 172.18.0.21\n  gprs nsvc 1 nsvci 0\n  gprs nsvc 1 local udp port 0\n  gprs nsvc 1 remote udp port 0\n  gprs nsvc 1 remote ip 0.0.0.0\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 42
04:27:29.388331 mtc Message with id 42 was extracted from the queue of BSCVTY.
04:27:29.388360 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43
04:27:29.388372 mtc Message with id 43 was extracted from the queue of BSCVTY.
04:27:29.388391 mtc Stop timer T: 2 s
04:27:29.388416 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:27:29.388446 mtc Start timer T: 2 s
04:27:29.388761 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44
04:27:29.388800 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44
04:27:29.388812 mtc Message with id 44 was extracted from the queue of BSCVTY.
04:27:29.388821 mtc Stop timer T: 2 s
04:27:29.388832 mtc Start timer T: 1 s
04:27:29.487415 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000778A010000005506198FB380000000000000000000000000009D04002B'O } id 1
04:27:29.487618 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30602, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 1
04:27:29.722673 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077BD0100000059061A00000000000000000000000000000000FF9D0400'O } id 2
04:27:29.722780 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30653, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 2
04:27:29.958086 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077F00100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 3
04:27:29.958195 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30704, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 3
04:27:30.193408 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078230100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 4
04:27:30.193523 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30755, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 4
04:27:30.388844 mtc Timeout T: 1 s
04:27:30.388916 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:27:30.388937 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:27:30.388950 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:27:30.388963 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:27:30.388976 mtc Port GSMTAP was cleared.
04:27:30.388989 mtc Start timer T: 8 s
04:27:30.428796 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000785601000000590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 5
04:27:30.428911 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30806, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 5
04:27:30.428975 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30806, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 5
04:27:30.428999 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:27:30.429063 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2quater (7) }, payload := { other := '400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } }
04:27:30.664222 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000788901000000550602BFE809B3FF00000000000000000000007900002B'O } id 6
04:27:30.664365 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30857, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 6
04:27:30.664504 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30857, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 6
04:27:30.664542 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:27:30.664634 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:30.899589 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078BC0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 7
04:27:30.899780 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30908, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 7
04:27:30.899928 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30908, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 7
04:27:30.899970 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:27:30.900070 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
04:27:31.134887 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078EF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 8
04:27:31.134982 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30959, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 8
04:27:31.135033 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30959, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 8
04:27:31.135050 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:27:31.135127 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:27:31.370260 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007922010000005506198FB380000000000000000000000000009D04002B'O } id 9
04:27:31.370413 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31010, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 9
04:27:31.370490 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31010, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 9
04:27:31.370520 mtc Message with id 9 was extracted from the queue of GSMTAP.
04:27:31.370601 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:31.605673 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079550100000059061A00000000000000000000000000000000FF9D0400'O } id 10
04:27:31.605797 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31061, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 10
04:27:31.605891 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31061, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 10
04:27:31.605913 mtc Message with id 10 was extracted from the queue of GSMTAP.
04:27:31.605973 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:27:31.841016 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079880100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 11
04:27:31.841123 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31112, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 11
04:27:31.841181 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31112, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 11
04:27:31.841201 mtc Message with id 11 was extracted from the queue of GSMTAP.
04:27:31.841283 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
04:27:32.076429 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079BB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 12
04:27:32.076592 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31163, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 12
04:27:32.076672 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31163, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 12
04:27:32.076728 mtc Message with id 12 was extracted from the queue of GSMTAP.
04:27:32.076871 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:27:32.311744 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 13
04:27:32.311905 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31214, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 13
04:27:32.312015 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31214, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 13
04:27:32.312055 mtc Message with id 13 was extracted from the queue of GSMTAP.
04:27:32.312124 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
04:27:32.547111 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A2101000000550602BFE809B3FF00000000000000000000007900002B'O } id 14
04:27:32.547227 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31265, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 14
04:27:32.547302 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31265, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 14
04:27:32.547332 mtc Message with id 14 was extracted from the queue of GSMTAP.
04:27:32.547405 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:32.782458 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A540100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 15
04:27:32.782567 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31316, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 15
04:27:32.782628 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31316, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 15
04:27:32.782649 mtc Message with id 15 was extracted from the queue of GSMTAP.
04:27:32.782733 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
04:27:33.017834 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A870100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 16
04:27:33.017967 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31367, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 16
04:27:33.018025 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31367, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 16
04:27:33.018053 mtc Message with id 16 was extracted from the queue of GSMTAP.
04:27:33.018139 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:27:33.253315 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007ABA010000005506198FB380000000000000000000000000009D04002B'O } id 17
04:27:33.253548 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31418, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 17
04:27:33.253717 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31418, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 17
04:27:33.253792 mtc Message with id 17 was extracted from the queue of GSMTAP.
04:27:33.253977 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:33.488594 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007AED0100000059061A00000000000000000000000000000000FF9D0400'O } id 18
04:27:33.488807 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31469, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 18
04:27:33.488942 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31469, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 18
04:27:33.489014 mtc Message with id 18 was extracted from the queue of GSMTAP.
04:27:33.489181 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:27:33.723875 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B200100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 19
04:27:33.723986 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31520, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 19
04:27:33.724040 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31520, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 19
04:27:33.724063 mtc Message with id 19 was extracted from the queue of GSMTAP.
04:27:33.724156 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
04:27:33.959301 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B530100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 20
04:27:33.959455 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31571, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 20
04:27:33.959537 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31571, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 20
04:27:33.959573 mtc Message with id 20 was extracted from the queue of GSMTAP.
04:27:33.959673 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:27:34.194675 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B8601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 21
04:27:34.194775 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31622, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 21
04:27:34.194827 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31622, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 21
04:27:34.194859 mtc Message with id 21 was extracted from the queue of GSMTAP.
04:27:34.194937 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } }
04:27:34.430131 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BB901000000550602BFE809B3FF00000000000000000000007900002B'O } id 22
04:27:34.430454 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31673, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 22
04:27:34.430658 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31673, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 22
04:27:34.430752 mtc Message with id 22 was extracted from the queue of GSMTAP.
04:27:34.430962 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:34.665499 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BEC0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 23
04:27:34.665859 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31724, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 23
04:27:34.666102 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31724, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 23
04:27:34.666211 mtc Message with id 23 was extracted from the queue of GSMTAP.
04:27:34.666563 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
04:27:34.900904 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C1F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 24
04:27:34.901267 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31775, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 24
04:27:34.901466 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31775, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 24
04:27:34.901555 mtc Message with id 24 was extracted from the queue of GSMTAP.
04:27:34.901850 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:27:35.136334 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C52010000005506198FB380000000000000000000000000009D04002B'O } id 25
04:27:35.136666 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31826, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 25
04:27:35.136881 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31826, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 25
04:27:35.136993 mtc Message with id 25 was extracted from the queue of GSMTAP.
04:27:35.137282 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:35.371624 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C850100000059061A00000000000000000000000000000000FF9D0400'O } id 26
04:27:35.371970 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31877, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 26
04:27:35.372179 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31877, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 26
04:27:35.372273 mtc Message with id 26 was extracted from the queue of GSMTAP.
04:27:35.372491 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:27:35.607152 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CB80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 27
04:27:35.607513 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31928, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 27
04:27:35.607745 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31928, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 27
04:27:35.607868 mtc Message with id 27 was extracted from the queue of GSMTAP.
04:27:35.608178 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
04:27:35.846494 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CEB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 28
04:27:35.846888 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31979, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 28
04:27:35.847115 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31979, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 28
04:27:35.847186 mtc Message with id 28 was extracted from the queue of GSMTAP.
04:27:35.847326 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:27:36.077697 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D1E01000000590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 29
04:27:36.077959 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32030, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 29
04:27:36.078157 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32030, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 29
04:27:36.078254 mtc Message with id 29 was extracted from the queue of GSMTAP.
04:27:36.078455 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2quater (7) }, payload := { other := '400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } }
04:27:36.313283 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D5101000000550602BFE809B3FF00000000000000000000007900002B'O } id 30
04:27:36.313686 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32081, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 30
04:27:36.313931 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32081, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 30
04:27:36.314069 mtc Message with id 30 was extracted from the queue of GSMTAP.
04:27:36.314325 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:36.548645 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D840100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 31
04:27:36.548931 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32132, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 31
04:27:36.549109 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32132, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 31
04:27:36.549186 mtc Message with id 31 was extracted from the queue of GSMTAP.
04:27:36.549460 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
04:27:36.783845 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DB70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 32
04:27:36.784145 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32183, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 32
04:27:36.784327 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32183, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 32
04:27:36.784427 mtc Message with id 32 was extracted from the queue of GSMTAP.
04:27:36.784720 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:27:37.019168 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DEA010000005506198FB380000000000000000000000000009D04002B'O } id 33
04:27:37.019483 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32234, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 33
04:27:37.019667 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32234, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 33
04:27:37.019769 mtc Message with id 33 was extracted from the queue of GSMTAP.
04:27:37.019986 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:37.254369 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E1D0100000059061A00000000000000000000000000000000FF9D0400'O } id 34
04:27:37.254493 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32285, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 34
04:27:37.254557 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32285, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 34
04:27:37.254583 mtc Message with id 34 was extracted from the queue of GSMTAP.
04:27:37.254649 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
04:27:37.489720 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E500100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 35
04:27:37.489840 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32336, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 35
04:27:37.489911 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32336, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 35
04:27:37.489936 mtc Message with id 35 was extracted from the queue of GSMTAP.
04:27:37.490031 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } }
04:27:37.725074 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E830100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 36
04:27:37.725200 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32387, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 36
04:27:37.725271 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32387, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 36
04:27:37.725297 mtc Message with id 36 was extracted from the queue of GSMTAP.
04:27:37.725404 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } }
04:27:37.960717 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 37
04:27:37.960908 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32438, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 37
04:27:37.961061 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32438, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 37
04:27:37.961146 mtc Message with id 37 was extracted from the queue of GSMTAP.
04:27:37.961317 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } }
04:27:38.195824 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EE901000000550602BFE809B3FF00000000000000000000007900002B'O } id 38
04:27:38.195922 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32489, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 38
04:27:38.195977 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32489, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 38
04:27:38.195996 mtc Message with id 38 was extracted from the queue of GSMTAP.
04:27:38.196065 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } }
04:27:38.389065 mtc Timeout T: 8 s
04:27:38.389220 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=0 has #of SI=4
04:27:38.389308 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=1 has #of SI=4
04:27:38.389379 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=2 has #of SI=4
04:27:38.389446 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=3 has #of SI=4
04:27:38.389511 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=4 has #of SI=5
04:27:38.389571 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=5 has #of SI=5
04:27:38.389630 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=6 has #of SI=4
04:27:38.389697 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=7 has #of SI=4
04:27:38.389858 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:38.390021 mtc Start timer T: 2 s
04:27:38.390373 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45
04:27:38.390708 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45
04:27:38.390781 mtc Message with id 45 was extracted from the queue of BSCVTY.
04:27:38.390972 mtc Stop timer T: 2 s
04:27:38.391087 mtc Sent on BSCVTY to system charstring : "network"
04:27:38.391393 mtc Start timer T: 2 s
04:27:38.391630 mtc Message enqueued on BSCVTY from system charstring : " network" id 46
04:27:38.391698 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47
04:27:38.391869 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46
04:27:38.391954 mtc Message with id 46 was extracted from the queue of BSCVTY.
04:27:38.392120 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47
04:27:38.392186 mtc Message with id 47 was extracted from the queue of BSCVTY.
04:27:38.392218 mtc Stop timer T: 2 s
04:27:38.392272 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:38.392351 mtc Start timer T: 2 s
04:27:38.392580 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 48
04:27:38.392706 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
04:27:38.393026 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48
04:27:38.393098 mtc Message with id 48 was extracted from the queue of BSCVTY.
04:27:38.393296 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
04:27:38.393367 mtc Message with id 49 was extracted from the queue of BSCVTY.
04:27:38.393417 mtc Stop timer T: 2 s
04:27:38.393483 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:27:38.393918 mtc Start timer T: 2 s
04:27:38.394122 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50
04:27:38.394212 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51
04:27:38.394519 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50
04:27:38.394598 mtc Message with id 50 was extracted from the queue of BSCVTY.
04:27:38.394763 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51
04:27:38.394809 mtc Message with id 51 was extracted from the queue of BSCVTY.
04:27:38.394840 mtc Stop timer T: 2 s
04:27:38.394892 mtc Sent on BSCVTY to system charstring : "end"
04:27:38.394978 mtc Start timer T: 2 s
04:27:38.395179 mtc Message enqueued on BSCVTY from system charstring : " end" id 52
04:27:38.395283 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53
04:27:38.395512 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52
04:27:38.395570 mtc Message with id 52 was extracted from the queue of BSCVTY.
04:27:38.395669 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53
04:27:38.395724 mtc Message with id 53 was extracted from the queue of BSCVTY.
04:27:38.395764 mtc Stop timer T: 2 s
04:27:38.395839 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:38.395962 mtc Start timer T: 2 s
04:27:38.396234 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54
04:27:38.396520 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54
04:27:38.396594 mtc Message with id 54 was extracted from the queue of BSCVTY.
04:27:38.396644 mtc Stop timer T: 2 s
04:27:38.396699 mtc Sent on BSCVTY to system charstring : "network"
04:27:38.396789 mtc Start timer T: 2 s
04:27:38.397131 mtc Message enqueued on BSCVTY from system charstring : " network" id 55
04:27:38.397244 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56
04:27:38.398086 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55
04:27:38.398160 mtc Message with id 55 was extracted from the queue of BSCVTY.
04:27:38.398494 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56
04:27:38.398575 mtc Message with id 56 was extracted from the queue of BSCVTY.
04:27:38.398613 mtc Stop timer T: 2 s
04:27:38.398699 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:38.398856 mtc Start timer T: 2 s
04:27:38.399068 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 57
04:27:38.399154 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
04:27:38.399433 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57
04:27:38.399506 mtc Message with id 57 was extracted from the queue of BSCVTY.
04:27:38.399719 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
04:27:38.399814 mtc Message with id 58 was extracted from the queue of BSCVTY.
04:27:38.399872 mtc Stop timer T: 2 s
04:27:38.399973 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:27:38.400100 mtc Start timer T: 2 s
04:27:38.400432 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59
04:27:38.400514 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60
04:27:38.400828 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59
04:27:38.400902 mtc Message with id 59 was extracted from the queue of BSCVTY.
04:27:38.401106 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60
04:27:38.401179 mtc Message with id 60 was extracted from the queue of BSCVTY.
04:27:38.401235 mtc Stop timer T: 2 s
04:27:38.401335 mtc Sent on BSCVTY to system charstring : "end"
04:27:38.401441 mtc Start timer T: 2 s
04:27:38.401716 mtc Message enqueued on BSCVTY from system charstring : " end" id 61
04:27:38.401785 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62
04:27:38.402038 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61
04:27:38.402116 mtc Message with id 61 was extracted from the queue of BSCVTY.
04:27:38.402244 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62
04:27:38.402312 mtc Message with id 62 was extracted from the queue of BSCVTY.
04:27:38.402364 mtc Stop timer T: 2 s
04:27:38.402486 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:38.402774 mtc Start timer T: 2 s
04:27:38.402915 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63
04:27:38.403140 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63
04:27:38.403169 mtc Message with id 63 was extracted from the queue of BSCVTY.
04:27:38.403179 mtc Stop timer T: 2 s
04:27:38.403195 mtc Sent on BSCVTY to system charstring : "network"
04:27:38.403221 mtc Start timer T: 2 s
04:27:38.403288 mtc Message enqueued on BSCVTY from system charstring : " network" id 64
04:27:38.403327 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65
04:27:38.403404 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64
04:27:38.403421 mtc Message with id 64 was extracted from the queue of BSCVTY.
04:27:38.403465 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65
04:27:38.403485 mtc Message with id 65 was extracted from the queue of BSCVTY.
04:27:38.403501 mtc Stop timer T: 2 s
04:27:38.403522 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:38.403552 mtc Start timer T: 2 s
04:27:38.403632 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 66
04:27:38.403663 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
04:27:38.403747 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66
04:27:38.403767 mtc Message with id 66 was extracted from the queue of BSCVTY.
04:27:38.403828 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
04:27:38.403847 mtc Message with id 67 was extracted from the queue of BSCVTY.
04:27:38.403863 mtc Stop timer T: 2 s
04:27:38.403890 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:27:38.403923 mtc Start timer T: 2 s
04:27:38.404007 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68
04:27:38.404031 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69
04:27:38.404113 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68
04:27:38.404135 mtc Message with id 68 was extracted from the queue of BSCVTY.
04:27:38.404198 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69
04:27:38.404218 mtc Message with id 69 was extracted from the queue of BSCVTY.
04:27:38.404242 mtc Stop timer T: 2 s
04:27:38.404268 mtc Sent on BSCVTY to system charstring : "end"
04:27:38.404351 mtc Start timer T: 2 s
04:27:38.404380 mtc Message enqueued on BSCVTY from system charstring : " end" id 70
04:27:38.404401 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71
04:27:38.404477 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70
04:27:38.404497 mtc Message with id 70 was extracted from the queue of BSCVTY.
04:27:38.404535 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71
04:27:38.404552 mtc Message with id 71 was extracted from the queue of BSCVTY.
04:27:38.404568 mtc Stop timer T: 2 s
04:27:38.404591 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:38.404624 mtc Start timer T: 2 s
04:27:38.404744 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72
04:27:38.404819 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72
04:27:38.404838 mtc Message with id 72 was extracted from the queue of BSCVTY.
04:27:38.404855 mtc Stop timer T: 2 s
04:27:38.404879 mtc Sent on BSCVTY to system charstring : "network"
04:27:38.404911 mtc Start timer T: 2 s
04:27:38.404969 mtc Message enqueued on BSCVTY from system charstring : " network" id 73
04:27:38.404991 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74
04:27:38.405041 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73
04:27:38.405054 mtc Message with id 73 was extracted from the queue of BSCVTY.
04:27:38.405120 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74
04:27:38.405138 mtc Message with id 74 was extracted from the queue of BSCVTY.
04:27:38.405154 mtc Stop timer T: 2 s
04:27:38.405179 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:38.405208 mtc Start timer T: 2 s
04:27:38.405271 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 75
04:27:38.405296 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
04:27:38.405369 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75
04:27:38.405388 mtc Message with id 75 was extracted from the queue of BSCVTY.
04:27:38.405444 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
04:27:38.405462 mtc Message with id 76 was extracted from the queue of BSCVTY.
04:27:38.405477 mtc Stop timer T: 2 s
04:27:38.405505 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:27:38.405535 mtc Start timer T: 2 s
04:27:38.405619 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 77
04:27:38.405642 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78
04:27:38.405728 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 77
04:27:38.405748 mtc Message with id 77 was extracted from the queue of BSCVTY.
04:27:38.405804 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78
04:27:38.405823 mtc Message with id 78 was extracted from the queue of BSCVTY.
04:27:38.405839 mtc Stop timer T: 2 s
04:27:38.405862 mtc Sent on BSCVTY to system charstring : "end"
04:27:38.405893 mtc Start timer T: 2 s
04:27:38.405947 mtc Message enqueued on BSCVTY from system charstring : " end" id 79
04:27:38.405968 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
04:27:38.406040 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79
04:27:38.406059 mtc Message with id 79 was extracted from the queue of BSCVTY.
04:27:38.406092 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
04:27:38.406108 mtc Message with id 80 was extracted from the queue of BSCVTY.
04:27:38.406124 mtc Stop timer T: 2 s
04:27:38.406145 mtc Sent on BSCVTY to system charstring : "write terminal"
04:27:38.406181 mtc Start timer T: 2 s
04:27:38.406606 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 81
04:27:38.406660 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82
04:27:38.408380 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n  logging filter all 1\n  logging color 1\n  logging print category 0\n  logging timestamp 0\n  logging level all everything\n  logging level rll notice\n  logging level cc notice\n  logging level mm debug\n  logging level rr notice\n  logging level rsl notice\n  logging level nm info\n  logging level mncc notice\n  logging level pag notice\n  logging level meas notice\n  logging level sccp notice\n  logging level msc notice\n  logging level mgcp notice\n  logging level ho notice\n  logging level db notice\n  logging level ref notice\n  logging level gprs debug\n  logging level ns info\n  logging level bssgp debug\n  logging level llc debug\n  logging level sndcp debug\n  logging level nat notice\n  logging level ctrl notice\n  logging level smpp debug\n  logging level filter debug\n  logging level ranap debug\n  logging level sua debug\n  logging level pcu debug\n  logging level lglobal notice\n  logging level llapd notice\n  logging level linp notice\n  logging level lmux notice\n  logging level lmi notice\n  logging level lmib notice\n  logging level lsms notice\n  logging level lctrl notice\n  logging level lgtp notice\n  logging level lstats notice\n  logging level lgsup notice\n  logging level loap notice\n  logging level lss7 notice\n  logging level lsccp notice\n  logging level lsua notice\n  logging level lm3ua notice\n  logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  early-classmark-sending allowed\n  ip.access unit_id 1234 0\n  oml ip.access stream_id 255 line 0\n  neighbor-list mode automatic\n  codec-support fr hr efr amr\n  amr tch-f modes 7\n  amr tch-f start-mode auto\n  gprs mode none\n  no force-combined-si\n  trx 0\n   rf_locked 0\n   arfcn 871\n   nominal power 23\n   max_power_red 20\n   rsl e1 tei 0\n   timeslot 0\n    phys_chan_config CCCH+SDCCH4\n    hopping enabled 0\n   timeslot 1\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 2\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 3\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 4\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 5\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 6\n    phys_chan_config TCH/H\n    hopping enabled 0\n   timeslot 7\n    phys_chan_config PDCH\n    hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 81
04:27:38.408432 mtc Message with id 81 was extracted from the queue of BSCVTY.
04:27:38.408455 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82
04:27:38.408466 mtc Message with id 82 was extracted from the queue of BSCVTY.
04:27:38.408478 mtc Stop timer T: 2 s
04:27:38.408496 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:27:38.408520 mtc Start timer T: 2 s
04:27:38.408681 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83
04:27:38.408734 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83
04:27:38.408755 mtc Message with id 83 was extracted from the queue of BSCVTY.
04:27:38.408772 mtc Stop timer T: 2 s
04:27:38.408789 mtc Start timer T: 1 s
04:27:38.431199 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F1C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 39
04:27:38.431320 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32540, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 39
04:27:38.666843 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F4F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 40
04:27:38.667149 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32591, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 40
04:27:38.902296 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F82010000005506198FB380000000000000000000000000009D04002B'O } id 41
04:27:38.906851 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32642, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 41
04:27:39.137561 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FB50100000059061A00000000000000000000000000000000FF9D0400'O } id 42
04:27:39.137756 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32693, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 42
04:27:39.372797 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FE80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 43
04:27:39.373095 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32744, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 43
04:27:39.408808 mtc Timeout T: 1 s
04:27:39.408903 mtc setverdict(pass): none -> pass
04:27:39.408985 mtc Terminating component type Test.dummy_CT.
04:27:39.409043 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:27:39.409133 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:27:39.409201 mtc Message with id 39 was extracted from the queue of GSMTAP.
04:27:39.409252 mtc Message with id 40 was extracted from the queue of GSMTAP.
04:27:39.409321 mtc Message with id 41 was extracted from the queue of GSMTAP.
04:27:39.409369 mtc Message with id 42 was extracted from the queue of GSMTAP.
04:27:39.409412 mtc Message with id 43 was extracted from the queue of GSMTAP.
04:27:39.409456 mtc Port GSMTAP was stopped.
04:27:39.409499 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:27:39.409613 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:27:39.409678 mtc Port BSCVTY was stopped.
04:27:39.409713 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13_2bis_2ter_2quater.
04:27:39.409780 mtc Waiting for PTCs to finish.
04:27:39.409889 mtc Setting final verdict of the test case.
04:27:39.409939 mtc Local verdict of MTC: pass
04:27:39.409987 mtc No PTCs were created.
04:27:39.410033 mtc Test case TC_si_sched_13_2bis_2ter_2quater finished. Verdict: pass
04:27:39.410195 mtc Executing test case TC_neci in module Test.
04:27:39.410278 mtc Test case TC_neci started.
04:27:39.410318 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_neci.
04:27:39.410433 mtc Port GSMTAP was started.
04:27:39.410491 mtc Port BSCVTY was started.
04:27:39.410514 mtc Component type Test.dummy_CT was initialized.
04:27:39.410552 mtc Random number generator was initialized with seed 60.410550: srand48(1811200861).
04:27:39.410595 mtc Function rnd() returned 0.386730.
04:27:39.410700 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:27:39.410911 mtc Port GSMTAP was mapped to system:GSMTAP.
04:27:39.411059 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:27:39.411142 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:27:39.411273 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:27:39.411813 mtc Port BSCVTY was mapped to system:BSCVTY.
04:27:39.411953 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:27:39.412044 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:27:39.412117 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:27:39.412182 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:27:39.412356 mtc Sent on BSCVTY to system charstring : "enable"
04:27:39.412478 mtc Start timer T: 2 s
04:27:39.412657 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:27:39.412791 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:27:39.412836 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:27:39.412874 mtc Stop timer T: 2 s
04:27:39.412935 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:39.413013 mtc Start timer T: 2 s
04:27:39.413338 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:27:39.413560 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:27:39.413608 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:27:39.413637 mtc Stop timer T: 2 s
04:27:39.413682 mtc Sent on BSCVTY to system charstring : "network"
04:27:39.413759 mtc Start timer T: 2 s
04:27:39.413954 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:27:39.414023 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:27:39.414260 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:27:39.414327 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:27:39.414545 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:27:39.414602 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:27:39.414650 mtc Stop timer T: 2 s
04:27:39.414720 mtc Sent on BSCVTY to system charstring : "neci 0"
04:27:39.414982 mtc Start timer T: 2 s
04:27:39.415109 mtc Message enqueued on BSCVTY from system charstring : " neci 0" id 5
04:27:39.415172 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6
04:27:39.415397 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " neci 0" id 5
04:27:39.415453 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:27:39.415629 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6
04:27:39.415682 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:27:39.415728 mtc Stop timer T: 2 s
04:27:39.415797 mtc Sent on BSCVTY to system charstring : "end"
04:27:39.415890 mtc Start timer T: 2 s
04:27:39.416063 mtc Message enqueued on BSCVTY from system charstring : " end" id 7
04:27:39.416175 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 8
04:27:39.416479 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 7
04:27:39.416538 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:27:39.416683 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 8
04:27:39.416738 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:27:39.416774 mtc Stop timer T: 2 s
04:27:39.416840 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:27:39.417000 mtc Start timer T: 2 s
04:27:39.417228 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 9
04:27:39.417272 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 9
04:27:39.417287 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:27:39.417300 mtc Stop timer T: 2 s
04:27:39.417314 mtc Start timer T: 1 s
04:27:39.608276 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000801B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1
04:27:39.608628 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32795, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:27:39.843756 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000804E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:27:39.844144 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32846, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:27:40.079019 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080810100000059061A00000000000000000000000000000000FF9D0400'O } id 3
04:27:40.079383 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32897, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
04:27:40.314431 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080B40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 4
04:27:40.314770 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32948, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 4
04:27:40.417335 mtc Timeout T: 1 s
04:27:40.417520 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:27:40.417575 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:27:40.417608 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:27:40.417645 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:27:40.417680 mtc Port GSMTAP was cleared.
04:27:40.417715 mtc Start timer T: 10 s
04:27:40.549857 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080E70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5
04:27:40.550202 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32999, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:27:40.550452 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32999, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:27:40.550625 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:27:40.784988 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000811A010000005506198FB380000000000000000000000000009D04002B'O } id 6
04:27:40.785270 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33050, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:27:40.785463 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33050, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:27:40.785558 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:27:41.020565 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000814D0100000059061A00000000000000000000000000000000FF9D0400'O } id 7
04:27:41.020959 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33101, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:27:41.021181 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33101, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:27:41.021306 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:27:41.255551 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081800100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 8
04:27:41.255645 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33152, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 8
04:27:41.255694 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33152, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 8
04:27:41.255720 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:27:41.255832 mtc setverdict(pass): none -> pass
04:27:41.255873 mtc Terminating component type Test.dummy_CT.
04:27:41.255895 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:27:41.255931 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:27:41.255950 mtc Port GSMTAP was stopped.
04:27:41.255961 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:27:41.255996 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:27:41.256009 mtc Port BSCVTY was stopped.
04:27:41.256017 mtc Component type Test.dummy_CT was shut down inside testcase TC_neci.
04:27:41.256028 mtc Waiting for PTCs to finish.
04:27:41.256175 mtc Setting final verdict of the test case.
04:27:41.256186 mtc Local verdict of MTC: pass
04:27:41.256195 mtc No PTCs were created.
04:27:41.256204 mtc Test case TC_neci finished. Verdict: pass
04:27:41.256234 mtc Executing test case TC_cell_resel_hyst in module Test.
04:27:41.256252 mtc Test case TC_cell_resel_hyst started.
04:27:41.256261 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cell_resel_hyst.
04:27:41.256288 mtc Port GSMTAP was started.
04:27:41.256301 mtc Port BSCVTY was started.
04:27:41.256309 mtc Component type Test.dummy_CT was initialized.
04:27:41.256317 mtc Function rnd() returned 0.240418.
04:27:41.256348 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:27:41.256398 mtc Port GSMTAP was mapped to system:GSMTAP.
04:27:41.256426 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:27:41.256442 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:27:41.256474 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:27:41.256614 mtc Port BSCVTY was mapped to system:BSCVTY.
04:27:41.256652 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:27:41.256674 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:27:41.256690 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:27:41.256702 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:27:41.256744 mtc Sent on BSCVTY to system charstring : "enable"
04:27:41.256770 mtc Start timer T: 2 s
04:27:41.256834 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:27:41.256868 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:27:41.256882 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:27:41.256893 mtc Stop timer T: 2 s
04:27:41.256908 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:41.256933 mtc Start timer T: 2 s
04:27:41.257075 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:27:41.257195 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:27:41.257210 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:27:41.257218 mtc Stop timer T: 2 s
04:27:41.257248 mtc Sent on BSCVTY to system charstring : "network"
04:27:41.257272 mtc Start timer T: 2 s
04:27:41.257332 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:27:41.257360 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:27:41.257424 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:27:41.257442 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:27:41.257488 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:27:41.257503 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:27:41.257513 mtc Stop timer T: 2 s
04:27:41.257528 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:41.257548 mtc Start timer T: 2 s
04:27:41.257667 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:27:41.257692 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:27:41.257751 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:27:41.257765 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:27:41.257807 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:27:41.257821 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:27:41.257832 mtc Stop timer T: 2 s
04:27:41.257855 mtc Sent on BSCVTY to system charstring : "cell reselection hysteresis 2"
04:27:41.257881 mtc Start timer T: 2 s
04:27:41.257979 mtc Message enqueued on BSCVTY from system charstring : " cell reselection hysteresis 2" id 7
04:27:41.257998 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:27:41.258047 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell reselection hysteresis 2" id 7
04:27:41.258062 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:27:41.258106 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:27:41.258119 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:27:41.258130 mtc Stop timer T: 2 s
04:27:41.258146 mtc Sent on BSCVTY to system charstring : "end"
04:27:41.258171 mtc Start timer T: 2 s
04:27:41.258230 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:27:41.258246 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:27:41.258302 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:27:41.258316 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:27:41.258342 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:27:41.258354 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:27:41.258365 mtc Stop timer T: 2 s
04:27:41.258397 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:27:41.258424 mtc Start timer T: 2 s
04:27:41.258550 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:27:41.258587 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:27:41.258602 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:27:41.258615 mtc Stop timer T: 2 s
04:27:41.258628 mtc Start timer T: 1 s
04:27:41.491236 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081B30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1
04:27:41.491469 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33203, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:27:41.726347 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081E6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:27:41.726544 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33254, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:27:41.961853 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082190100000059061A00000000000000000000000000000000FF9D0400'O } id 3
04:27:41.962228 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33305, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
04:27:42.197061 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000824C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 4
04:27:42.197160 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33356, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 4
04:27:42.258646 mtc Timeout T: 1 s
04:27:42.258772 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:27:42.258808 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:27:42.258832 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:27:42.258858 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:27:42.258883 mtc Port GSMTAP was cleared.
04:27:42.258912 mtc Start timer T: 10 s
04:27:42.432785 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000827F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5
04:27:42.433143 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33407, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:27:42.433411 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33407, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:27:42.433549 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:27:42.668157 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082B2010000005506198FB380000000000000000000000000009D04002B'O } id 6
04:27:42.668470 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33458, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:27:42.668744 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33458, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:27:42.668854 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:27:42.903485 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082E50100000059061A00000000000000000000000000000000FF9D0400'O } id 7
04:27:42.903823 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33509, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:27:42.904028 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33509, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:27:42.904168 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:27:43.138855 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083180100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 8
04:27:43.139190 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33560, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 8
04:27:43.139488 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33560, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 8
04:27:43.139610 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:27:43.139963 mtc setverdict(pass): none -> pass
04:27:43.140045 mtc Terminating component type Test.dummy_CT.
04:27:43.140098 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:27:43.140185 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:27:43.140239 mtc Port GSMTAP was stopped.
04:27:43.140275 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:27:43.140389 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:27:43.140452 mtc Port BSCVTY was stopped.
04:27:43.140498 mtc Component type Test.dummy_CT was shut down inside testcase TC_cell_resel_hyst.
04:27:43.140553 mtc Waiting for PTCs to finish.
04:27:43.140953 mtc Setting final verdict of the test case.
04:27:43.141073 mtc Local verdict of MTC: pass
04:27:43.141141 mtc No PTCs were created.
04:27:43.141204 mtc Test case TC_cell_resel_hyst finished. Verdict: pass
04:27:43.141361 mtc Executing test case TC_rxlev_acc_min in module Test.
04:27:43.141453 mtc Test case TC_rxlev_acc_min started.
04:27:43.141506 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rxlev_acc_min.
04:27:43.141948 mtc Port GSMTAP was started.
04:27:43.142136 mtc Port BSCVTY was started.
04:27:43.142203 mtc Component type Test.dummy_CT was initialized.
04:27:43.142265 mtc Function rnd() returned 0.776512.
04:27:43.142484 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:27:43.142642 mtc Port GSMTAP was mapped to system:GSMTAP.
04:27:43.142783 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:27:43.142882 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:27:43.143010 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:27:43.143535 mtc Port BSCVTY was mapped to system:BSCVTY.
04:27:43.143707 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:27:43.143805 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:27:43.143880 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:27:43.143953 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:27:43.144127 mtc Sent on BSCVTY to system charstring : "enable"
04:27:43.144260 mtc Start timer T: 2 s
04:27:43.144454 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:27:43.144613 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:27:43.144680 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:27:43.144737 mtc Stop timer T: 2 s
04:27:43.144811 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:43.144923 mtc Start timer T: 2 s
04:27:43.145298 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:27:43.145562 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:27:43.145615 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:27:43.145646 mtc Stop timer T: 2 s
04:27:43.145699 mtc Sent on BSCVTY to system charstring : "network"
04:27:43.145780 mtc Start timer T: 2 s
04:27:43.146040 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:27:43.146117 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:27:43.146201 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:27:43.146228 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:27:43.146290 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:27:43.146310 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:27:43.146326 mtc Stop timer T: 2 s
04:27:43.146353 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:43.146457 mtc Start timer T: 2 s
04:27:43.146503 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:27:43.146526 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:27:43.146611 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:27:43.146631 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:27:43.146693 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:27:43.146712 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:27:43.146728 mtc Stop timer T: 2 s
04:27:43.146757 mtc Sent on BSCVTY to system charstring : "rxlev access min 48"
04:27:43.146790 mtc Start timer T: 2 s
04:27:43.146915 mtc Message enqueued on BSCVTY from system charstring : " rxlev access min 48" id 7
04:27:43.146942 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:27:43.147003 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rxlev access min 48" id 7
04:27:43.147018 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:27:43.147074 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:27:43.147093 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:27:43.147110 mtc Stop timer T: 2 s
04:27:43.147135 mtc Sent on BSCVTY to system charstring : "end"
04:27:43.147168 mtc Start timer T: 2 s
04:27:43.147243 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:27:43.147264 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:27:43.147337 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:27:43.147357 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:27:43.147394 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:27:43.147412 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:27:43.147428 mtc Stop timer T: 2 s
04:27:43.147454 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:27:43.147487 mtc Start timer T: 2 s
04:27:43.147678 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:27:43.147730 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:27:43.147745 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:27:43.147757 mtc Stop timer T: 2 s
04:27:43.147769 mtc Start timer T: 1 s
04:27:43.373892 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000834B0100000031061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O } id 1
04:27:43.374043 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33611, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:27:43.609256 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000837E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:27:43.609393 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33662, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:27:43.844661 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083B10100000059061A00000000000000000000000000000000FF9D0400'O } id 3
04:27:43.844783 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33713, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
04:27:44.080046 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083E40100000049061B51E062F224334F110101103D309D0400392B2B2B'O } id 4
04:27:44.080197 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33764, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D309D0400392B2B2B'O } } id 4
04:27:44.147784 mtc Timeout T: 1 s
04:27:44.147848 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:27:44.147864 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:27:44.147891 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:27:44.147902 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:27:44.147913 mtc Port GSMTAP was cleared.
04:27:44.147925 mtc Start timer T: 10 s
04:27:44.315482 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084170100000031061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O } id 5
04:27:44.315607 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33815, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:27:44.315696 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33815, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:27:44.315746 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:27:44.550736 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000844A010000005506198FB380000000000000000000000000009D04002B'O } id 6
04:27:44.550863 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33866, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:27:44.550963 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33866, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:27:44.550985 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:27:44.786051 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000847D0100000059061A00000000000000000000000000000000FF9D0400'O } id 7
04:27:44.786187 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33917, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:27:44.786291 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33917, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:27:44.786315 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:27:45.021451 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084B00100000049061B51E062F224334F110101103D309D0400392B2B2B'O } id 8
04:27:45.021574 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33968, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D309D0400392B2B2B'O } } id 8
04:27:45.021687 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33968, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D309D0400392B2B2B'O } } id 8
04:27:45.021712 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:27:45.021817 mtc setverdict(pass): none -> pass
04:27:45.021844 mtc Terminating component type Test.dummy_CT.
04:27:45.021861 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:27:45.021893 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:27:45.021911 mtc Port GSMTAP was stopped.
04:27:45.021924 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:27:45.021967 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:27:45.021985 mtc Port BSCVTY was stopped.
04:27:45.021996 mtc Component type Test.dummy_CT was shut down inside testcase TC_rxlev_acc_min.
04:27:45.022010 mtc Waiting for PTCs to finish.
04:27:45.022052 mtc Setting final verdict of the test case.
04:27:45.022075 mtc Local verdict of MTC: pass
04:27:45.022089 mtc No PTCs were created.
04:27:45.022100 mtc Test case TC_rxlev_acc_min finished. Verdict: pass
04:27:45.022131 mtc Executing test case TC_cellid in module Test.
04:27:45.022152 mtc Test case TC_cellid started.
04:27:45.022162 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cellid.
04:27:45.022191 mtc Port GSMTAP was started.
04:27:45.022204 mtc Port BSCVTY was started.
04:27:45.022210 mtc Component type Test.dummy_CT was initialized.
04:27:45.022217 mtc Function rnd() returned 0.291424.
04:27:45.022245 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:27:45.022294 mtc Port GSMTAP was mapped to system:GSMTAP.
04:27:45.022336 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:27:45.022357 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:27:45.022405 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:27:45.022532 mtc Port BSCVTY was mapped to system:BSCVTY.
04:27:45.022561 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:27:45.022586 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:27:45.022604 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:27:45.022618 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:27:45.022661 mtc Sent on BSCVTY to system charstring : "enable"
04:27:45.022692 mtc Start timer T: 2 s
04:27:45.022758 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:27:45.022795 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:27:45.022810 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:27:45.022823 mtc Stop timer T: 2 s
04:27:45.022838 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:45.022862 mtc Start timer T: 2 s
04:27:45.022977 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:27:45.023045 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:27:45.023061 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:27:45.023074 mtc Stop timer T: 2 s
04:27:45.023092 mtc Sent on BSCVTY to system charstring : "network"
04:27:45.023169 mtc Start timer T: 2 s
04:27:45.023208 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:27:45.023223 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:27:45.023262 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:27:45.023276 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:27:45.023302 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:27:45.023310 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:27:45.023317 mtc Stop timer T: 2 s
04:27:45.023328 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:45.023346 mtc Start timer T: 2 s
04:27:45.023404 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:27:45.023429 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:27:45.023489 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:27:45.023504 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:27:45.023540 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:27:45.023553 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:27:45.023561 mtc Stop timer T: 2 s
04:27:45.023574 mtc Sent on BSCVTY to system charstring : "cell_identity 19098"
04:27:45.023596 mtc Start timer T: 2 s
04:27:45.023691 mtc Message enqueued on BSCVTY from system charstring : " cell_identity 19098" id 7
04:27:45.023709 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:27:45.023769 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell_identity 19098" id 7
04:27:45.023783 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:27:45.023825 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:27:45.023838 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:27:45.023849 mtc Stop timer T: 2 s
04:27:45.023866 mtc Sent on BSCVTY to system charstring : "end"
04:27:45.023889 mtc Start timer T: 2 s
04:27:45.023944 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:27:45.023960 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:27:45.024003 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:27:45.024017 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:27:45.024043 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:27:45.024056 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:27:45.024067 mtc Stop timer T: 2 s
04:27:45.024085 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:27:45.024108 mtc Start timer T: 2 s
04:27:45.024243 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:27:45.024281 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:27:45.024297 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:27:45.024310 mtc Stop timer T: 2 s
04:27:45.024318 mtc Start timer T: 1 s
04:27:45.256808 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084E30100000031061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O } id 1
04:27:45.256912 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34019, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:27:45.492173 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008516010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:27:45.492285 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34070, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:27:45.727492 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085490100000059061A00000000000000000000000000000000FF9D0400'O } id 3
04:27:45.727591 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34121, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
04:27:45.962883 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000857C0100000049061B4A9A62F224334F110101103D309D0400392B2B2B'O } id 4
04:27:45.963044 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34172, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224334F110101103D309D0400392B2B2B'O } } id 4
04:27:46.024330 mtc Timeout T: 1 s
04:27:46.024395 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:27:46.024411 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:27:46.024418 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:27:46.024425 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:27:46.024432 mtc Port GSMTAP was cleared.
04:27:46.024441 mtc Start timer T: 10 s
04:27:46.198292 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085AF0100000031061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O } id 5
04:27:46.198490 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34223, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:27:46.198608 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34223, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D309D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:27:46.198678 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:27:46.433608 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085E2010000005506198FB380000000000000000000000000009D04002B'O } id 6
04:27:46.433753 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34274, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:27:46.433842 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34274, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:27:46.433868 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:27:46.668968 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086150100000059061A00000000000000000000000000000000FF9D0400'O } id 7
04:27:46.669117 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34325, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:27:46.669206 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34325, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:27:46.669230 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:27:46.904385 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086480100000049061B4A9A62F224334F110101103D309D0400392B2B2B'O } id 8
04:27:46.904525 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34376, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224334F110101103D309D0400392B2B2B'O } } id 8
04:27:46.904598 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34376, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224334F110101103D309D0400392B2B2B'O } } id 8
04:27:46.904622 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:27:46.904720 mtc setverdict(pass): none -> pass
04:27:46.904744 mtc Terminating component type Test.dummy_CT.
04:27:46.904762 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:27:46.904789 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:27:46.904810 mtc Port GSMTAP was stopped.
04:27:46.904820 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:27:46.904853 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:27:46.904870 mtc Port BSCVTY was stopped.
04:27:46.904880 mtc Component type Test.dummy_CT was shut down inside testcase TC_cellid.
04:27:46.904894 mtc Waiting for PTCs to finish.
04:27:46.904925 mtc Setting final verdict of the test case.
04:27:46.904935 mtc Local verdict of MTC: pass
04:27:46.904947 mtc No PTCs were created.
04:27:46.904958 mtc Test case TC_cellid finished. Verdict: pass
04:27:46.904996 mtc Executing test case TC_lac in module Test.
04:27:46.905022 mtc Test case TC_lac started.
04:27:46.905034 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_lac.
04:27:46.905068 mtc Port GSMTAP was started.
04:27:46.905080 mtc Port BSCVTY was started.
04:27:46.905088 mtc Component type Test.dummy_CT was initialized.
04:27:46.905102 mtc Function rnd() returned 0.637048.
04:27:46.905147 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:27:46.905176 mtc Port GSMTAP was mapped to system:GSMTAP.
04:27:46.905198 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:27:46.905214 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:27:46.905247 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:27:46.905379 mtc Port BSCVTY was mapped to system:BSCVTY.
04:27:46.905408 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:27:46.905434 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:27:46.905449 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:27:46.905463 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:27:46.905506 mtc Sent on BSCVTY to system charstring : "enable"
04:27:46.905535 mtc Start timer T: 2 s
04:27:46.905615 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:27:46.905646 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:27:46.905664 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:27:46.905677 mtc Stop timer T: 2 s
04:27:46.905692 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:46.905772 mtc Start timer T: 2 s
04:27:46.905829 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:27:46.905888 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:27:46.905902 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:27:46.905915 mtc Stop timer T: 2 s
04:27:46.905933 mtc Sent on BSCVTY to system charstring : "network"
04:27:46.905955 mtc Start timer T: 2 s
04:27:46.906009 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:27:46.906026 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:27:46.906090 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:27:46.906111 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:27:46.906155 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:27:46.906168 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:27:46.906179 mtc Stop timer T: 2 s
04:27:46.906200 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:46.906226 mtc Start timer T: 2 s
04:27:46.906297 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:27:46.906318 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:27:46.906386 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:27:46.906404 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:27:46.906450 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:27:46.906461 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:27:46.906468 mtc Stop timer T: 2 s
04:27:46.906492 mtc Sent on BSCVTY to system charstring : "location_area_code 41748"
04:27:46.906517 mtc Start timer T: 2 s
04:27:46.906619 mtc Message enqueued on BSCVTY from system charstring : " location_area_code 41748" id 7
04:27:46.906648 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:27:46.906697 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " location_area_code 41748" id 7
04:27:46.906712 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:27:46.906762 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:27:46.906780 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:27:46.906793 mtc Stop timer T: 2 s
04:27:46.906813 mtc Sent on BSCVTY to system charstring : "end"
04:27:46.906836 mtc Start timer T: 2 s
04:27:46.906918 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:27:46.906936 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:27:46.906992 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:27:46.907008 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:27:46.907035 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:27:46.907049 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:27:46.907063 mtc Stop timer T: 2 s
04:27:46.907079 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:27:46.907100 mtc Start timer T: 2 s
04:27:46.907350 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:27:46.907394 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:27:46.907407 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:27:46.907414 mtc Stop timer T: 2 s
04:27:46.907421 mtc Start timer T: 1 s
04:27:47.139719 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000867B0100000031061C62F224A3143D309D04002B2B2B2B2B2B2B2B2B2B'O } id 1
04:27:47.139848 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34427, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D309D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:27:47.375121 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:27:47.375230 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34478, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:27:47.610474 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086E10100000059061A00000000000000000000000000000000FF9D0400'O } id 3
04:27:47.610582 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34529, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
04:27:47.845828 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087140100000049061B4A9A62F224A314110101103D309D0400392B2B2B'O } id 4
04:27:47.845981 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34580, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D309D0400392B2B2B'O } } id 4
04:27:47.907431 mtc Timeout T: 1 s
04:27:47.907496 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:27:47.907515 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:27:47.907527 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:27:47.907539 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:27:47.907550 mtc Port GSMTAP was cleared.
04:27:47.907563 mtc Start timer T: 10 s
04:27:48.081160 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087470100000031061C62F224A3143D309D04002B2B2B2B2B2B2B2B2B2B'O } id 5
04:27:48.081293 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34631, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D309D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:27:48.081347 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34631, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D309D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:27:48.081387 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:27:48.316563 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000877A010000005506198FB380000000000000000000000000009D04002B'O } id 6
04:27:48.316718 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34682, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:27:48.316829 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34682, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:27:48.316867 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:27:48.551894 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087AD0100000059061A00000000000000000000000000000000FF9D0400'O } id 7
04:27:48.551990 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34733, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:27:48.552050 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34733, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:27:48.552069 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:27:48.787290 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087E00100000049061B4A9A62F224A314110101103D309D0400392B2B2B'O } id 8
04:27:48.787410 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34784, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D309D0400392B2B2B'O } } id 8
04:27:48.787469 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34784, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D309D0400392B2B2B'O } } id 8
04:27:48.787486 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:27:48.787573 mtc setverdict(pass): none -> pass
04:27:48.787605 mtc Terminating component type Test.dummy_CT.
04:27:48.787623 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:27:48.787652 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:27:48.787667 mtc Port GSMTAP was stopped.
04:27:48.787682 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:27:48.787775 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:27:48.787793 mtc Port BSCVTY was stopped.
04:27:48.787805 mtc Component type Test.dummy_CT was shut down inside testcase TC_lac.
04:27:48.787818 mtc Waiting for PTCs to finish.
04:27:48.787854 mtc Setting final verdict of the test case.
04:27:48.787880 mtc Local verdict of MTC: pass
04:27:48.787893 mtc No PTCs were created.
04:27:48.787905 mtc Test case TC_lac finished. Verdict: pass
04:27:48.787938 mtc Executing test case TC_rach_tx_int in module Test.
04:27:48.787961 mtc Test case TC_rach_tx_int started.
04:27:48.787973 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_tx_int.
04:27:48.788001 mtc Port GSMTAP was started.
04:27:48.788014 mtc Port BSCVTY was started.
04:27:48.788020 mtc Component type Test.dummy_CT was initialized.
04:27:48.788027 mtc Function rnd() returned 0.847459.
04:27:48.788064 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:27:48.788120 mtc Port GSMTAP was mapped to system:GSMTAP.
04:27:48.788150 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:27:48.788167 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:27:48.788205 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:27:48.788331 mtc Port BSCVTY was mapped to system:BSCVTY.
04:27:48.788366 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:27:48.788391 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:27:48.788409 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:27:48.788426 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:27:48.788467 mtc Sent on BSCVTY to system charstring : "enable"
04:27:48.788491 mtc Start timer T: 2 s
04:27:48.788571 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:27:48.788608 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:27:48.788619 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:27:48.788630 mtc Stop timer T: 2 s
04:27:48.788646 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:48.788671 mtc Start timer T: 2 s
04:27:48.788781 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:27:48.788847 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:27:48.788859 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:27:48.788867 mtc Stop timer T: 2 s
04:27:48.788882 mtc Sent on BSCVTY to system charstring : "network"
04:27:48.788948 mtc Start timer T: 2 s
04:27:48.788988 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:27:48.789006 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:27:48.789067 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:27:48.789083 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:27:48.789126 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:27:48.789138 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:27:48.789149 mtc Stop timer T: 2 s
04:27:48.789166 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:48.789189 mtc Start timer T: 2 s
04:27:48.789245 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:27:48.789262 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:27:48.789316 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:27:48.789329 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:27:48.789372 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:27:48.789385 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:27:48.789395 mtc Stop timer T: 2 s
04:27:48.789414 mtc Sent on BSCVTY to system charstring : "rach tx integer 12"
04:27:48.789435 mtc Start timer T: 2 s
04:27:48.789523 mtc Message enqueued on BSCVTY from system charstring : " rach tx integer 12" id 7
04:27:48.789539 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:27:48.789594 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach tx integer 12" id 7
04:27:48.789605 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:27:48.789632 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:27:48.789640 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:27:48.789646 mtc Stop timer T: 2 s
04:27:48.789655 mtc Sent on BSCVTY to system charstring : "end"
04:27:48.789673 mtc Start timer T: 2 s
04:27:48.789734 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:27:48.789751 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:27:48.789806 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:27:48.789819 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:27:48.789845 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:27:48.789857 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:27:48.789868 mtc Stop timer T: 2 s
04:27:48.789886 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:27:48.789908 mtc Start timer T: 2 s
04:27:48.790139 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:27:48.790177 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:27:48.790192 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:27:48.790204 mtc Stop timer T: 2 s
04:27:48.790217 mtc Start timer T: 1 s
04:27:49.022668 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088130100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 1
04:27:49.022798 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34835, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:27:49.258019 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008846010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:27:49.258136 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34886, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:27:49.493415 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088790100000059061A00000000000000000000000000000000FFB10400'O } id 3
04:27:49.493522 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34937, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 3
04:27:49.728777 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088AC0100000049061B4A9A62F224A314110101103D30B10400392B2B2B'O } id 4
04:27:49.728923 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34988, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O } } id 4
04:27:49.790228 mtc Timeout T: 1 s
04:27:49.790295 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:27:49.790309 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:27:49.790319 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:27:49.790327 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:27:49.790334 mtc Port GSMTAP was cleared.
04:27:49.790346 mtc Start timer T: 10 s
04:27:49.964145 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088DF0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 5
04:27:49.964305 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35039, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:27:49.964396 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35039, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:27:49.964442 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:27:50.199499 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008912010000005506198FB38000000000000000000000000000B104002B'O } id 6
04:27:50.199652 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35090, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O } } id 6
04:27:50.199742 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35090, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O } } id 6
04:27:50.199774 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:27:50.434844 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089450100000059061A00000000000000000000000000000000FFB10400'O } id 7
04:27:50.435002 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35141, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
04:27:50.435105 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35141, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
04:27:50.435139 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:27:50.670232 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089780100000049061B4A9A62F224A314110101103D30B10400392B2B2B'O } id 8
04:27:50.670359 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35192, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O } } id 8
04:27:50.670460 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35192, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O } } id 8
04:27:50.670489 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:27:50.670597 mtc setverdict(pass): none -> pass
04:27:50.670627 mtc Terminating component type Test.dummy_CT.
04:27:50.670646 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:27:50.670680 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:27:50.670700 mtc Port GSMTAP was stopped.
04:27:50.670719 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:27:50.670770 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:27:50.670793 mtc Port BSCVTY was stopped.
04:27:50.670807 mtc Component type Test.dummy_CT was shut down inside testcase TC_rach_tx_int.
04:27:50.670825 mtc Waiting for PTCs to finish.
04:27:50.670862 mtc Setting final verdict of the test case.
04:27:50.670880 mtc Local verdict of MTC: pass
04:27:50.670894 mtc No PTCs were created.
04:27:50.670906 mtc Test case TC_rach_tx_int finished. Verdict: pass
04:27:50.670969 mtc Executing test case TC_rach_max_tx in module Test.
04:27:50.670998 mtc Test case TC_rach_max_tx started.
04:27:50.671013 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_max_tx.
04:27:50.671051 mtc Port GSMTAP was started.
04:27:50.671076 mtc Port BSCVTY was started.
04:27:50.671089 mtc Component type Test.dummy_CT was initialized.
04:27:50.671103 mtc Function rnd() returned 0.673641.
04:27:50.671147 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:27:50.671187 mtc Port GSMTAP was mapped to system:GSMTAP.
04:27:50.671220 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:27:50.671241 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:27:50.671278 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:27:50.671435 mtc Port BSCVTY was mapped to system:BSCVTY.
04:27:50.671493 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:27:50.671532 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:27:50.671558 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:27:50.671573 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:27:50.671613 mtc Sent on BSCVTY to system charstring : "enable"
04:27:50.671645 mtc Start timer T: 2 s
04:27:50.671710 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:27:50.671752 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:27:50.671769 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:27:50.671781 mtc Stop timer T: 2 s
04:27:50.671795 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:50.671815 mtc Start timer T: 2 s
04:27:50.671946 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:27:50.672037 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:27:50.672058 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:27:50.672077 mtc Stop timer T: 2 s
04:27:50.672098 mtc Sent on BSCVTY to system charstring : "network"
04:27:50.672128 mtc Start timer T: 2 s
04:27:50.672229 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:27:50.672250 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:27:50.672323 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:27:50.672341 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:27:50.672390 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:27:50.672406 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:27:50.672419 mtc Stop timer T: 2 s
04:27:50.672439 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:50.672468 mtc Start timer T: 2 s
04:27:50.672551 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:27:50.672583 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:27:50.672661 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:27:50.672682 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:27:50.672738 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:27:50.672755 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:27:50.672767 mtc Stop timer T: 2 s
04:27:50.672793 mtc Sent on BSCVTY to system charstring : "rach max transmission 4"
04:27:50.672961 mtc Start timer T: 2 s
04:27:50.673006 mtc Message enqueued on BSCVTY from system charstring : " rach max transmission 4" id 7
04:27:50.673026 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:27:50.673112 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach max transmission 4" id 7
04:27:50.673125 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:27:50.673155 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:27:50.673164 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:27:50.673171 mtc Stop timer T: 2 s
04:27:50.673184 mtc Sent on BSCVTY to system charstring : "end"
04:27:50.673204 mtc Start timer T: 2 s
04:27:50.673305 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:27:50.673337 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:27:50.673407 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:27:50.673426 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:27:50.673456 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:27:50.673472 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:27:50.673486 mtc Stop timer T: 2 s
04:27:50.673508 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:27:50.673536 mtc Start timer T: 2 s
04:27:50.673847 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:27:50.673897 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:27:50.673916 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:27:50.673930 mtc Stop timer T: 2 s
04:27:50.673945 mtc Start timer T: 1 s
04:27:50.905583 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089AB0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 1
04:27:50.905689 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35243, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:27:51.140940 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:27:51.141047 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35294, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:27:51.376320 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A110100000059061A00000000000000000000000000000000FFB10400'O } id 3
04:27:51.376436 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35345, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 3
04:27:51.611679 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A440100000049061B4A9A62F224A314110101103D30B10400392B2B2B'O } id 4
04:27:51.611800 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35396, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O } } id 4
04:27:51.673962 mtc Timeout T: 1 s
04:27:51.674035 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:27:51.674052 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:27:51.674065 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:27:51.674074 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:27:51.674086 mtc Port GSMTAP was cleared.
04:27:51.674099 mtc Start timer T: 10 s
04:27:51.847019 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A770100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 5
04:27:51.847160 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35447, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:27:51.847235 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35447, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:27:51.847272 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:27:52.082439 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008AAA010000005506198FB38000000000000000000000000000B104002B'O } id 6
04:27:52.082573 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35498, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O } } id 6
04:27:52.082666 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35498, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O } } id 6
04:27:52.082710 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:27:52.317820 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008ADD0100000059061A00000000000000000000000000000000FFB10400'O } id 7
04:27:52.317980 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35549, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
04:27:52.318071 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35549, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
04:27:52.318105 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:27:52.553145 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B100100000049061B4A9A62F224A314110101103D30B10400392B2B2B'O } id 8
04:27:52.553323 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35600, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O } } id 8
04:27:52.553430 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35600, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O } } id 8
04:27:52.553461 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:27:52.553595 mtc setverdict(pass): none -> pass
04:27:52.553635 mtc Terminating component type Test.dummy_CT.
04:27:52.553660 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:27:52.553702 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:27:52.553720 mtc Port GSMTAP was stopped.
04:27:52.553732 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:27:52.553777 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:27:52.553795 mtc Port BSCVTY was stopped.
04:27:52.553805 mtc Component type Test.dummy_CT was shut down inside testcase TC_rach_max_tx.
04:27:52.553819 mtc Waiting for PTCs to finish.
04:27:52.553900 mtc Setting final verdict of the test case.
04:27:52.553927 mtc Local verdict of MTC: pass
04:27:52.553955 mtc No PTCs were created.
04:27:52.553974 mtc Test case TC_rach_max_tx finished. Verdict: pass
04:27:52.554023 mtc Executing test case TC_attach in module Test.
04:27:52.554054 mtc Test case TC_attach started.
04:27:52.554073 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_attach.
04:27:52.554118 mtc Port GSMTAP was started.
04:27:52.554141 mtc Port BSCVTY was started.
04:27:52.554157 mtc Component type Test.dummy_CT was initialized.
04:27:52.554176 mtc Function rnd() returned 0.127981.
04:27:52.554226 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:27:52.554270 mtc Port GSMTAP was mapped to system:GSMTAP.
04:27:52.554309 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:27:52.554334 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:27:52.554417 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:27:52.554602 mtc Port BSCVTY was mapped to system:BSCVTY.
04:27:52.554650 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:27:52.554682 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:27:52.554707 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:27:52.554730 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:27:52.554794 mtc Sent on BSCVTY to system charstring : "enable"
04:27:52.554941 mtc Start timer T: 2 s
04:27:52.554984 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:27:52.555041 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:27:52.555065 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:27:52.555085 mtc Stop timer T: 2 s
04:27:52.555110 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:52.555148 mtc Start timer T: 2 s
04:27:52.555292 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:27:52.555376 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:27:52.555395 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:27:52.555409 mtc Stop timer T: 2 s
04:27:52.555429 mtc Sent on BSCVTY to system charstring : "network"
04:27:52.555460 mtc Start timer T: 2 s
04:27:52.555542 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:27:52.555577 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:27:52.555671 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:27:52.555694 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:27:52.555767 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:27:52.555789 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:27:52.555808 mtc Stop timer T: 2 s
04:27:52.555837 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:52.555874 mtc Start timer T: 2 s
04:27:52.555957 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:27:52.555986 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:27:52.556081 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:27:52.556104 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:27:52.556172 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:27:52.556188 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:27:52.556199 mtc Stop timer T: 2 s
04:27:52.556220 mtc Sent on BSCVTY to system charstring : "channel-descrption attach 0"
04:27:52.556250 mtc Start timer T: 2 s
04:27:52.556380 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption attach 0" id 7
04:27:52.556409 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:27:52.556510 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption attach 0" id 7
04:27:52.556529 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:27:52.556572 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:27:52.556586 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:27:52.556596 mtc Stop timer T: 2 s
04:27:52.556613 mtc Sent on BSCVTY to system charstring : "end"
04:27:52.556643 mtc Start timer T: 2 s
04:27:52.556747 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:27:52.556790 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:27:52.556941 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:27:52.556966 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:27:52.557029 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:27:52.557052 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:27:52.557072 mtc Stop timer T: 2 s
04:27:52.557121 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:27:52.557168 mtc Start timer T: 2 s
04:27:52.557365 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:27:52.557430 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:27:52.557461 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:27:52.557486 mtc Stop timer T: 2 s
04:27:52.557507 mtc Start timer T: 1 s
04:27:52.788483 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B430100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 1
04:27:52.788596 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35651, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:27:53.023845 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B76010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:27:53.023981 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35702, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:27:53.259229 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BA90100000059061A00000000000000000000000000000000FFB10400'O } id 3
04:27:53.259370 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35753, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 3
04:27:53.494560 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BDC0100000049061B4A9A62F224A314110101103D30B10400392B2B2B'O } id 4
04:27:53.494681 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35804, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O } } id 4
04:27:53.557527 mtc Timeout T: 1 s
04:27:53.557593 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:27:53.557613 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:27:53.557626 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:27:53.557638 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:27:53.557650 mtc Port GSMTAP was cleared.
04:27:53.557662 mtc Start timer T: 10 s
04:27:53.729976 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C0F0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 5
04:27:53.730102 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35855, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:27:53.730189 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35855, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:27:53.730218 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:27:53.965333 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C42010000005506198FB38000000000000000000000000000B104002B'O } id 6
04:27:53.965487 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35906, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O } } id 6
04:27:53.965566 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35906, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O } } id 6
04:27:53.965591 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:27:54.201208 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C750100000059061A00000000000000000000000000000000FFB10400'O } id 7
04:27:54.201547 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35957, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
04:27:54.201798 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35957, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
04:27:54.201914 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:27:54.436394 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008CA80100000049061B4A9A62F224A314110101103D30B10400392B2B2B'O } id 8
04:27:54.436683 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36008, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O } } id 8
04:27:54.436935 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36008, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O } } id 8
04:27:54.437048 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:27:54.437390 mtc setverdict(pass): none -> pass
04:27:54.437470 mtc Terminating component type Test.dummy_CT.
04:27:54.437529 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:27:54.437624 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:27:54.437691 mtc Port GSMTAP was stopped.
04:27:54.437733 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:27:54.437865 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:27:54.437939 mtc Port BSCVTY was stopped.
04:27:54.437980 mtc Component type Test.dummy_CT was shut down inside testcase TC_attach.
04:27:54.438024 mtc Waiting for PTCs to finish.
04:27:54.438186 mtc Setting final verdict of the test case.
04:27:54.438248 mtc Local verdict of MTC: pass
04:27:54.438287 mtc No PTCs were created.
04:27:54.438324 mtc Test case TC_attach finished. Verdict: pass
04:27:54.438506 mtc Executing test case TC_dtx_ul in module Test.
04:27:54.438625 mtc Test case TC_dtx_ul started.
04:27:54.438685 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_dtx_ul.
04:27:54.438786 mtc Port GSMTAP was started.
04:27:54.438852 mtc Port BSCVTY was started.
04:27:54.438885 mtc Component type Test.dummy_CT was initialized.
04:27:54.438925 mtc Function rnd() returned 0.313722.
04:27:54.439046 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:27:54.439162 mtc Port GSMTAP was mapped to system:GSMTAP.
04:27:54.439271 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:27:54.439348 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:27:54.439456 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:27:54.439924 mtc Port BSCVTY was mapped to system:BSCVTY.
04:27:54.440060 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:27:54.440135 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:27:54.440203 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:27:54.440264 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:27:54.440412 mtc Sent on BSCVTY to system charstring : "enable"
04:27:54.440522 mtc Start timer T: 2 s
04:27:54.440699 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:27:54.440839 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:27:54.440896 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:27:54.440944 mtc Stop timer T: 2 s
04:27:54.441006 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:54.441098 mtc Start timer T: 2 s
04:27:54.441411 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:27:54.441644 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:27:54.441705 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:27:54.441753 mtc Stop timer T: 2 s
04:27:54.441825 mtc Sent on BSCVTY to system charstring : "network"
04:27:54.441921 mtc Start timer T: 2 s
04:27:54.442108 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:27:54.442144 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:27:54.442230 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:27:54.442251 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:27:54.442314 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:27:54.442333 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:27:54.442350 mtc Stop timer T: 2 s
04:27:54.442387 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:54.442426 mtc Start timer T: 2 s
04:27:54.442504 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:27:54.442530 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:27:54.442589 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:27:54.442604 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:27:54.442647 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:27:54.442661 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:27:54.442672 mtc Stop timer T: 2 s
04:27:54.442689 mtc Sent on BSCVTY to system charstring : "dtx uplink"
04:27:54.442715 mtc Start timer T: 2 s
04:27:54.442824 mtc Message enqueued on BSCVTY from system charstring : " dtx uplink" id 7
04:27:54.442850 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:27:54.442935 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " dtx uplink" id 7
04:27:54.442955 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:27:54.443016 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:27:54.443036 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:27:54.443053 mtc Stop timer T: 2 s
04:27:54.443093 mtc Port GSMTAP was cleared.
04:27:54.443108 mtc Start timer T: 10 s
04:27:54.671415 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008CDB0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 1
04:27:54.671528 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36059, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:27:54.671587 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36059, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:27:54.671608 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:27:54.906770 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:27:54.906888 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36110, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:27:54.906956 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36110, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:27:54.906979 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:27:55.142124 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D410100000059061A00000000000000000000000000000000FFB10400'O } id 3
04:27:55.142247 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36161, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 3
04:27:55.142315 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36161, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 3
04:27:55.142348 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:27:55.377486 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D740100000049061B4A9A62F224A314110101103D30B10400392B2B2B'O } id 4
04:27:55.377580 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36212, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O } } id 4
04:27:55.377630 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36212, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101103D30B10400392B2B2B'O } } id 4
04:27:55.377652 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:27:55.377780 mtc setverdict(fail): none -> fail reason: "SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 19098, lai := { mcc_mnc := '262F42'H, lac := 41748 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } }", new component reason: "SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 19098, lai := { mcc_mnc := '262F42'H, lac := 41748 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } }"
04:27:55.377824 mtc Terminating component type Test.dummy_CT.
04:27:55.377840 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:27:55.377868 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:27:55.377885 mtc Port GSMTAP was stopped.
04:27:55.377897 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:27:55.377909 mtc Warning: BSCVTY: Dropping partial message
04:27:55.378012 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:27:55.378031 mtc Port BSCVTY was stopped.
04:27:55.378042 mtc Component type Test.dummy_CT was shut down inside testcase TC_dtx_ul.
04:27:55.378058 mtc Waiting for PTCs to finish.
04:27:55.378093 mtc Setting final verdict of the test case.
04:27:55.378114 mtc Local verdict of MTC: fail reason: "SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 19098, lai := { mcc_mnc := '262F42'H, lac := 41748 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } }"
04:27:55.378138 mtc No PTCs were created.
04:27:55.378148 mtc Test case TC_dtx_ul finished. Verdict: fail reason: SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 19098, lai := { mcc_mnc := '262F42'H, lac := 41748 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 48 }, rach_control := { max_retrans := '10'B, tx_integer := '1100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } }
04:27:55.378192 mtc Executing test case TC_emerg_allowed in module Test.
04:27:55.378211 mtc Test case TC_emerg_allowed started.
04:27:55.378221 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_emerg_allowed.
04:27:55.378246 mtc Port GSMTAP was started.
04:27:55.378259 mtc Port BSCVTY was started.
04:27:55.378265 mtc Component type Test.dummy_CT was initialized.
04:27:55.378276 mtc Function rnd() returned 0.689291.
04:27:55.378341 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:27:55.378381 mtc Port GSMTAP was mapped to system:GSMTAP.
04:27:55.378417 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:27:55.378448 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:27:55.378487 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:27:55.378625 mtc Port BSCVTY was mapped to system:BSCVTY.
04:27:55.378664 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:27:55.378688 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:27:55.378701 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:27:55.378712 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:27:55.378755 mtc Sent on BSCVTY to system charstring : "enable"
04:27:55.378784 mtc Start timer T: 2 s
04:27:55.378849 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:27:55.378886 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:27:55.378898 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:27:55.378910 mtc Stop timer T: 2 s
04:27:55.378925 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:55.378948 mtc Start timer T: 2 s
04:27:55.379044 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:27:55.379107 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:27:55.379122 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:27:55.379133 mtc Stop timer T: 2 s
04:27:55.379150 mtc Sent on BSCVTY to system charstring : "network"
04:27:55.379172 mtc Start timer T: 2 s
04:27:55.379225 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:27:55.379241 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:27:55.379297 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:27:55.379311 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:27:55.379353 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:27:55.379366 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:27:55.379377 mtc Stop timer T: 2 s
04:27:55.379395 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:55.379417 mtc Start timer T: 2 s
04:27:55.379471 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:27:55.379487 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:27:55.379525 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:27:55.379536 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:27:55.379576 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:27:55.379589 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:27:55.379600 mtc Stop timer T: 2 s
04:27:55.379620 mtc Sent on BSCVTY to system charstring : "rach emergency call allowed 0"
04:27:55.379641 mtc Start timer T: 2 s
04:27:55.379730 mtc Message enqueued on BSCVTY from system charstring : " rach emergency call allowed 0" id 7
04:27:55.379747 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:27:55.379791 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach emergency call allowed 0" id 7
04:27:55.379800 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:27:55.379828 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:27:55.379837 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:27:55.379844 mtc Stop timer T: 2 s
04:27:55.379855 mtc Sent on BSCVTY to system charstring : "end"
04:27:55.379928 mtc Start timer T: 2 s
04:27:55.379949 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:27:55.379963 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:27:55.380016 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:27:55.380030 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:27:55.380055 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:27:55.380067 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:27:55.380078 mtc Stop timer T: 2 s
04:27:55.380095 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:27:55.380117 mtc Start timer T: 2 s
04:27:55.380251 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:27:55.380288 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:27:55.380304 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:27:55.380317 mtc Stop timer T: 2 s
04:27:55.380330 mtc Start timer T: 1 s
04:27:55.612893 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008DA70100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 1
04:27:55.613033 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36263, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:27:55.848272 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008DDA010000005506198FB38000000000000000000000000000B104002B'O } id 2
04:27:55.848434 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36314, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O } } id 2
04:27:56.083605 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E0D0100000059061A00000000000000000000000000000000FFB10400'O } id 3
04:27:56.083708 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36365, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 3
04:27:56.318989 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E400100000049061B4A9A62F224A314110101003D30B10400392B2B2B'O } id 4
04:27:56.319152 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36416, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101003D30B10400392B2B2B'O } } id 4
04:27:56.380345 mtc Timeout T: 1 s
04:27:56.380409 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:27:56.380423 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:27:56.380430 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:27:56.380436 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:27:56.380442 mtc Port GSMTAP was cleared.
04:27:56.380450 mtc Start timer T: 10 s
04:27:56.554342 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E730100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 5
04:27:56.554455 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36467, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:27:56.554514 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36467, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:27:56.554533 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:27:56.789658 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008EA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
04:27:56.789757 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36518, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:27:56.789810 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36518, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:27:56.789834 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:27:57.025029 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008ED90100000059061A00000000000000000000000000000000FFB10400'O } id 7
04:27:57.025162 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36569, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
04:27:57.025250 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36569, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
04:27:57.025274 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:27:57.260406 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F0C0100000049061B4A9A62F224A314110101003D30B10400392B2B2B'O } id 8
04:27:57.260519 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36620, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101003D30B10400392B2B2B'O } } id 8
04:27:57.260588 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36620, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101003D30B10400392B2B2B'O } } id 8
04:27:57.260614 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:27:57.260721 mtc setverdict(pass): none -> pass
04:27:57.260749 mtc Terminating component type Test.dummy_CT.
04:27:57.260764 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:27:57.260799 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:27:57.260812 mtc Port GSMTAP was stopped.
04:27:57.260819 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:27:57.260851 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:27:57.260864 mtc Port BSCVTY was stopped.
04:27:57.260873 mtc Component type Test.dummy_CT was shut down inside testcase TC_emerg_allowed.
04:27:57.260886 mtc Waiting for PTCs to finish.
04:27:57.260946 mtc Setting final verdict of the test case.
04:27:57.260970 mtc Local verdict of MTC: pass
04:27:57.260981 mtc No PTCs were created.
04:27:57.260991 mtc Test case TC_emerg_allowed finished. Verdict: pass
04:27:57.261021 mtc Executing test case TC_bs_pa_mfrms in module Test.
04:27:57.261046 mtc Test case TC_bs_pa_mfrms started.
04:27:57.261060 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_pa_mfrms.
04:27:57.261084 mtc Port GSMTAP was started.
04:27:57.261101 mtc Port BSCVTY was started.
04:27:57.261111 mtc Component type Test.dummy_CT was initialized.
04:27:57.261121 mtc Function rnd() returned 0.160953.
04:27:57.261163 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:27:57.261191 mtc Port GSMTAP was mapped to system:GSMTAP.
04:27:57.261214 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:27:57.261230 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:27:57.261266 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:27:57.261388 mtc Port BSCVTY was mapped to system:BSCVTY.
04:27:57.261419 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:27:57.261443 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:27:57.261462 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:27:57.261473 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:27:57.261506 mtc Sent on BSCVTY to system charstring : "enable"
04:27:57.261530 mtc Start timer T: 2 s
04:27:57.261596 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:27:57.261641 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:27:57.261654 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:27:57.261667 mtc Stop timer T: 2 s
04:27:57.261684 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:57.261779 mtc Start timer T: 2 s
04:27:57.261844 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:27:57.261904 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:27:57.261916 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:27:57.261924 mtc Stop timer T: 2 s
04:27:57.261935 mtc Sent on BSCVTY to system charstring : "network"
04:27:57.261990 mtc Start timer T: 2 s
04:27:57.262030 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:27:57.262051 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:27:57.262107 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:27:57.262121 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:27:57.262156 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:27:57.262165 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:27:57.262172 mtc Stop timer T: 2 s
04:27:57.262187 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:57.262207 mtc Start timer T: 2 s
04:27:57.262269 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:27:57.262295 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:27:57.262353 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:27:57.262370 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:27:57.262429 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:27:57.262440 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:27:57.262449 mtc Stop timer T: 2 s
04:27:57.262467 mtc Sent on BSCVTY to system charstring : "channel-descrption bs-pa-mfrms 3"
04:27:57.262488 mtc Start timer T: 2 s
04:27:57.262583 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption bs-pa-mfrms 3" id 7
04:27:57.262600 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:27:57.262663 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-pa-mfrms 3" id 7
04:27:57.262677 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:27:57.262718 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:27:57.262731 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:27:57.262742 mtc Stop timer T: 2 s
04:27:57.262758 mtc Sent on BSCVTY to system charstring : "end"
04:27:57.262783 mtc Start timer T: 2 s
04:27:57.262837 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:27:57.262854 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:27:57.262908 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:27:57.262922 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:27:57.262947 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:27:57.262959 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:27:57.262970 mtc Stop timer T: 2 s
04:27:57.262988 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:27:57.263010 mtc Start timer T: 2 s
04:27:57.263141 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:27:57.263183 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:27:57.263201 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:27:57.263216 mtc Stop timer T: 2 s
04:27:57.263228 mtc Start timer T: 1 s
04:27:57.495804 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F3F0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 1
04:27:57.495930 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36671, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:27:57.731178 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F72010000005506198FB38000000000000000000000000000B104002B'O } id 2
04:27:57.731312 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36722, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O } } id 2
04:27:57.966522 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008FA50100000059061A00000000000000000000000000000000FFB10400'O } id 3
04:27:57.966662 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36773, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 3
04:27:58.201827 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008FD80100000049061B4A9A62F224A314110101003D30B10400392B2B2B'O } id 4
04:27:58.201927 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36824, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101003D30B10400392B2B2B'O } } id 4
04:27:58.263241 mtc Timeout T: 1 s
04:27:58.263307 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:27:58.263321 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:27:58.263328 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:27:58.263335 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:27:58.263341 mtc Port GSMTAP was cleared.
04:27:58.263350 mtc Start timer T: 10 s
04:27:58.437298 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000900B0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 5
04:27:58.437396 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36875, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:27:58.437509 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36875, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:27:58.437527 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:27:58.672630 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000903E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
04:27:58.672729 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36926, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:27:58.672780 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36926, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:27:58.672811 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:27:58.908032 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090710100000059061A00000000000000000000000000000000FFB10400'O } id 7
04:27:58.908156 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36977, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
04:27:58.908214 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36977, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
04:27:58.908235 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:27:59.143412 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090A40100000049061B4A9A62F224A314110101003D30B10400392B2B2B'O } id 8
04:27:59.143576 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37028, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101003D30B10400392B2B2B'O } } id 8
04:27:59.143664 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37028, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314110101003D30B10400392B2B2B'O } } id 8
04:27:59.143713 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:27:59.143817 mtc setverdict(pass): none -> pass
04:27:59.143843 mtc Terminating component type Test.dummy_CT.
04:27:59.143861 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:27:59.143888 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:27:59.143904 mtc Port GSMTAP was stopped.
04:27:59.143915 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:27:59.143955 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:27:59.143971 mtc Port BSCVTY was stopped.
04:27:59.143981 mtc Component type Test.dummy_CT was shut down inside testcase TC_bs_pa_mfrms.
04:27:59.143994 mtc Waiting for PTCs to finish.
04:27:59.144052 mtc Setting final verdict of the test case.
04:27:59.144076 mtc Local verdict of MTC: pass
04:27:59.144092 mtc No PTCs were created.
04:27:59.144101 mtc Test case TC_bs_pa_mfrms finished. Verdict: pass
04:27:59.144135 mtc Executing test case TC_bs_ag_blks_res in module Test.
04:27:59.144157 mtc Test case TC_bs_ag_blks_res started.
04:27:59.144168 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_ag_blks_res.
04:27:59.144202 mtc Port GSMTAP was started.
04:27:59.144218 mtc Port BSCVTY was started.
04:27:59.144229 mtc Component type Test.dummy_CT was initialized.
04:27:59.144240 mtc Function rnd() returned 0.191305.
04:27:59.144274 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:27:59.144307 mtc Port GSMTAP was mapped to system:GSMTAP.
04:27:59.144343 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:27:59.144379 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:27:59.144416 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:27:59.144551 mtc Port BSCVTY was mapped to system:BSCVTY.
04:27:59.144587 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:27:59.144608 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:27:59.144622 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:27:59.144634 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:27:59.144675 mtc Sent on BSCVTY to system charstring : "enable"
04:27:59.144756 mtc Start timer T: 2 s
04:27:59.144782 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:27:59.144817 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:27:59.144831 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:27:59.144848 mtc Stop timer T: 2 s
04:27:59.144864 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:27:59.144888 mtc Start timer T: 2 s
04:27:59.144992 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:27:59.145049 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:27:59.145062 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:27:59.145070 mtc Stop timer T: 2 s
04:27:59.145085 mtc Sent on BSCVTY to system charstring : "network"
04:27:59.145111 mtc Start timer T: 2 s
04:27:59.145166 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:27:59.145183 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:27:59.145239 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:27:59.145251 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:27:59.145278 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:27:59.145286 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:27:59.145292 mtc Stop timer T: 2 s
04:27:59.145304 mtc Sent on BSCVTY to system charstring : "bts 0"
04:27:59.145321 mtc Start timer T: 2 s
04:27:59.145388 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:27:59.145413 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:27:59.145479 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:27:59.145495 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:27:59.145538 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:27:59.145549 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:27:59.145556 mtc Stop timer T: 2 s
04:27:59.145575 mtc Sent on BSCVTY to system charstring : "channel-descrption bs-ag-blks-res 1"
04:27:59.145597 mtc Start timer T: 2 s
04:27:59.145692 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption bs-ag-blks-res 1" id 7
04:27:59.145718 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:27:59.145778 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-ag-blks-res 1" id 7
04:27:59.145795 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:27:59.145828 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:27:59.145837 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:27:59.145843 mtc Stop timer T: 2 s
04:27:59.145854 mtc Sent on BSCVTY to system charstring : "end"
04:27:59.145878 mtc Start timer T: 2 s
04:27:59.145987 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:27:59.146012 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:27:59.146070 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:27:59.146082 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:27:59.146097 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:27:59.146109 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:27:59.146120 mtc Stop timer T: 2 s
04:27:59.146137 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:27:59.146165 mtc Start timer T: 2 s
04:27:59.146317 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:27:59.146367 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:27:59.146397 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:27:59.146411 mtc Stop timer T: 2 s
04:27:59.146425 mtc Start timer T: 1 s
04:27:59.378683 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090D70100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 1
04:27:59.378808 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37079, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:27:59.614088 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000910A010000005506198FB38000000000000000000000000000B104002B'O } id 2
04:27:59.614203 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37130, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O } } id 2
04:27:59.849419 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000913D0100000059061A00000000000000000000000000000000FFB10400'O } id 3
04:27:59.849540 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37181, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 3
04:28:00.084827 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091700100000049061B4A9A62F224A314090101003D30B10400392B2B2B'O } id 4
04:28:00.084982 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37232, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314090101003D30B10400392B2B2B'O } } id 4
04:28:00.146440 mtc Timeout T: 1 s
04:28:00.146506 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:28:00.146519 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:28:00.146527 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:28:00.146534 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:28:00.146541 mtc Port GSMTAP was cleared.
04:28:00.146550 mtc Start timer T: 10 s
04:28:00.320153 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091A30100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 5
04:28:00.320253 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37283, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:28:00.320319 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37283, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:28:00.320343 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:28:00.555524 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091D6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
04:28:00.555650 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37334, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:28:00.555746 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37334, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:28:00.555765 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:28:00.790868 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092090100000059061A00000000000000000000000000000000FFB10400'O } id 7
04:28:00.790997 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37385, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
04:28:00.791060 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37385, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
04:28:00.791089 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:28:01.026274 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000923C0100000049061B4A9A62F224A314090101003D30B10400392B2B2B'O } id 8
04:28:01.026412 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37436, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314090101003D30B10400392B2B2B'O } } id 8
04:28:01.026491 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37436, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314090101003D30B10400392B2B2B'O } } id 8
04:28:01.026511 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:28:01.026601 mtc setverdict(pass): none -> pass
04:28:01.026623 mtc Terminating component type Test.dummy_CT.
04:28:01.026640 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:28:01.026668 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:28:01.026682 mtc Port GSMTAP was stopped.
04:28:01.026694 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:28:01.026736 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:28:01.026752 mtc Port BSCVTY was stopped.
04:28:01.026762 mtc Component type Test.dummy_CT was shut down inside testcase TC_bs_ag_blks_res.
04:28:01.026774 mtc Waiting for PTCs to finish.
04:28:01.026811 mtc Setting final verdict of the test case.
04:28:01.026824 mtc Local verdict of MTC: pass
04:28:01.026832 mtc No PTCs were created.
04:28:01.026837 mtc Test case TC_bs_ag_blks_res finished. Verdict: pass
04:28:01.026875 mtc Executing test case TC_radio_link_timeout in module Test.
04:28:01.026898 mtc Test case TC_radio_link_timeout started.
04:28:01.026911 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_radio_link_timeout.
04:28:01.026934 mtc Port GSMTAP was started.
04:28:01.026945 mtc Port BSCVTY was started.
04:28:01.026951 mtc Component type Test.dummy_CT was initialized.
04:28:01.026957 mtc Function rnd() returned 0.617186.
04:28:01.026986 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:28:01.027033 mtc Port GSMTAP was mapped to system:GSMTAP.
04:28:01.027079 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:28:01.027108 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:28:01.027141 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:28:01.027281 mtc Port BSCVTY was mapped to system:BSCVTY.
04:28:01.027315 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:28:01.027334 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:28:01.027352 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:28:01.027368 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:28:01.027417 mtc Sent on BSCVTY to system charstring : "enable"
04:28:01.027446 mtc Start timer T: 2 s
04:28:01.027505 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:28:01.027538 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:28:01.027557 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:28:01.027567 mtc Stop timer T: 2 s
04:28:01.027580 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:28:01.027606 mtc Start timer T: 2 s
04:28:01.027701 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:28:01.027750 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:28:01.027762 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:28:01.027773 mtc Stop timer T: 2 s
04:28:01.027789 mtc Sent on BSCVTY to system charstring : "network"
04:28:01.027812 mtc Start timer T: 2 s
04:28:01.027873 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:28:01.027891 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:28:01.027951 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:28:01.027965 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:28:01.028000 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:28:01.028012 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:28:01.028021 mtc Stop timer T: 2 s
04:28:01.028035 mtc Sent on BSCVTY to system charstring : "bts 0"
04:28:01.028056 mtc Start timer T: 2 s
04:28:01.028112 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:28:01.028130 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:28:01.028185 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:28:01.028199 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:28:01.028240 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:28:01.028249 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:28:01.028256 mtc Stop timer T: 2 s
04:28:01.028270 mtc Sent on BSCVTY to system charstring : "radio-link-timeout 40"
04:28:01.028287 mtc Start timer T: 2 s
04:28:01.028375 mtc Message enqueued on BSCVTY from system charstring : " radio-link-timeout 40" id 7
04:28:01.028392 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:28:01.028451 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " radio-link-timeout 40" id 7
04:28:01.028464 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:28:01.028498 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:28:01.028508 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:28:01.028518 mtc Stop timer T: 2 s
04:28:01.028530 mtc Sent on BSCVTY to system charstring : "end"
04:28:01.028595 mtc Start timer T: 2 s
04:28:01.028616 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:28:01.028630 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:28:01.028685 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:28:01.028699 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:28:01.028725 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:28:01.028737 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:28:01.028748 mtc Stop timer T: 2 s
04:28:01.028766 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:28:01.028788 mtc Start timer T: 2 s
04:28:01.028925 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:28:01.028962 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:28:01.028976 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:28:01.028989 mtc Stop timer T: 2 s
04:28:01.029000 mtc Start timer T: 1 s
04:28:01.261614 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000926F0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 1
04:28:01.261799 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37487, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:28:01.497007 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092A2010000005506198FB38000000000000000000000000000B104002B'O } id 2
04:28:01.497117 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37538, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000B104002B'O } } id 2
04:28:01.732370 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092D50100000059061A00000000000000000000000000000000FFB10400'O } id 3
04:28:01.732521 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37589, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 3
04:28:01.967735 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093080100000049061B4A9A62F224A314090101093D30B10400392B2B2B'O } id 4
04:28:01.967853 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37640, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314090101093D30B10400392B2B2B'O } } id 4
04:28:02.029014 mtc Timeout T: 1 s
04:28:02.029081 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:28:02.029100 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:28:02.029113 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:28:02.029124 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:28:02.029135 mtc Port GSMTAP was cleared.
04:28:02.029147 mtc Start timer T: 10 s
04:28:02.203108 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000933B0100000031061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } id 5
04:28:02.203276 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37691, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:28:02.203386 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37691, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224A3143D30B104002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:28:02.203419 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:28:02.438483 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000936E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
04:28:02.438641 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37742, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:28:02.438704 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37742, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:28:02.438737 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:28:02.673867 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093A10100000059061A00000000000000000000000000000000FFB10400'O } id 7
04:28:02.674020 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37793, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
04:28:02.674108 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37793, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFB10400'O } } id 7
04:28:02.674137 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:28:02.909201 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093D40100000049061B4A9A62F224A314090101093D30B10400392B2B2B'O } id 8
04:28:02.909315 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37844, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314090101093D30B10400392B2B2B'O } } id 8
04:28:02.909384 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 32921, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37844, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B4A9A62F224A314090101093D30B10400392B2B2B'O } } id 8
04:28:02.909408 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:28:02.909500 mtc setverdict(pass): none -> pass
04:28:02.909525 mtc Terminating component type Test.dummy_CT.
04:28:02.909541 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:28:02.909570 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:28:02.909593 mtc Port GSMTAP was stopped.
04:28:02.909604 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:28:02.909642 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:28:02.909660 mtc Port BSCVTY was stopped.
04:28:02.909671 mtc Component type Test.dummy_CT was shut down inside testcase TC_radio_link_timeout.
04:28:02.909685 mtc Waiting for PTCs to finish.
04:28:02.909715 mtc Setting final verdict of the test case.
04:28:02.909735 mtc Local verdict of MTC: pass
04:28:02.909745 mtc No PTCs were created.
04:28:02.909757 mtc Test case TC_radio_link_timeout finished. Verdict: pass
04:28:02.909887 mtc Verdict statistics: 0 none (0.00 %), 21 pass (95.45 %), 0 inconc (0.00 %), 1 fail (4.55 %), 0 error (0.00 %).
04:28:02.909918 mtc Test execution summary: 22 test cases were executed. Overall verdict: fail
04:28:02.909930 mtc Exit was requested from MC. Terminating MTC.
04:28:02.910193 hc Exit was requested from MC. Terminating HC.
04:28:02.910264 hc Disconnected from MC.
04:28:02.910280 hc TTCN-3 Host Controller finished.
+ docker container stop bts
bts
+ docker container stop nitb
nitb
+ docker run --rm -v ttcn3-nitb-sysinfo-vol:/ttcn3-nitb-sysinfo -v nitb-vol:/nitb -v bts-vol:/bts --name sysinfo-helper -d busybox /bin/sh -c sleep 1000 & wait
e01373972f0b9305bd54e17906244b45e58a9c96d1fc0a285fd6d0af2f7b061c
+ rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs
+ mkdir -p /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs
+ docker cp sysinfo-helper:/ttcn3-nitb-sysinfo /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs
+ docker cp sysinfo-helper:/nitb /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs
+ docker cp sysinfo-helper:/bts /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs
+ docker container stop -t 0 sysinfo-helper
sysinfo-helper
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Sending e-mails to: laforge@gnumonks.org
Finished: UNSTABLE