Skip to content
Unstable

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/hudson901129650278897778.sh
+ env
JENKINS_HOME=/usr/local/jenkins
MAIL=/var/mail/osmocom-build
SSH_CLIENT=192.168.122.1 45230 22
USER=osmocom-build
RUN_CHANGES_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/44/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/44/
HUDSON_COOKIE=fbfca4cc-fcc3-4e5f-9372-c913ad6ae728
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=3
XDG_SESSION_ID=252
BUILD_DISPLAY_NAME=#44
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=44
XDG_RUNTIME_DIR=/run/user/1000
BUILD_TAG=jenkins-ttcn3-nitb-sysinfo-44
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=44
PARALLEL_MAKE=-j 3
SHELL=/bin/bash
RUN_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/44/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 45230 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:0.0.0-4ee4873 .
Sending build context to Docker daemon  12.29kB

Step 1/14 : FROM laforge/debian-jessie-build
 ---> 4056f8bfb57c
Step 2/14 : MAINTAINER Harald Welte <laforge@gnumonks.org>
 ---> Using cache
 ---> c99cee0b9750
Step 3/14 : COPY Release.key /tmp/Release.key
 ---> Using cache
 ---> 9422592fa25d
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
 ---> 95562322b4a4
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
 ---> 1e5c8594972d
Step 6/14 : WORKDIR /tmp
 ---> Using cache
 ---> 0406a47c91f1
Step 7/14 : RUN git clone git://git.osmocom.org/openbsc.git
 ---> Using cache
 ---> ad2eee2236d4
Step 8/14 : ADD http://git.osmocom.org/openbsc/patch /tmp/commit-openbsc


 ---> Using cache
 ---> 5b34081be92f
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
 ---> e37e3ab29caf
Step 10/14 : VOLUME /data
 ---> Using cache
 ---> 5595d7268572
Step 11/14 : COPY openbsc.cfg /data/openbsc.cfg
 ---> Using cache
 ---> c472531bac59
Step 12/14 : WORKDIR /data
 ---> Using cache
 ---> b1df3cd9da63
Step 13/14 : CMD /usr/local/bin/osmo-nitb
 ---> Using cache
 ---> d2225bf89f3e
Step 14/14 : EXPOSE 3002/tcp 3003/tcp 4242/tcp 2775/tcp 4249/tcp
 ---> Using cache
 ---> 000b15d7a51c
Successfully built 000b15d7a51c
Successfully tagged osmocom-build/osmo-nitb-master:0.0.0-4ee4873
docker tag docker.io/osmocom-build/osmo-nitb-master:0.0.0-4ee4873 docker.io/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:0.0.0-4ee4873 .
Sending build context to Docker daemon  9.728kB

Step 1/16 : FROM laforge/debian-jessie-build
 ---> 4056f8bfb57c
Step 2/16 : MAINTAINER Harald Welte <laforge@gnumonks.org>
 ---> Using cache
 ---> c99cee0b9750
Step 3/16 : COPY Release.key /tmp/Release.key
 ---> Using cache
 ---> 9422592fa25d
Step 4/16 : 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
 ---> 95562322b4a4
Step 5/16 : 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
 ---> 1e5c8594972d
Step 6/16 : WORKDIR /tmp
 ---> Using cache
 ---> 0406a47c91f1
Step 7/16 : RUN git clone git://git.osmocom.org/openbsc.git
 ---> Using cache
 ---> ad2eee2236d4
Step 8/16 : ADD http://git.osmocom.org/openbsc/patch /tmp/commit-openbsc

 ---> Using cache
 ---> 5b34081be92f
Step 9/16 : RUN git clone git://git.osmocom.org/osmo-bts.git
 ---> Using cache
 ---> 7ab45d74b94a
Step 10/16 : ADD http://git.osmocom.org/osmo-bts/patch /tmp/commit-osmo-bts

 ---> 634d2c607c0c
Removing intermediate container 154f236223a8
Step 11/16 : RUN cd openbsc/openbsc && 	git fetch && git checkout -f -B master origin/master
 ---> Running in 82201fb14212
From git://git.osmocom.org/openbsc
   8560d5d..1cbc7e1  master     -> origin/master
 + abd7740...11c316f users/daniel/ow-nat-msc-conns -> origin/users/daniel/ow-nat-msc-conns  (forced update)
Reset branch 'master'
Branch master set up to track remote branch master from origin.
Your branch is up-to-date with 'origin/master'.
 ---> fcdbf7d0a1c9
Removing intermediate container 82201fb14212
Step 12/16 : RUN cd osmo-bts && 	git fetch && git checkout -f -B master origin/master && 	autoreconf -fi && 	./configure --enable-trx && 	make -j8 install
 ---> Running in 9b3c80416002
From git://git.osmocom.org/osmo-bts
   ae134f8..9605b69  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'.
configure.ac:21: installing './compile'
configure.ac:9: installing './install-sh'
configure.ac:9: installing './missing'
src/common/Makefile.am: installing './depcomp'
src/osmo-bts-sysmo/Makefile.am:11: warning: source file 'misc/sysmobts_par.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:11: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
src/osmo-bts-sysmo/Makefile.am:23: warning: source file 'misc/sysmobts_mgr.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:23: but option 'subdir-objects' is disabled
src/osmo-bts-sysmo/Makefile.am:23: warning: source file 'misc/sysmobts_misc.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:23: but option 'subdir-objects' is disabled
src/osmo-bts-sysmo/Makefile.am:23: warning: source file 'misc/sysmobts_par.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:23: but option 'subdir-objects' is disabled
src/osmo-bts-sysmo/Makefile.am:23: warning: source file 'misc/sysmobts_nl.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:23: but option 'subdir-objects' is disabled
src/osmo-bts-sysmo/Makefile.am:23: warning: source file 'misc/sysmobts_mgr_2050.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:23: but option 'subdir-objects' is disabled
src/osmo-bts-sysmo/Makefile.am:23: warning: source file 'misc/sysmobts_mgr_vty.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:23: but option 'subdir-objects' is disabled
src/osmo-bts-sysmo/Makefile.am:23: warning: source file 'misc/sysmobts_mgr_nl.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:23: but option 'subdir-objects' is disabled
src/osmo-bts-sysmo/Makefile.am:23: warning: source file 'misc/sysmobts_mgr_temp.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:23: but option 'subdir-objects' is disabled
src/osmo-bts-sysmo/Makefile.am:23: warning: source file 'misc/sysmobts_mgr_calib.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:23: but option 'subdir-objects' is disabled
src/osmo-bts-sysmo/Makefile.am:34: warning: source file 'misc/sysmobts_util.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:34: but option 'subdir-objects' is disabled
src/osmo-bts-sysmo/Makefile.am:34: warning: source file 'misc/sysmobts_par.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:34: but option 'subdir-objects' is disabled
tests/agch/Makefile.am:7: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/agch/Makefile.am:7: but option 'subdir-objects' is disabled
tests/cipher/Makefile.am:7: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/cipher/Makefile.am:7: but option 'subdir-objects' is disabled
tests/misc/Makefile.am:7: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/misc/Makefile.am:7: but option 'subdir-objects' is disabled
tests/paging/Makefile.am:7: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/paging/Makefile.am:7: but option 'subdir-objects' is disabled
tests/sysmobts/Makefile.am:8: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/utils.c' is in a subdirectory,
tests/sysmobts/Makefile.am:8: but option 'subdir-objects' is disabled
tests/sysmobts/Makefile.am:8: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/l1_if.c' is in a subdirectory,
tests/sysmobts/Makefile.am:8: but option 'subdir-objects' is disabled
tests/sysmobts/Makefile.am:8: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/oml.c' is in a subdirectory,
tests/sysmobts/Makefile.am:8: but option 'subdir-objects' is disabled
tests/sysmobts/Makefile.am:8: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/l1_transp_hw.c' is in a subdirectory,
tests/sysmobts/Makefile.am:8: but option 'subdir-objects' is disabled
tests/sysmobts/Makefile.am:8: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/tch.c' is in a subdirectory,
tests/sysmobts/Makefile.am:8: but option 'subdir-objects' is disabled
tests/sysmobts/Makefile.am:8: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/calib_file.c' is in a subdirectory,
tests/sysmobts/Makefile.am:8: but option 'subdir-objects' is disabled
tests/sysmobts/Makefile.am:8: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/calib_fixup.c' is in a subdirectory,
tests/sysmobts/Makefile.am:8: but option 'subdir-objects' is disabled
tests/sysmobts/Makefile.am:8: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/misc/sysmobts_par.c' is in a subdirectory,
tests/sysmobts/Makefile.am:8: but option 'subdir-objects' is disabled
tests/sysmobts/Makefile.am:8: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/eeprom.c' is in a subdirectory,
tests/sysmobts/Makefile.am:8: but option 'subdir-objects' is disabled
tests/tx_power/Makefile.am:7: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/tx_power/Makefile.am:7: but option 'subdir-objects' is disabled
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for LIBOSMOCORE... yes
checking for LIBOSMOVTY... yes
checking for LIBOSMOTRAU... yes
checking for LIBOSMOGSM... yes
checking for LIBOSMOCTRL... yes
checking for LIBOSMOABIS... yes
checking for LIBOSMOCODEC... yes
checking for LIBOSMOCODING... yes
checking for ORTP... yes
checking whether to enable support for sysmoBTS L1/PHY support... no
checking whether to enable support for osmo-trx based L1/PHY support... yes
checking whether to enable support for Octasic OCTPHY-2G... no
checking whether to enable NuRAN Wireless Litecell 1.5 hardware support... no
checking for openbsc/gsm_data_shared.h... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sysmocom/femtobts/sbts2050_header.h usability... no
checking sysmocom/femtobts/sbts2050_header.h presence... no
checking for sysmocom/femtobts/sbts2050_header.h... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating src/common/Makefile
config.status: creating src/osmo-bts-virtual/Makefile
config.status: creating src/osmo-bts-sysmo/Makefile
config.status: creating src/osmo-bts-litecell15/Makefile
config.status: creating src/osmo-bts-trx/Makefile
config.status: creating src/osmo-bts-octphy/Makefile
config.status: creating include/Makefile
config.status: creating include/osmo-bts/Makefile
config.status: creating tests/Makefile
config.status: creating tests/paging/Makefile
config.status: creating tests/agch/Makefile
config.status: creating tests/cipher/Makefile
config.status: creating tests/sysmobts/Makefile
config.status: creating tests/misc/Makefile
config.status: creating tests/handover/Makefile
config.status: creating tests/tx_power/Makefile
config.status: creating tests/meas/Makefile
config.status: creating Makefile
config.status: creating btsconfig.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
echo 0.6.0.7-9605 > .version-t && mv .version-t .version
make  install-recursive
make[1]: Entering directory '/tmp/osmo-bts'
Making install in include
make[2]: Entering directory '/tmp/osmo-bts/include'
Making install in osmo-bts
make[3]: Entering directory '/tmp/osmo-bts/include/osmo-bts'
make[4]: Entering directory '/tmp/osmo-bts/include/osmo-bts'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/osmo-bts/include/osmo-bts'
make[3]: Leaving directory '/tmp/osmo-bts/include/osmo-bts'
make[3]: Entering directory '/tmp/osmo-bts/include'
make[4]: Entering directory '/tmp/osmo-bts/include'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/osmo-bts/include'
make[3]: Leaving directory '/tmp/osmo-bts/include'
make[2]: Leaving directory '/tmp/osmo-bts/include'
Making install in src
make[2]: Entering directory '/tmp/osmo-bts/src'
Making install in common
make[3]: Entering directory '/tmp/osmo-bts/src/common'
  CC       gsm_data_shared.o
  CC       sysinfo.o
  CC       logging.o
  CC       abis.o
  CC       bts.o
  CC       oml.o
  CC       vty.o
  CC       rsl.o
vty.c:394:2: warning: #warning merge with OpenBSC? [-Wcpp]
 #warning merge with OpenBSC?
  ^
In file included from gsm_data_shared.c:1:0:
../../../openbsc/openbsc/src/libcommon/gsm_data_shared.c: In function 'gsm_pchan2chan_nr':
../../../openbsc/openbsc/src/libcommon/gsm_data_shared.c:691:2: warning: #warning "fix caller that passes lchan_nr != 0" [-Wcpp]
 #warning "fix caller that passes lchan_nr != 0"
  ^
  CC       paging.o
  CC       measurement.o
  CC       amr.o
  CC       lchan.o
  CC       load_indication.o
  CC       pcu_sock.o
  CC       handover.o
  CC       msg_utils.o
  CC       tx_power.o
pcu_sock.c: In function 'pcu_tx_info_ind':
pcu_sock.c:196:2: warning: #warning "isn't dl_tbf_ext wrong?: * 10 and no ntohs" [-Wcpp]
 #warning "isn't dl_tbf_ext wrong?: * 10 and no ntohs"
  ^
pcu_sock.c:198:2: warning: #warning "isn't ul_tbf_ext wrong?: * 10 and no ntohs" [-Wcpp]
 #warning "isn't ul_tbf_ext wrong?: * 10 and no ntohs"
  ^
  CC       bts_ctrl_commands.o
  CC       bts_ctrl_lookup.o
  CC       l1sap.o
  CC       cbch.o
  CC       power_control.o
  CC       main.o
l1sap.c: In function 'l1sap_info_time_ind':
l1sap.c:449:22: warning: unused variable 'trx' [-Wunused-variable]
  struct gsm_bts_trx *trx;
                      ^
l1sap.c: In function 'l1sap_tch_rts_ind':
l1sap.c:829:15: warning: variable 'timestamp' set but not used [-Wunused-but-set-variable]
  uint32_t fn, timestamp;
               ^
l1sap.c:828:11: warning: variable 'seq' set but not used [-Wunused-but-set-variable]
  uint16_t seq;
           ^
l1sap.c: In function 'is_fill_frame':
l1sap.c:341:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
  CC       phy_link.o
  CC       dtx_dl_amr_fsm.o
  CC       scheduler.o
  AR       libbts.a
  AR       libl1sched.a
make[4]: Entering directory '/tmp/osmo-bts/src/common'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/osmo-bts/src/common'
make[3]: Leaving directory '/tmp/osmo-bts/src/common'
Making install in osmo-bts-virtual
make[3]: Entering directory '/tmp/osmo-bts/src/osmo-bts-virtual'
  CC       main.o
  CC       bts_model.o
  CC       virtualbts_vty.o
  CC       osmo_mcast_sock.o
  CC       scheduler_virtbts.o
  CC       virtual_um.o
  CC       l1_if.o
l1_if.c: In function 'virt_um_rcv_cb':
l1_if.c:167:2: warning: #warning "we cannot just pass a l1sap primitive on the stack!!!" [-Wcpp]
 #warning "we cannot just pass a l1sap primitive on the stack!!!"
  ^
  CCLD     osmo-bts-virtual
make[4]: Entering directory '/tmp/osmo-bts/src/osmo-bts-virtual'
make[4]: Nothing to be done for 'install-data-am'.
 /bin/mkdir -p '/usr/local/bin'
  /usr/bin/install -c osmo-bts-virtual '/usr/local/bin'
make[4]: Leaving directory '/tmp/osmo-bts/src/osmo-bts-virtual'
make[3]: Leaving directory '/tmp/osmo-bts/src/osmo-bts-virtual'
Making install in osmo-bts-trx
make[3]: Entering directory '/tmp/osmo-bts/src/osmo-bts-trx'
  CC       trx_if.o
  CC       main.o
  CC       scheduler_trx.o
  CC       l1_if.o
  CC       trx_vty.o
  CC       loops.o
l1_if.c: In function 'l1if_provision_transceiver_trx':
l1_if.c:138:19: warning: unused variable 'plink' [-Wunused-variable]
  struct phy_link *plink = l1h->phy_inst->phy_link;
                   ^
l1_if.c: In function 'l1if_provision_transceiver':
l1_if.c:218:20: warning: unused variable 'plink' [-Wunused-variable]
   struct phy_link *plink = pinst->phy_link;
                    ^
l1_if.c: In function 'trx_set_bts':
l1_if.c:308:27: warning: unused variable 'btsb' [-Wunused-variable]
  struct gsm_bts_role_bts *btsb = bts_role_bts(bts);
                           ^
l1_if.c: In function 'trx_set_trx':
l1_if.c:330:19: warning: unused variable 'plink' [-Wunused-variable]
  struct phy_link *plink = pinst->phy_link;
                   ^
l1_if.c: In function 'bts_model_change_power':
l1_if.c:733:2: warning: #warning "implement bts_model_change_power\n" [-Wcpp]
 #warning "implement bts_model_change_power\n"
  ^
scheduler_trx.c: In function 'trx_fn_timer_cb':
scheduler_trx.c:1584:2: warning: implicit declaration of function 'bts_shutdown' [-Wimplicit-function-declaration]
  bts_shutdown(bts, "No clock from osmo-trx");
  ^
  CCLD     osmo-bts-trx
make[4]: Entering directory '/tmp/osmo-bts/src/osmo-bts-trx'
make[4]: Nothing to be done for 'install-data-am'.
 /bin/mkdir -p '/usr/local/bin'
  /usr/bin/install -c osmo-bts-trx '/usr/local/bin'
make[4]: Leaving directory '/tmp/osmo-bts/src/osmo-bts-trx'
make[3]: Leaving directory '/tmp/osmo-bts/src/osmo-bts-trx'
make[3]: Entering directory '/tmp/osmo-bts/src'
make[4]: Entering directory '/tmp/osmo-bts/src'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/osmo-bts/src'
make[3]: Leaving directory '/tmp/osmo-bts/src'
make[2]: Leaving directory '/tmp/osmo-bts/src'
Making install in tests
make[2]: Entering directory '/tmp/osmo-bts/tests'
Making install in paging
make[3]: Entering directory '/tmp/osmo-bts/tests/paging'
  CC       paging_test.o
  CC       stubs.o
  CCLD     paging_test
make[4]: Entering directory '/tmp/osmo-bts/tests/paging'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/osmo-bts/tests/paging'
make[3]: Leaving directory '/tmp/osmo-bts/tests/paging'
Making install in cipher
make[3]: Entering directory '/tmp/osmo-bts/tests/cipher'
  CC       cipher_test.o
  CC       stubs.o
  CCLD     cipher_test
make[4]: Entering directory '/tmp/osmo-bts/tests/cipher'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/osmo-bts/tests/cipher'
make[3]: Leaving directory '/tmp/osmo-bts/tests/cipher'
Making install in agch
make[3]: Entering directory '/tmp/osmo-bts/tests/agch'
  CC       agch_test.o
  CC       stubs.o
  CCLD     agch_test
make[4]: Entering directory '/tmp/osmo-bts/tests/agch'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/osmo-bts/tests/agch'
make[3]: Leaving directory '/tmp/osmo-bts/tests/agch'
Making install in misc
make[3]: Entering directory '/tmp/osmo-bts/tests/misc'
  CC       misc_test.o
  CC       stubs.o
  CCLD     misc_test
make[4]: Entering directory '/tmp/osmo-bts/tests/misc'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/osmo-bts/tests/misc'
make[3]: Leaving directory '/tmp/osmo-bts/tests/misc'
Making install in handover
make[3]: Entering directory '/tmp/osmo-bts/tests/handover'
  CC       handover_test.o
  CCLD     handover_test
make[4]: Entering directory '/tmp/osmo-bts/tests/handover'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/osmo-bts/tests/handover'
make[3]: Leaving directory '/tmp/osmo-bts/tests/handover'
Making install in tx_power
make[3]: Entering directory '/tmp/osmo-bts/tests/tx_power'
  CC       tx_power_test.o
  CC       stubs.o
  CCLD     tx_power_test
make[4]: Entering directory '/tmp/osmo-bts/tests/tx_power'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/osmo-bts/tests/tx_power'
make[3]: Leaving directory '/tmp/osmo-bts/tests/tx_power'
Making install in meas
make[3]: Entering directory '/tmp/osmo-bts/tests/meas'
  CC       meas_test.o
  CCLD     meas_test
make[4]: Entering directory '/tmp/osmo-bts/tests/meas'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/osmo-bts/tests/meas'
make[3]: Leaving directory '/tmp/osmo-bts/tests/meas'
make[3]: Entering directory '/tmp/osmo-bts/tests'
make[4]: Entering directory '/tmp/osmo-bts/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/osmo-bts/tests'
make[3]: Leaving directory '/tmp/osmo-bts/tests'
make[2]: Leaving directory '/tmp/osmo-bts/tests'
make[2]: Entering directory '/tmp/osmo-bts'
make[3]: Entering directory '/tmp/osmo-bts'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/osmo-bts'
make[2]: Leaving directory '/tmp/osmo-bts'
make[1]: Leaving directory '/tmp/osmo-bts'
 ---> 86449a13df13
Removing intermediate container 9b3c80416002
Step 13/16 : VOLUME /data
 ---> Running in a956fe6cde43
 ---> 27413cd6c59c
Removing intermediate container a956fe6cde43
Step 14/16 : COPY osmo-bts.cfg /data/osmo-bts.cfg
 ---> 400dda16fe54
Removing intermediate container 6e65af0189b4
Step 15/16 : WORKDIR /data
 ---> fa917adbf020
Removing intermediate container 0214a1bf8cc5
Step 16/16 : CMD /usr/local/bin/osmo-bts-virtual -i 172.18.0.230
 ---> Running in 2355e8ef060d
 ---> 29fdab8e89e8
Removing intermediate container 2355e8ef060d
Successfully built 29fdab8e89e8
Successfully tagged osmocom-build/osmo-bts-master:0.0.0-4ee4873
docker tag docker.io/osmocom-build/osmo-bts-master:0.0.0-4ee4873 docker.io/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:0.0.0-4ee4873 .
Sending build context to Docker daemon  8.192kB

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

 ---> Using cache
 ---> 4c185a3c4316
Step 5/8 : RUN cd osmo-ttcn3-hacks/sysinfo && 	git pull && 	./gen_links.sh && 	./regen_makefile.sh && 	make compile && 	make -j8
 ---> Using cache
 ---> d002127643d3
Step 6/8 : VOLUME /data
 ---> Using cache
 ---> 0b53778512e6
Step 7/8 : COPY Test.cfg /data/Test.cfg
 ---> Using cache
 ---> dcac49ea0f91
Step 8/8 : CMD cd /data && 	/osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/sysinfo/Test && 	ttcn3_logmerge Test*.log
 ---> Using cache
 ---> df91e00c44e9
Successfully built df91e00c44e9
Successfully tagged osmocom-build/ttcn3-nitb-sysinfo:0.0.0-4ee4873
docker tag docker.io/osmocom-build/ttcn3-nitb-sysinfo:0.0.0-4ee4873 docker.io/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
79a7b77820b9a53243eab976df810049bb69a1590617e01cdb10961bdb562f79
+ 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
6440354952ff841917c1b9e991bb40604578f88e4390a004e434bd63382f3b77
+ 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@1072b53dcc28: Unix server socket created successfully.
MC@1072b53dcc28: Listening on TCP port 38159.
MC2> 1072b53dcc28 is the default
spawn /osmo-ttcn3-hacks/sysinfo/Test 1072b53dcc28 38159
TTCN-3 Host Controller (parallel mode), version CRL 113 200/6 R1A
MC@1072b53dcc28: New HC connected from 1072b53dcc28 [172.18.0.230]. 1072b53dcc28: Linux 4.7.0-0.bpo.1-amd64 on x86_64.
cmtc
MC@1072b53dcc28: Downloading configuration file to all HCs.
construct junitlogger
Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML
HC@1072b53dcc28: TTCN-3 Host Controller started on 1072b53dcc28. Version: CRL 113 200/6 R1A.
HC@1072b53dcc28: 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@1072b53dcc28: Maximum number of open file descriptors: 1048576,   FD_SETSIZE = 1024
HC@1072b53dcc28: The address of MC was set to 1072b53dcc28[172.18.0.230]:0.
HC@1072b53dcc28: The local IP address of the control connection to MC is 172.18.0.230.
HC@1072b53dcc28: Connected to MC.
HC@1072b53dcc28: This host supports UNIX domain sockets for local communication.
HC@1072b53dcc28: Processing configuration data received from MC.
HC@1072b53dcc28: Initializing module GSMTAP_PortType.
HC@1072b53dcc28: Initializing module GSMTAP_Types.
HC@1072b53dcc28: Initializing module Osmocom_Types.
HC@1072b53dcc28: Initialization of module Osmocom_Types finished.
HC@1072b53dcc28: Initialization of module GSMTAP_Types finished.
HC@1072b53dcc28: Initializing module IPL4asp_PortType.
HC@1072b53dcc28: Initializing module IPL4asp_Types.
HC@1072b53dcc28: Initializing module Socket_API_Definitions.
HC@1072b53dcc28: Initialization of module Socket_API_Definitions finished.
HC@1072b53dcc28: Initialization of module IPL4asp_Types finished.
HC@1072b53dcc28: Initialization of module IPL4asp_PortType finished.
HC@1072b53dcc28: Initialization of module GSMTAP_PortType finished.
HC@1072b53dcc28: Initializing module GSM_RR_Types.
HC@1072b53dcc28: Initializing module RLCMAC_CSN1_Types.
HC@1072b53dcc28: Initializing module GSM_Types.
HC@1072b53dcc28: Initializing module General_Types.
HC@1072b53dcc28: Initialization of module General_Types finished.
HC@1072b53dcc28: Initialization of module GSM_Types finished.
HC@1072b53dcc28: Initialization of module RLCMAC_CSN1_Types finished.
HC@1072b53dcc28: Initialization of module GSM_RR_Types finished.
HC@1072b53dcc28: Initializing module GSM_SystemInformation.
HC@1072b53dcc28: Initialization of module GSM_SystemInformation finished.
HC@1072b53dcc28: Initializing module IPL4_GSMTAP_CtrlFunct.
HC@1072b53dcc28: Initialization of module IPL4_GSMTAP_CtrlFunct finished.
HC@1072b53dcc28: Initializing module IPL4asp_Functions.
HC@1072b53dcc28: Initializing module TCCInterface_Functions.
HC@1072b53dcc28: Initializing module TCCConversion_Functions.
HC@1072b53dcc28: Initialization of module TCCConversion_Functions finished.
HC@1072b53dcc28: Initialization of module TCCInterface_Functions finished.
HC@1072b53dcc28: Initialization of module IPL4asp_Functions finished.
HC@1072b53dcc28: Initializing module Osmocom_VTY_Functions.
HC@1072b53dcc28: Initializing module TELNETasp_PortType.
HC@1072b53dcc28: Initialization of module TELNETasp_PortType finished.
HC@1072b53dcc28: Initialization of module Osmocom_VTY_Functions finished.
HC@1072b53dcc28: Initializing module PreGenRecordOf.
HC@1072b53dcc28: Initialization of module PreGenRecordOf finished.
HC@1072b53dcc28: Initializing module Test.
HC@1072b53dcc28: Initialization of module Test finished.
HC@1072b53dcc28: Initializing module TitanLoggerApi.
HC@1072b53dcc28: Initialization of module TitanLoggerApi finished.
HC@1072b53dcc28: Initializing module TitanLoggerControl.
HC@1072b53dcc28: Initialization of module TitanLoggerControl finished.
MC@1072b53dcc28: Configuration file was processed on all HCs.
HC@1072b53dcc28: Configuration data was processed successfully.
MC@1072b53dcc28: Creating MTC on host 1072b53dcc28.
HC@1072b53dcc28: MTC was created. Process id: 20.
MC@1072b53dcc28: MTC is created.
MC2> smtc
Executing all items of [EXECUTE] section.
MC2> MTC@1072b53dcc28: Executing test case TC_si1 in module Test.
MTC@1072b53dcc28: Test case TC_si1 started.
MTC@1072b53dcc28: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si1.
MTC@1072b53dcc28: Port GSMTAP was started.
MTC@1072b53dcc28: Port BSCVTY was started.
MTC@1072b53dcc28: Component type Test.dummy_CT was initialized.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB38000000000000000000000000000E504002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FFE50400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B000062F22404D2490301275D40E50400392B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F22404D25D40E504002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: setverdict(pass): none -> pass
MTC@1072b53dcc28: Terminating component type Test.dummy_CT.
MTC@1072b53dcc28: Port GSMTAP was stopped.
MTC@1072b53dcc28: Port BSCVTY was stopped.
MTC@1072b53dcc28: Component type Test.dummy_CT was shut down inside testcase TC_si1.
MTC@1072b53dcc28: Waiting for PTCs to finish.
MTC@1072b53dcc28: Setting final verdict of the test case.
MTC@1072b53dcc28: Local verdict of MTC: pass
MTC@1072b53dcc28: No PTCs were created.
MTC@1072b53dcc28: Test case TC_si1 finished. Verdict: pass
MC@1072b53dcc28: Test execution finished.
MTC@1072b53dcc28: Executing test case TC_telnet in module Test.
MTC@1072b53dcc28: Test case TC_telnet started.
MTC@1072b53dcc28: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_telnet.
MTC@1072b53dcc28: Port GSMTAP was started.
MTC@1072b53dcc28: Port BSCVTY was started.
MTC@1072b53dcc28: Component type Test.dummy_CT was initialized.
MTC@1072b53dcc28: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was mapped to system:GSMTAP.
MTC@1072b53dcc28: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@1072b53dcc28: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@1072b53dcc28: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was mapped to system:BSCVTY.
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D2E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006D2E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D610100000059061A00000000000000000000000000000000FF9D0400'O } id 2
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006D610100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 2
MTC@1072b53dcc28: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "enable"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D940100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 3
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006D940100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 3
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DC70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 4
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006DC70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 4
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "show network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 3
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message with id 2 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 3
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 4
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 4
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 5
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 7
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: setverdict(pass): none -> pass
MTC@1072b53dcc28: Terminating component type Test.dummy_CT.
MTC@1072b53dcc28: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was unmapped from system:GSMTAP.
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was stopped.
MTC@1072b53dcc28: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was unmapped from system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was stopped.
MTC@1072b53dcc28: Component type Test.dummy_CT was shut down inside testcase TC_telnet.
MTC@1072b53dcc28: Waiting for PTCs to finish.
MTC@1072b53dcc28: Setting final verdict of the test case.
MTC@1072b53dcc28: Local verdict of MTC: pass
MTC@1072b53dcc28: No PTCs were created.
MTC@1072b53dcc28: Test case TC_telnet finished. Verdict: pass
MC@1072b53dcc28: Test execution finished.
MTC@1072b53dcc28: Executing test case TC_si_default in module Test.
MTC@1072b53dcc28: Test case TC_si_default started.
MTC@1072b53dcc28: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_default.
MTC@1072b53dcc28: Port GSMTAP was started.
MTC@1072b53dcc28: Port BSCVTY was started.
MTC@1072b53dcc28: Component type Test.dummy_CT was initialized.
MTC@1072b53dcc28: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was mapped to system:GSMTAP.
MTC@1072b53dcc28: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@1072b53dcc28: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@1072b53dcc28: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was mapped to system:BSCVTY.
MTC@1072b53dcc28: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "enable"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Port GSMTAP was cleared.
MTC@1072b53dcc28: Start timer T: 8 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DFA010000005506198FB380000000000000000000000000009D04002B'O } id 1
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006DFA010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E2D0100000059061A00000000000000000000000000000000FF9D0400'O } id 2
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006E2D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E600100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 3
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006E600100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 3
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 3
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E930100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 4
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006E930100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 4
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 4
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EC6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006EC6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EF90100000059061A00000000000000000000000000000000FF9D0400'O } id 6
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006EF90100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F2C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 7
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006F2C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F5F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 8
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006F5F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F92010000005506198FB380000000000000000000000000009D04002B'O } id 9
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006F92010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FC50100000059061A00000000000000000000000000000000FF9D0400'O } id 10
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006FC50100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FF80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 11
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006FF80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11
MTC@1072b53dcc28: Message with id 11 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000702B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 12
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000702B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12
MTC@1072b53dcc28: Message with id 12 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000705E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 13
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000705E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13
MTC@1072b53dcc28: Message with id 13 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070910100000059061A00000000000000000000000000000000FF9D0400'O } id 14
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000070910100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14
MTC@1072b53dcc28: Message with id 14 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070C40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 15
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000070C40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15
MTC@1072b53dcc28: Message with id 15 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070F70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 16
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000070F70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16
MTC@1072b53dcc28: Message with id 16 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000712A010000005506198FB380000000000000000000000000009D04002B'O } id 17
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000712A010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17
MTC@1072b53dcc28: Message with id 17 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000715D0100000059061A00000000000000000000000000000000FF9D0400'O } id 18
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000715D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18
MTC@1072b53dcc28: Message with id 18 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071900100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 19
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000071900100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19
MTC@1072b53dcc28: Message with id 19 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071C30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 20
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000071C30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20
MTC@1072b53dcc28: Message with id 20 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 21
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000071F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21
MTC@1072b53dcc28: Message with id 21 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072290100000059061A00000000000000000000000000000000FF9D0400'O } id 22
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000072290100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22
MTC@1072b53dcc28: Message with id 22 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000725C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 23
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000725C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23
MTC@1072b53dcc28: Message with id 23 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000728F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 24
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000728F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24
MTC@1072b53dcc28: Message with id 24 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072C2010000005506198FB380000000000000000000000000009D04002B'O } id 25
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000072C2010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25
MTC@1072b53dcc28: Message with id 25 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072F50100000059061A00000000000000000000000000000000FF9D0400'O } id 26
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000072F50100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26
MTC@1072b53dcc28: Message with id 26 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073280100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 27
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000073280100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27
MTC@1072b53dcc28: Message with id 27 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000735B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 28
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000735B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28
MTC@1072b53dcc28: Message with id 28 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000738E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 29
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000738E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29
MTC@1072b53dcc28: Message with id 29 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073C10100000059061A00000000000000000000000000000000FF9D0400'O } id 30
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000073C10100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30
MTC@1072b53dcc28: Message with id 30 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073F40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 31
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000073F40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31
MTC@1072b53dcc28: Message with id 31 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074270100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 32
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000074270100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32
MTC@1072b53dcc28: Message with id 32 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000745A010000005506198FB380000000000000000000000000009D04002B'O } id 33
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000745A010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33
MTC@1072b53dcc28: Message with id 33 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000748D0100000059061A00000000000000000000000000000000FF9D0400'O } id 34
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000748D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34
MTC@1072b53dcc28: Message with id 34 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Timeout T: 8 s
MTC@1072b53dcc28: "TC_si_default": TC=0 has #of SI=5
MTC@1072b53dcc28: "TC_si_default": TC=1 has #of SI=5
MTC@1072b53dcc28: "TC_si_default": TC=2 has #of SI=4
MTC@1072b53dcc28: "TC_si_default": TC=3 has #of SI=4
MTC@1072b53dcc28: "TC_si_default": TC=4 has #of SI=4
MTC@1072b53dcc28: "TC_si_default": TC=5 has #of SI=4
MTC@1072b53dcc28: "TC_si_default": TC=6 has #of SI=4
MTC@1072b53dcc28: "TC_si_default": TC=7 has #of SI=4
MTC@1072b53dcc28: setverdict(pass): none -> pass
MTC@1072b53dcc28: Terminating component type Test.dummy_CT.
MTC@1072b53dcc28: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was unmapped from system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was stopped.
MTC@1072b53dcc28: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was unmapped from system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was stopped.
MTC@1072b53dcc28: Component type Test.dummy_CT was shut down inside testcase TC_si_default.
MTC@1072b53dcc28: Waiting for PTCs to finish.
MTC@1072b53dcc28: Setting final verdict of the test case.
MTC@1072b53dcc28: Local verdict of MTC: pass
MTC@1072b53dcc28: No PTCs were created.
MTC@1072b53dcc28: Test case TC_si_default finished. Verdict: pass
MC@1072b53dcc28: Test execution finished.
MTC@1072b53dcc28: Executing test case TC_si_sched_2bis in module Test.
MTC@1072b53dcc28: Test case TC_si_sched_2bis started.
MTC@1072b53dcc28: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2bis.
MTC@1072b53dcc28: Port GSMTAP was started.
MTC@1072b53dcc28: Port BSCVTY was started.
MTC@1072b53dcc28: Component type Test.dummy_CT was initialized.
MTC@1072b53dcc28: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was mapped to system:GSMTAP.
MTC@1072b53dcc28: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@1072b53dcc28: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@1072b53dcc28: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was mapped to system:BSCVTY.
MTC@1072b53dcc28: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "enable"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2bis mode static"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 11
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11
MTC@1072b53dcc28: Message with id 11 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12
MTC@1072b53dcc28: Message with id 12 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13
MTC@1072b53dcc28: Message with id 13 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 14
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14
MTC@1072b53dcc28: Message with id 14 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15
MTC@1072b53dcc28: Message with id 15 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 16
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16
MTC@1072b53dcc28: Message with id 16 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
MTC@1072b53dcc28: Message with id 17 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 18
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 18
MTC@1072b53dcc28: Message with id 18 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
MTC@1072b53dcc28: Message with id 19 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 20
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20
MTC@1072b53dcc28: Message with id 20 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21
MTC@1072b53dcc28: Message with id 21 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22
MTC@1072b53dcc28: Message with id 22 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 23
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23
MTC@1072b53dcc28: Message with id 23 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24
MTC@1072b53dcc28: Message with id 24 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 25
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25
MTC@1072b53dcc28: Message with id 25 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
MTC@1072b53dcc28: Message with id 26 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27
MTC@1072b53dcc28: Message with id 27 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
MTC@1072b53dcc28: Message with id 28 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 29
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29
MTC@1072b53dcc28: Message with id 29 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30
MTC@1072b53dcc28: Message with id 30 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31
MTC@1072b53dcc28: Message with id 31 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 32
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32
MTC@1072b53dcc28: Message with id 32 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33
MTC@1072b53dcc28: Message with id 33 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 34
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34
MTC@1072b53dcc28: Message with id 34 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
MTC@1072b53dcc28: Message with id 35 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@1072b53dcc28: 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@1072b53dcc28: Message with id 36 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
MTC@1072b53dcc28: Message with id 37 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 38
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38
MTC@1072b53dcc28: Message with id 38 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
MTC@1072b53dcc28: Message with id 39 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "write terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message with id 40 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
MTC@1072b53dcc28: Message with id 41 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42
MTC@1072b53dcc28: Message with id 42 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074C00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 1
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000074C00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 1
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074F30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000074F30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007526010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007526010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000755901000000550602BFE809B3FF00000000000000000000007900002B'O } id 4
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000755901000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 4
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000758C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 5
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000758C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 5
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was cleared.
MTC@1072b53dcc28: Start timer T: 8 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075BF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 6
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000075BF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075F2010000005506198FB380000000000000000000000000009D04002B'O } id 7
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000075F2010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076250100000059061A00000000000000000000000000000000FF9D0400'O } id 8
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076250100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076580100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 9
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076580100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 9
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000768B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 10
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000768B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 11
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11
MTC@1072b53dcc28: Message with id 11 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076F101000000550602BFE809B3FF00000000000000000000007900002B'O } id 12
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076F101000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 12
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 12
MTC@1072b53dcc28: Message with id 12 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077240100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 13
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077240100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13
MTC@1072b53dcc28: Message with id 13 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077570100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 14
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077570100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14
MTC@1072b53dcc28: Message with id 14 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000778A010000005506198FB380000000000000000000000000009D04002B'O } id 15
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000778A010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15
MTC@1072b53dcc28: Message with id 15 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077BD0100000059061A00000000000000000000000000000000FF9D0400'O } id 16
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077BD0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16
MTC@1072b53dcc28: Message with id 16 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077F00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 17
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077F00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 17
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 17
MTC@1072b53dcc28: Message with id 17 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078230100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 18
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000078230100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 18
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 18
MTC@1072b53dcc28: Message with id 18 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007856010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 19
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007856010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 19
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 19
MTC@1072b53dcc28: Message with id 19 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000788901000000550602BFE809B3FF00000000000000000000007900002B'O } id 20
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000788901000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20
MTC@1072b53dcc28: Message with id 20 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078BC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 21
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000078BC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 21
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 21
MTC@1072b53dcc28: Message with id 21 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078EF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 22
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000078EF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22
MTC@1072b53dcc28: Message with id 22 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007922010000005506198FB380000000000000000000000000009D04002B'O } id 23
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007922010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23
MTC@1072b53dcc28: Message with id 23 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079550100000059061A00000000000000000000000000000000FF9D0400'O } id 24
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079550100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24
MTC@1072b53dcc28: Message with id 24 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079880100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 25
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079880100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 25
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 25
MTC@1072b53dcc28: Message with id 25 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079BB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 26
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079BB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26
MTC@1072b53dcc28: Message with id 26 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 27
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27
MTC@1072b53dcc28: Message with id 27 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A2101000000550602BFE809B3FF00000000000000000000007900002B'O } id 28
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007A2101000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28
MTC@1072b53dcc28: Message with id 28 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A540100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 29
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007A540100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 29
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 29
MTC@1072b53dcc28: Message with id 29 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A870100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 30
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007A870100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30
MTC@1072b53dcc28: Message with id 30 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007ABA010000005506198FB380000000000000000000000000009D04002B'O } id 31
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007ABA010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31
MTC@1072b53dcc28: Message with id 31 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007AED0100000059061A00000000000000000000000000000000FF9D0400'O } id 32
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007AED0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32
MTC@1072b53dcc28: Message with id 32 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B200100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 33
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007B200100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 33
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 33
MTC@1072b53dcc28: Message with id 33 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B530100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 34
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007B530100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34
MTC@1072b53dcc28: Message with id 34 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 35
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007B86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 35
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 35
MTC@1072b53dcc28: Message with id 35 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BB901000000550602BFE809B3FF00000000000000000000007900002B'O } id 36
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007BB901000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36
MTC@1072b53dcc28: Message with id 36 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BEC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 37
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007BEC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 37
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 37
MTC@1072b53dcc28: Message with id 37 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C1F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 38
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007C1F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38
MTC@1072b53dcc28: Message with id 38 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C52010000005506198FB380000000000000000000000000009D04002B'O } id 39
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007C52010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39
MTC@1072b53dcc28: Message with id 39 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Timeout T: 8 s
MTC@1072b53dcc28: "TC_si_sched_2bis": TC=0 has #of SI=5
MTC@1072b53dcc28: "TC_si_sched_2bis": TC=1 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_2bis": TC=2 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_2bis": TC=3 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_2bis": TC=4 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_2bis": TC=5 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_2bis": TC=6 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_2bis": TC=7 has #of SI=5
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43
MTC@1072b53dcc28: Message with id 43 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 44
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44
MTC@1072b53dcc28: Message with id 44 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45
MTC@1072b53dcc28: Message with id 45 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 46
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46
MTC@1072b53dcc28: Message with id 46 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
MTC@1072b53dcc28: Message with id 47 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48
MTC@1072b53dcc28: Message with id 48 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
MTC@1072b53dcc28: Message with id 49 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 50
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50
MTC@1072b53dcc28: Message with id 50 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51
MTC@1072b53dcc28: Message with id 51 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52
MTC@1072b53dcc28: Message with id 52 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 53
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53
MTC@1072b53dcc28: Message with id 53 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54
MTC@1072b53dcc28: Message with id 54 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 55
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55
MTC@1072b53dcc28: Message with id 55 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
MTC@1072b53dcc28: Message with id 56 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57
MTC@1072b53dcc28: Message with id 57 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
MTC@1072b53dcc28: Message with id 58 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 59
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59
MTC@1072b53dcc28: Message with id 59 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60
MTC@1072b53dcc28: Message with id 60 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61
MTC@1072b53dcc28: Message with id 61 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 62
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62
MTC@1072b53dcc28: Message with id 62 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63
MTC@1072b53dcc28: Message with id 63 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 64
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64
MTC@1072b53dcc28: Message with id 64 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
MTC@1072b53dcc28: Message with id 65 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66
MTC@1072b53dcc28: Message with id 66 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
MTC@1072b53dcc28: Message with id 67 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 68
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68
MTC@1072b53dcc28: Message with id 68 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69
MTC@1072b53dcc28: Message with id 69 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70
MTC@1072b53dcc28: Message with id 70 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 71
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71
MTC@1072b53dcc28: Message with id 71 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72
MTC@1072b53dcc28: Message with id 72 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 73
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73
MTC@1072b53dcc28: Message with id 73 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
MTC@1072b53dcc28: Message with id 74 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@1072b53dcc28: 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@1072b53dcc28: Message with id 75 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
MTC@1072b53dcc28: Message with id 76 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 77
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77
MTC@1072b53dcc28: Message with id 77 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
MTC@1072b53dcc28: Message with id 78 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "write terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message with id 79 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
MTC@1072b53dcc28: Message with id 80 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81
MTC@1072b53dcc28: Message with id 81 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C850100000059061A00000000000000000000000000000000FF9D0400'O } id 40
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007C850100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CB80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 41
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007CB80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 41
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CEB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 42
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007CEB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 42
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D1E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 43
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007D1E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 43
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: setverdict(pass): none -> pass
MTC@1072b53dcc28: Terminating component type Test.dummy_CT.
MTC@1072b53dcc28: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was unmapped from system:GSMTAP.
MTC@1072b53dcc28: Message with id 40 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 41 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 42 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 43 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was stopped.
MTC@1072b53dcc28: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was unmapped from system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was stopped.
MTC@1072b53dcc28: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2bis.
MTC@1072b53dcc28: Waiting for PTCs to finish.
MTC@1072b53dcc28: Setting final verdict of the test case.
MTC@1072b53dcc28: Local verdict of MTC: pass
MTC@1072b53dcc28: No PTCs were created.
MTC@1072b53dcc28: Test case TC_si_sched_2bis finished. Verdict: pass
MC@1072b53dcc28: Test execution finished.
MTC@1072b53dcc28: Executing test case TC_si_sched_2ter in module Test.
MTC@1072b53dcc28: Test case TC_si_sched_2ter started.
MTC@1072b53dcc28: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter.
MTC@1072b53dcc28: Port GSMTAP was started.
MTC@1072b53dcc28: Port BSCVTY was started.
MTC@1072b53dcc28: Component type Test.dummy_CT was initialized.
MTC@1072b53dcc28: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was mapped to system:GSMTAP.
MTC@1072b53dcc28: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@1072b53dcc28: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@1072b53dcc28: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was mapped to system:BSCVTY.
MTC@1072b53dcc28: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "enable"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11
MTC@1072b53dcc28: Message with id 11 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 12
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12
MTC@1072b53dcc28: Message with id 12 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13
MTC@1072b53dcc28: Message with id 13 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 14
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14
MTC@1072b53dcc28: Message with id 14 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15
MTC@1072b53dcc28: Message with id 15 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2ter mode static"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 16
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 16
MTC@1072b53dcc28: Message with id 16 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
MTC@1072b53dcc28: Message with id 17 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18
MTC@1072b53dcc28: Message with id 18 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
MTC@1072b53dcc28: Message with id 19 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 20
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20
MTC@1072b53dcc28: Message with id 20 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21
MTC@1072b53dcc28: Message with id 21 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22
MTC@1072b53dcc28: Message with id 22 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 23
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23
MTC@1072b53dcc28: Message with id 23 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24
MTC@1072b53dcc28: Message with id 24 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 25
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25
MTC@1072b53dcc28: Message with id 25 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
MTC@1072b53dcc28: Message with id 26 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27
MTC@1072b53dcc28: Message with id 27 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
MTC@1072b53dcc28: Message with id 28 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 29
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29
MTC@1072b53dcc28: Message with id 29 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30
MTC@1072b53dcc28: Message with id 30 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31
MTC@1072b53dcc28: Message with id 31 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 32
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32
MTC@1072b53dcc28: Message with id 32 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33
MTC@1072b53dcc28: Message with id 33 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 34
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34
MTC@1072b53dcc28: Message with id 34 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
MTC@1072b53dcc28: Message with id 35 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@1072b53dcc28: 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@1072b53dcc28: Message with id 36 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
MTC@1072b53dcc28: Message with id 37 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 38
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38
MTC@1072b53dcc28: Message with id 38 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
MTC@1072b53dcc28: Message with id 39 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "write terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message with id 40 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
MTC@1072b53dcc28: Message with id 41 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42
MTC@1072b53dcc28: Message with id 42 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D5101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 1
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007D5101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 1
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D840100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 2
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007D840100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 2
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DB70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 3
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007DB70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 3
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DEA010000005506198FB380000000000000000000000000009D04002B'O } id 4
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007DEA010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 4
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was cleared.
MTC@1072b53dcc28: Start timer T: 8 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E1D0100000059061A00000000000000000000000000000000FF9D0400'O } id 5
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007E1D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E500100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 6
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007E500100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 6
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E830100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 7
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007E830100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 7
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 8
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007EB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EE901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 9
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007EE901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 9
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F1C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 10
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007F1C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 10
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F4F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 11
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007F4F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11
MTC@1072b53dcc28: Message with id 11 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F82010000005506198FB380000000000000000000000000009D04002B'O } id 12
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007F82010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12
MTC@1072b53dcc28: Message with id 12 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FB50100000059061A00000000000000000000000000000000FF9D0400'O } id 13
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007FB50100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13
MTC@1072b53dcc28: Message with id 13 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FE80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 14
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007FE80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 14
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 14
MTC@1072b53dcc28: Message with id 14 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000801B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 15
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000801B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15
MTC@1072b53dcc28: Message with id 15 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000804E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 16
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000804E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16
MTC@1072b53dcc28: Message with id 16 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000808101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 17
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000808101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 17
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 17
MTC@1072b53dcc28: Message with id 17 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080B40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 18
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000080B40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 18
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 18
MTC@1072b53dcc28: Message with id 18 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080E70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 19
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000080E70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19
MTC@1072b53dcc28: Message with id 19 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000811A010000005506198FB380000000000000000000000000009D04002B'O } id 20
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000811A010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20
MTC@1072b53dcc28: Message with id 20 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000814D0100000059061A00000000000000000000000000000000FF9D0400'O } id 21
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000814D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21
MTC@1072b53dcc28: Message with id 21 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081800100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 22
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000081800100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 22
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 22
MTC@1072b53dcc28: Message with id 22 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081B30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 23
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000081B30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23
MTC@1072b53dcc28: Message with id 23 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081E6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 24
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000081E6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24
MTC@1072b53dcc28: Message with id 24 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000821901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 25
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000821901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 25
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 25
MTC@1072b53dcc28: Message with id 25 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000824C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 26
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000824C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 26
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 26
MTC@1072b53dcc28: Message with id 26 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000827F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 27
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000827F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27
MTC@1072b53dcc28: Message with id 27 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082B2010000005506198FB380000000000000000000000000009D04002B'O } id 28
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000082B2010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28
MTC@1072b53dcc28: Message with id 28 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082E50100000059061A00000000000000000000000000000000FF9D0400'O } id 29
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000082E50100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29
MTC@1072b53dcc28: Message with id 29 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083180100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 30
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000083180100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 30
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 30
MTC@1072b53dcc28: Message with id 30 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000834B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 31
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000834B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 31
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 31
MTC@1072b53dcc28: Message with id 31 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000837E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 32
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000837E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32
MTC@1072b53dcc28: Message with id 32 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083B101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 33
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000083B101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 33
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 33
MTC@1072b53dcc28: Message with id 33 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083E40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 34
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000083E40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 34
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 34
MTC@1072b53dcc28: Message with id 34 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084170100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 35
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000084170100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 35
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 35
MTC@1072b53dcc28: Message with id 35 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000844A010000005506198FB380000000000000000000000000009D04002B'O } id 36
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000844A010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36
MTC@1072b53dcc28: Message with id 36 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000847D0100000059061A00000000000000000000000000000000FF9D0400'O } id 37
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000847D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37
MTC@1072b53dcc28: Message with id 37 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084B00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 38
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000084B00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 38
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 38
MTC@1072b53dcc28: Message with id 38 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Timeout T: 8 s
MTC@1072b53dcc28: "TC_si_sched_2ter": TC=0 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_2ter": TC=1 has #of SI=5
MTC@1072b53dcc28: "TC_si_sched_2ter": TC=2 has #of SI=5
MTC@1072b53dcc28: "TC_si_sched_2ter": TC=3 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_2ter": TC=4 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_2ter": TC=5 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_2ter": TC=6 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_2ter": TC=7 has #of SI=4
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43
MTC@1072b53dcc28: Message with id 43 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 44
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44
MTC@1072b53dcc28: Message with id 44 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45
MTC@1072b53dcc28: Message with id 45 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 46
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46
MTC@1072b53dcc28: Message with id 46 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
MTC@1072b53dcc28: Message with id 47 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48
MTC@1072b53dcc28: Message with id 48 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
MTC@1072b53dcc28: Message with id 49 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 50
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50
MTC@1072b53dcc28: Message with id 50 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51
MTC@1072b53dcc28: Message with id 51 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52
MTC@1072b53dcc28: Message with id 52 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 53
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53
MTC@1072b53dcc28: Message with id 53 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54
MTC@1072b53dcc28: Message with id 54 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 55
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55
MTC@1072b53dcc28: Message with id 55 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
MTC@1072b53dcc28: Message with id 56 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57
MTC@1072b53dcc28: Message with id 57 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
MTC@1072b53dcc28: Message with id 58 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 59
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59
MTC@1072b53dcc28: Message with id 59 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60
MTC@1072b53dcc28: Message with id 60 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61
MTC@1072b53dcc28: Message with id 61 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 62
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62
MTC@1072b53dcc28: Message with id 62 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63
MTC@1072b53dcc28: Message with id 63 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 64
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64
MTC@1072b53dcc28: Message with id 64 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
MTC@1072b53dcc28: Message with id 65 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66
MTC@1072b53dcc28: Message with id 66 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
MTC@1072b53dcc28: Message with id 67 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 68
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68
MTC@1072b53dcc28: Message with id 68 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69
MTC@1072b53dcc28: Message with id 69 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70
MTC@1072b53dcc28: Message with id 70 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 71
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71
MTC@1072b53dcc28: Message with id 71 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72
MTC@1072b53dcc28: Message with id 72 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 73
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73
MTC@1072b53dcc28: Message with id 73 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
MTC@1072b53dcc28: Message with id 74 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@1072b53dcc28: 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@1072b53dcc28: Message with id 75 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
MTC@1072b53dcc28: Message with id 76 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 77
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77
MTC@1072b53dcc28: Message with id 77 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
MTC@1072b53dcc28: Message with id 78 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "write terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message with id 79 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
MTC@1072b53dcc28: Message with id 80 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81
MTC@1072b53dcc28: Message with id 81 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084E30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 39
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000084E30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 39
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008516010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 40
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008516010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085490100000059061A00000000000000000000000000000000FF9D0400'O } id 41
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000085490100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 41
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000857C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 42
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000857C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 42
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085AF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 43
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000085AF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 43
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: setverdict(pass): none -> pass
MTC@1072b53dcc28: Terminating component type Test.dummy_CT.
MTC@1072b53dcc28: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was unmapped from system:GSMTAP.
MTC@1072b53dcc28: Message with id 39 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 40 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 41 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 42 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 43 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was stopped.
MTC@1072b53dcc28: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was unmapped from system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was stopped.
MTC@1072b53dcc28: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter.
MTC@1072b53dcc28: Waiting for PTCs to finish.
MTC@1072b53dcc28: Setting final verdict of the test case.
MTC@1072b53dcc28: Local verdict of MTC: pass
MTC@1072b53dcc28: No PTCs were created.
MTC@1072b53dcc28: Test case TC_si_sched_2ter finished. Verdict: pass
MC@1072b53dcc28: Test execution finished.
MTC@1072b53dcc28: Executing test case TC_si_sched_2ter_2bis in module Test.
MTC@1072b53dcc28: Test case TC_si_sched_2ter_2bis started.
MTC@1072b53dcc28: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter_2bis.
MTC@1072b53dcc28: Port GSMTAP was started.
MTC@1072b53dcc28: Port BSCVTY was started.
MTC@1072b53dcc28: Component type Test.dummy_CT was initialized.
MTC@1072b53dcc28: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was mapped to system:GSMTAP.
MTC@1072b53dcc28: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@1072b53dcc28: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@1072b53dcc28: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was mapped to system:BSCVTY.
MTC@1072b53dcc28: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "enable"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2bis mode static"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 11
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11
MTC@1072b53dcc28: Message with id 11 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12
MTC@1072b53dcc28: Message with id 12 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13
MTC@1072b53dcc28: Message with id 13 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 14
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14
MTC@1072b53dcc28: Message with id 14 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15
MTC@1072b53dcc28: Message with id 15 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 16
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16
MTC@1072b53dcc28: Message with id 16 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
MTC@1072b53dcc28: Message with id 17 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2ter mode static"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18
MTC@1072b53dcc28: Message with id 18 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
MTC@1072b53dcc28: Message with id 19 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
MTC@1072b53dcc28: Message with id 20 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21
MTC@1072b53dcc28: Message with id 21 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 22
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22
MTC@1072b53dcc28: Message with id 22 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23
MTC@1072b53dcc28: Message with id 23 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24
MTC@1072b53dcc28: Message with id 24 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 25
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25
MTC@1072b53dcc28: Message with id 25 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26
MTC@1072b53dcc28: Message with id 26 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 27
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27
MTC@1072b53dcc28: Message with id 27 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
MTC@1072b53dcc28: Message with id 28 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 29
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 29
MTC@1072b53dcc28: Message with id 29 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30
MTC@1072b53dcc28: Message with id 30 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 31
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31
MTC@1072b53dcc28: Message with id 31 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32
MTC@1072b53dcc28: Message with id 32 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33
MTC@1072b53dcc28: Message with id 33 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 34
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34
MTC@1072b53dcc28: Message with id 34 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35
MTC@1072b53dcc28: Message with id 35 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 36
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36
MTC@1072b53dcc28: Message with id 36 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
MTC@1072b53dcc28: Message with id 37 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 38
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@1072b53dcc28: 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@1072b53dcc28: Message with id 38 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39
MTC@1072b53dcc28: Message with id 39 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 40
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40
MTC@1072b53dcc28: Message with id 40 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
MTC@1072b53dcc28: Message with id 41 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "write terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message with id 42 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43
MTC@1072b53dcc28: Message with id 43 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44
MTC@1072b53dcc28: Message with id 44 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085E2010000005506198FB380000000000000000000000000009D04002B'O } id 1
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000085E2010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086150100000059061A00000000000000000000000000000000FF9D0400'O } id 2
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086150100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086480100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 3
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086480100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 3
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000867B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000867B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 4
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was cleared.
MTC@1072b53dcc28: Start timer T: 8 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086E101000000550602BFE809B3FF00000000000000000000007900002B'O } id 6
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086E101000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 6
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087140100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 7
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087140100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 7
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 8
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000877A010000005506198FB380000000000000000000000000009D04002B'O } id 9
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000877A010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087AD0100000059061A00000000000000000000000000000000FF9D0400'O } id 10
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087AD0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087E00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 11
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087E00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 11
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 11
MTC@1072b53dcc28: Message with id 11 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088130100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 12
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000088130100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12
MTC@1072b53dcc28: Message with id 12 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000884601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 13
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000884601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 13
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 13
MTC@1072b53dcc28: Message with id 13 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000887901000000550602BFE809B3FF00000000000000000000007900002B'O } id 14
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000887901000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 14
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 14
MTC@1072b53dcc28: Message with id 14 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088AC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 15
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000088AC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 15
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 15
MTC@1072b53dcc28: Message with id 15 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088DF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 16
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000088DF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16
MTC@1072b53dcc28: Message with id 16 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008912010000005506198FB380000000000000000000000000009D04002B'O } id 17
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008912010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 17
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 17
MTC@1072b53dcc28: Message with id 17 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089450100000059061A00000000000000000000000000000000FF9D0400'O } id 18
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089450100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 18
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 18
MTC@1072b53dcc28: Message with id 18 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089780100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 19
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089780100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 19
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 19
MTC@1072b53dcc28: Message with id 19 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089AB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 20
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089AB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20
MTC@1072b53dcc28: Message with id 20 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 21
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21
MTC@1072b53dcc28: Message with id 21 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A1101000000550602BFE809B3FF00000000000000000000007900002B'O } id 22
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008A1101000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 22
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 22
MTC@1072b53dcc28: Message with id 22 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A440100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 23
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008A440100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 23
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 23
MTC@1072b53dcc28: Message with id 23 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A770100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 24
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008A770100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24
MTC@1072b53dcc28: Message with id 24 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008AAA010000005506198FB380000000000000000000000000009D04002B'O } id 25
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008AAA010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 25
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 25
MTC@1072b53dcc28: Message with id 25 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008ADD0100000059061A00000000000000000000000000000000FF9D0400'O } id 26
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008ADD0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 26
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 26
MTC@1072b53dcc28: Message with id 26 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B100100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 27
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008B100100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 27
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 27
MTC@1072b53dcc28: Message with id 27 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B430100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 28
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008B430100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28
MTC@1072b53dcc28: Message with id 28 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B7601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 29
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008B7601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 29
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 29
MTC@1072b53dcc28: Message with id 29 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BA901000000550602BFE809B3FF00000000000000000000007900002B'O } id 30
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008BA901000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 30
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 30
MTC@1072b53dcc28: Message with id 30 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BDC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 31
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008BDC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 31
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 31
MTC@1072b53dcc28: Message with id 31 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C0F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 32
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008C0F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 32
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 32
MTC@1072b53dcc28: Message with id 32 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C42010000005506198FB380000000000000000000000000009D04002B'O } id 33
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008C42010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 33
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 33
MTC@1072b53dcc28: Message with id 33 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C750100000059061A00000000000000000000000000000000FF9D0400'O } id 34
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008C750100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 34
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 34
MTC@1072b53dcc28: Message with id 34 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008CA80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 35
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008CA80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 35
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 35
MTC@1072b53dcc28: Message with id 35 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008CDB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 36
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008CDB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 36
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 36
MTC@1072b53dcc28: Message with id 36 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 37
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008D0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37
MTC@1072b53dcc28: Message with id 37 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D4101000000550602BFE809B3FF00000000000000000000007900002B'O } id 38
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008D4101000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 38
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 38
MTC@1072b53dcc28: Message with id 38 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Timeout T: 8 s
MTC@1072b53dcc28: "TC_si_sched_2ter_2bis": TC=0 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_2ter_2bis": TC=1 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_2ter_2bis": TC=2 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_2ter_2bis": TC=3 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_2ter_2bis": TC=4 has #of SI=5
MTC@1072b53dcc28: "TC_si_sched_2ter_2bis": TC=5 has #of SI=5
MTC@1072b53dcc28: "TC_si_sched_2ter_2bis": TC=6 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_2ter_2bis": TC=7 has #of SI=4
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45
MTC@1072b53dcc28: Message with id 45 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 46
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46
MTC@1072b53dcc28: Message with id 46 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47
MTC@1072b53dcc28: Message with id 47 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 48
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48
MTC@1072b53dcc28: Message with id 48 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
MTC@1072b53dcc28: Message with id 49 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50
MTC@1072b53dcc28: Message with id 50 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51
MTC@1072b53dcc28: Message with id 51 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 52
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52
MTC@1072b53dcc28: Message with id 52 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53
MTC@1072b53dcc28: Message with id 53 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54
MTC@1072b53dcc28: Message with id 54 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 55
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55
MTC@1072b53dcc28: Message with id 55 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56
MTC@1072b53dcc28: Message with id 56 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 57
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57
MTC@1072b53dcc28: Message with id 57 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
MTC@1072b53dcc28: Message with id 58 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59
MTC@1072b53dcc28: Message with id 59 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60
MTC@1072b53dcc28: Message with id 60 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 61
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61
MTC@1072b53dcc28: Message with id 61 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62
MTC@1072b53dcc28: Message with id 62 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63
MTC@1072b53dcc28: Message with id 63 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 64
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64
MTC@1072b53dcc28: Message with id 64 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65
MTC@1072b53dcc28: Message with id 65 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 66
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66
MTC@1072b53dcc28: Message with id 66 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
MTC@1072b53dcc28: Message with id 67 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68
MTC@1072b53dcc28: Message with id 68 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69
MTC@1072b53dcc28: Message with id 69 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 70
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70
MTC@1072b53dcc28: Message with id 70 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71
MTC@1072b53dcc28: Message with id 71 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72
MTC@1072b53dcc28: Message with id 72 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 73
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73
MTC@1072b53dcc28: Message with id 73 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74
MTC@1072b53dcc28: Message with id 74 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 75
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75
MTC@1072b53dcc28: Message with id 75 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
MTC@1072b53dcc28: Message with id 76 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 77
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@1072b53dcc28: 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@1072b53dcc28: Message with id 77 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78
MTC@1072b53dcc28: Message with id 78 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 79
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79
MTC@1072b53dcc28: Message with id 79 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
MTC@1072b53dcc28: Message with id 80 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "write terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message with id 81 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82
MTC@1072b53dcc28: Message with id 82 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83
MTC@1072b53dcc28: Message with id 83 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D740100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 39
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008D740100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 39
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008DA70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 40
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008DA70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 40
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008DDA010000005506198FB380000000000000000000000000009D04002B'O } id 41
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008DDA010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 41
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E0D0100000059061A00000000000000000000000000000000FF9D0400'O } id 42
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008E0D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 42
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: setverdict(pass): none -> pass
MTC@1072b53dcc28: Terminating component type Test.dummy_CT.
MTC@1072b53dcc28: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was unmapped from system:GSMTAP.
MTC@1072b53dcc28: Message with id 39 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 40 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 41 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 42 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was stopped.
MTC@1072b53dcc28: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was unmapped from system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was stopped.
MTC@1072b53dcc28: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter_2bis.
MTC@1072b53dcc28: Waiting for PTCs to finish.
MTC@1072b53dcc28: Setting final verdict of the test case.
MTC@1072b53dcc28: Local verdict of MTC: pass
MTC@1072b53dcc28: No PTCs were created.
MTC@1072b53dcc28: Test case TC_si_sched_2ter_2bis finished. Verdict: pass
MC@1072b53dcc28: Test execution finished.
MTC@1072b53dcc28: Executing test case TC_si_sched_2quater in module Test.
MTC@1072b53dcc28: Test case TC_si_sched_2quater started.
MTC@1072b53dcc28: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2quater.
MTC@1072b53dcc28: Port GSMTAP was started.
MTC@1072b53dcc28: Port BSCVTY was started.
MTC@1072b53dcc28: Component type Test.dummy_CT was initialized.
MTC@1072b53dcc28: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was mapped to system:GSMTAP.
MTC@1072b53dcc28: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@1072b53dcc28: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@1072b53dcc28: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was mapped to system:BSCVTY.
MTC@1072b53dcc28: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "enable"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11
MTC@1072b53dcc28: Message with id 11 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 12
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12
MTC@1072b53dcc28: Message with id 12 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13
MTC@1072b53dcc28: Message with id 13 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 14
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14
MTC@1072b53dcc28: Message with id 14 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15
MTC@1072b53dcc28: Message with id 15 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16
MTC@1072b53dcc28: Message with id 16 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
MTC@1072b53dcc28: Message with id 17 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 18
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18
MTC@1072b53dcc28: Message with id 18 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19
MTC@1072b53dcc28: Message with id 19 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20
MTC@1072b53dcc28: Message with id 20 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 21
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21
MTC@1072b53dcc28: Message with id 21 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22
MTC@1072b53dcc28: Message with id 22 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 23
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23
MTC@1072b53dcc28: Message with id 23 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24
MTC@1072b53dcc28: Message with id 24 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 25
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 25
MTC@1072b53dcc28: Message with id 25 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
MTC@1072b53dcc28: Message with id 26 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 27
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27
MTC@1072b53dcc28: Message with id 27 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28
MTC@1072b53dcc28: Message with id 28 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29
MTC@1072b53dcc28: Message with id 29 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 30
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30
MTC@1072b53dcc28: Message with id 30 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31
MTC@1072b53dcc28: Message with id 31 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 32
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32
MTC@1072b53dcc28: Message with id 32 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33
MTC@1072b53dcc28: Message with id 33 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " si2quater neighbor-list add uarfcn 23 42 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34
MTC@1072b53dcc28: Message with id 34 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
MTC@1072b53dcc28: Message with id 35 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 36
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36
MTC@1072b53dcc28: Message with id 36 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37
MTC@1072b53dcc28: Message with id 37 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "write terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message with id 38 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
MTC@1072b53dcc28: Message with id 39 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40
MTC@1072b53dcc28: Message with id 40 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E400100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O } id 1
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008E400100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } } id 1
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E730100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008E730100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008EA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008EA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008ED901000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 4
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008ED901000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 4
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F0C0100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O } id 5
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008F0C0100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } } id 5
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41
MTC@1072b53dcc28: Message with id 41 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 42
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42
MTC@1072b53dcc28: Message with id 42 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43
MTC@1072b53dcc28: Message with id 43 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 44
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44
MTC@1072b53dcc28: Message with id 44 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45
MTC@1072b53dcc28: Message with id 45 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46
MTC@1072b53dcc28: Message with id 46 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
MTC@1072b53dcc28: Message with id 47 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 48
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48
MTC@1072b53dcc28: Message with id 48 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49
MTC@1072b53dcc28: Message with id 49 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50
MTC@1072b53dcc28: Message with id 50 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 51
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51
MTC@1072b53dcc28: Message with id 51 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52
MTC@1072b53dcc28: Message with id 52 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 53
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53
MTC@1072b53dcc28: Message with id 53 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54
MTC@1072b53dcc28: Message with id 54 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55
MTC@1072b53dcc28: Message with id 55 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
MTC@1072b53dcc28: Message with id 56 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 57
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57
MTC@1072b53dcc28: Message with id 57 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58
MTC@1072b53dcc28: Message with id 58 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59
MTC@1072b53dcc28: Message with id 59 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 60
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60
MTC@1072b53dcc28: Message with id 60 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61
MTC@1072b53dcc28: Message with id 61 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 62
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62
MTC@1072b53dcc28: Message with id 62 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63
MTC@1072b53dcc28: Message with id 63 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64
MTC@1072b53dcc28: Message with id 64 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
MTC@1072b53dcc28: Message with id 65 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 66
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66
MTC@1072b53dcc28: Message with id 66 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67
MTC@1072b53dcc28: Message with id 67 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68
MTC@1072b53dcc28: Message with id 68 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 69
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69
MTC@1072b53dcc28: Message with id 69 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70
MTC@1072b53dcc28: Message with id 70 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 71
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71
MTC@1072b53dcc28: Message with id 71 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72
MTC@1072b53dcc28: Message with id 72 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 73
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 73
MTC@1072b53dcc28: Message with id 73 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
MTC@1072b53dcc28: Message with id 74 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 75
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75
MTC@1072b53dcc28: Message with id 75 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76
MTC@1072b53dcc28: Message with id 76 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "write terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message with id 77 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
MTC@1072b53dcc28: Message with id 78 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79
MTC@1072b53dcc28: Message with id 79 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F3F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 6
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008F3F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F72010000005506198FB380000000000000000000000000009D04002B'O } id 7
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008F72010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 7
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008FA50100000059061A00000000000000000000000000000000FF9D0400'O } id 8
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008FA50100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 8
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008FD80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 9
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008FD80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 9
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: setverdict(pass): none -> pass
MTC@1072b53dcc28: Terminating component type Test.dummy_CT.
MTC@1072b53dcc28: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was unmapped from system:GSMTAP.
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was stopped.
MTC@1072b53dcc28: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was unmapped from system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was stopped.
MTC@1072b53dcc28: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2quater.
MTC@1072b53dcc28: Waiting for PTCs to finish.
MTC@1072b53dcc28: Setting final verdict of the test case.
MTC@1072b53dcc28: Local verdict of MTC: pass
MTC@1072b53dcc28: No PTCs were created.
MTC@1072b53dcc28: Test case TC_si_sched_2quater finished. Verdict: pass
MC@1072b53dcc28: Test execution finished.
MTC@1072b53dcc28: Executing test case TC_si_sched_13 in module Test.
MTC@1072b53dcc28: Test case TC_si_sched_13 started.
MTC@1072b53dcc28: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13.
MTC@1072b53dcc28: Port GSMTAP was started.
MTC@1072b53dcc28: Port BSCVTY was started.
MTC@1072b53dcc28: Component type Test.dummy_CT was initialized.
MTC@1072b53dcc28: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was mapped to system:GSMTAP.
MTC@1072b53dcc28: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@1072b53dcc28: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@1072b53dcc28: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was mapped to system:BSCVTY.
MTC@1072b53dcc28: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "enable"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11
MTC@1072b53dcc28: Message with id 11 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 12
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12
MTC@1072b53dcc28: Message with id 12 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13
MTC@1072b53dcc28: Message with id 13 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 14
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14
MTC@1072b53dcc28: Message with id 14 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15
MTC@1072b53dcc28: Message with id 15 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16
MTC@1072b53dcc28: Message with id 16 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
MTC@1072b53dcc28: Message with id 17 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 18
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18
MTC@1072b53dcc28: Message with id 18 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19
MTC@1072b53dcc28: Message with id 19 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20
MTC@1072b53dcc28: Message with id 20 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 21
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21
MTC@1072b53dcc28: Message with id 21 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22
MTC@1072b53dcc28: Message with id 22 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 23
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23
MTC@1072b53dcc28: Message with id 23 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24
MTC@1072b53dcc28: Message with id 24 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "gprs mode gprs"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 25
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode gprs" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode gprs" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " gprs mode gprs" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 25
MTC@1072b53dcc28: Message with id 25 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
MTC@1072b53dcc28: Message with id 26 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 27
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27
MTC@1072b53dcc28: Message with id 27 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28
MTC@1072b53dcc28: Message with id 28 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29
MTC@1072b53dcc28: Message with id 29 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 30
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30
MTC@1072b53dcc28: Message with id 30 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31
MTC@1072b53dcc28: Message with id 31 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 32
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32
MTC@1072b53dcc28: Message with id 32 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33
MTC@1072b53dcc28: Message with id 33 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 34
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@1072b53dcc28: 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@1072b53dcc28: Message with id 34 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
MTC@1072b53dcc28: Message with id 35 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 36
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36
MTC@1072b53dcc28: Message with id 36 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37
MTC@1072b53dcc28: Message with id 37 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "write terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message with id 38 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
MTC@1072b53dcc28: Message with id 39 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40
MTC@1072b53dcc28: Message with id 40 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000900B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 1
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000900B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 1
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000903E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000903E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090710100000059061A00000000000000000000000000000000FF9D0400'O } id 3
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000090710100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090A40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 4
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000090A40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 4
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was cleared.
MTC@1072b53dcc28: Start timer T: 8 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090D70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 5
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000090D70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000910A010000005506198FB380000000000000000000000000009D04002B'O } id 6
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000910A010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000913D0100000059061A00000000000000000000000000000000FF9D0400'O } id 7
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000913D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091700100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 8
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000091700100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 8
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091A30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 9
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000091A30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 9
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091D6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 10
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000091D6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092090100000059061A00000000000000000000000000000000FF9D0400'O } id 11
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000092090100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 11
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 11
MTC@1072b53dcc28: Message with id 11 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000923C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 12
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000923C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 12
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 12
MTC@1072b53dcc28: Message with id 12 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000926F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 13
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000926F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 13
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 13
MTC@1072b53dcc28: Message with id 13 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092A2010000005506198FB380000000000000000000000000009D04002B'O } id 14
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000092A2010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 14
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 14
MTC@1072b53dcc28: Message with id 14 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092D50100000059061A00000000000000000000000000000000FF9D0400'O } id 15
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000092D50100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 15
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 15
MTC@1072b53dcc28: Message with id 15 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093080100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 16
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000093080100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 16
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 16
MTC@1072b53dcc28: Message with id 16 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000933B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 17
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000933B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 17
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 17
MTC@1072b53dcc28: Message with id 17 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000936E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 18
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000936E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18
MTC@1072b53dcc28: Message with id 18 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093A10100000059061A00000000000000000000000000000000FF9D0400'O } id 19
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000093A10100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 19
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 19
MTC@1072b53dcc28: Message with id 19 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093D40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 20
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000093D40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 20
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 20
MTC@1072b53dcc28: Message with id 20 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094070100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 21
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000094070100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37895, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37895, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37895, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21
MTC@1072b53dcc28: Message with id 21 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000943A010000005506198FB380000000000000000000000000009D04002B'O } id 22
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000943A010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37946, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37946, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 22
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37946, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 22
MTC@1072b53dcc28: Message with id 22 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000946D0100000059061A00000000000000000000000000000000FF9D0400'O } id 23
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000946D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37997, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37997, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 23
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37997, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 23
MTC@1072b53dcc28: Message with id 23 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094A00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 24
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000094A00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38048, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38048, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 24
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38048, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 24
MTC@1072b53dcc28: Message with id 24 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094D30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 25
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000094D30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38099, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38099, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38099, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25
MTC@1072b53dcc28: Message with id 25 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009506010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 26
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009506010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38150, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38150, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 26
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38150, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 26
MTC@1072b53dcc28: Message with id 26 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000095390100000059061A00000000000000000000000000000000FF9D0400'O } id 27
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000095390100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38201, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38201, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38201, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27
MTC@1072b53dcc28: Message with id 27 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000956C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 28
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000956C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38252, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38252, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 28
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38252, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 28
MTC@1072b53dcc28: Message with id 28 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000959F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 29
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000959F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38303, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38303, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38303, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29
MTC@1072b53dcc28: Message with id 29 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000095D2010000005506198FB380000000000000000000000000009D04002B'O } id 30
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000095D2010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38354, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38354, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 30
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38354, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 30
MTC@1072b53dcc28: Message with id 30 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096050100000059061A00000000000000000000000000000000FF9D0400'O } id 31
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000096050100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38405, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38405, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 31
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38405, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 31
MTC@1072b53dcc28: Message with id 31 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096380100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 32
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000096380100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38456, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38456, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 32
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38456, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 32
MTC@1072b53dcc28: Message with id 32 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000966B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 33
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000966B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38507, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38507, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38507, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33
MTC@1072b53dcc28: Message with id 33 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000969E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 34
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000969E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38558, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38558, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 34
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38558, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 34
MTC@1072b53dcc28: Message with id 34 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096D10100000059061A00000000000000000000000000000000FF9D0400'O } id 35
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000096D10100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38609, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38609, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 35
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38609, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 35
MTC@1072b53dcc28: Message with id 35 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097040100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 36
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000097040100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38660, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38660, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 36
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38660, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 36
MTC@1072b53dcc28: Message with id 36 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097370100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 37
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000097370100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38711, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38711, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 37
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38711, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 37
MTC@1072b53dcc28: Message with id 37 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000976A010000005506198FB380000000000000000000000000009D04002B'O } id 38
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000976A010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38762, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38762, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 38
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38762, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 38
MTC@1072b53dcc28: Message with id 38 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Timeout T: 8 s
MTC@1072b53dcc28: "TC_si_sched_13": TC=0 has #of SI=5
MTC@1072b53dcc28: "TC_si_sched_13": TC=1 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_13": TC=2 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_13": TC=3 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_13": TC=4 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_13": TC=5 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_13": TC=6 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_13": TC=7 has #of SI=5
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41
MTC@1072b53dcc28: Message with id 41 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 42
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42
MTC@1072b53dcc28: Message with id 42 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43
MTC@1072b53dcc28: Message with id 43 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 44
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44
MTC@1072b53dcc28: Message with id 44 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45
MTC@1072b53dcc28: Message with id 45 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46
MTC@1072b53dcc28: Message with id 46 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
MTC@1072b53dcc28: Message with id 47 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 48
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48
MTC@1072b53dcc28: Message with id 48 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49
MTC@1072b53dcc28: Message with id 49 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50
MTC@1072b53dcc28: Message with id 50 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 51
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51
MTC@1072b53dcc28: Message with id 51 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52
MTC@1072b53dcc28: Message with id 52 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 53
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53
MTC@1072b53dcc28: Message with id 53 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54
MTC@1072b53dcc28: Message with id 54 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55
MTC@1072b53dcc28: Message with id 55 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
MTC@1072b53dcc28: Message with id 56 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 57
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57
MTC@1072b53dcc28: Message with id 57 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58
MTC@1072b53dcc28: Message with id 58 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59
MTC@1072b53dcc28: Message with id 59 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 60
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60
MTC@1072b53dcc28: Message with id 60 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61
MTC@1072b53dcc28: Message with id 61 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 62
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62
MTC@1072b53dcc28: Message with id 62 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63
MTC@1072b53dcc28: Message with id 63 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64
MTC@1072b53dcc28: Message with id 64 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
MTC@1072b53dcc28: Message with id 65 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 66
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66
MTC@1072b53dcc28: Message with id 66 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67
MTC@1072b53dcc28: Message with id 67 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68
MTC@1072b53dcc28: Message with id 68 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 69
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69
MTC@1072b53dcc28: Message with id 69 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70
MTC@1072b53dcc28: Message with id 70 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 71
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71
MTC@1072b53dcc28: Message with id 71 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72
MTC@1072b53dcc28: Message with id 72 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 73
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@1072b53dcc28: 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@1072b53dcc28: Message with id 73 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
MTC@1072b53dcc28: Message with id 74 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 75
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75
MTC@1072b53dcc28: Message with id 75 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76
MTC@1072b53dcc28: Message with id 76 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "write terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message with id 77 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
MTC@1072b53dcc28: Message with id 78 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79
MTC@1072b53dcc28: Message with id 79 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000979D0100000059061A00000000000000000000000000000000FF9D0400'O } id 39
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000979D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38813, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38813, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 39
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097D00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 40
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000097D00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38864, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38864, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 40
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000098030100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 41
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000098030100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38915, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38915, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 41
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009836010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 42
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009836010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38966, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38966, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 42
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: setverdict(pass): none -> pass
MTC@1072b53dcc28: Terminating component type Test.dummy_CT.
MTC@1072b53dcc28: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was unmapped from system:GSMTAP.
MTC@1072b53dcc28: Message with id 39 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 40 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 41 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 42 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was stopped.
MTC@1072b53dcc28: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was unmapped from system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was stopped.
MTC@1072b53dcc28: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13.
MTC@1072b53dcc28: Waiting for PTCs to finish.
MTC@1072b53dcc28: Setting final verdict of the test case.
MTC@1072b53dcc28: Local verdict of MTC: pass
MTC@1072b53dcc28: No PTCs were created.
MTC@1072b53dcc28: Test case TC_si_sched_13 finished. Verdict: pass
MC@1072b53dcc28: Test execution finished.
MTC@1072b53dcc28: Executing test case TC_si_sched_13_2bis_2ter_2quater in module Test.
MTC@1072b53dcc28: Test case TC_si_sched_13_2bis_2ter_2quater started.
MTC@1072b53dcc28: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13_2bis_2ter_2quater.
MTC@1072b53dcc28: Port GSMTAP was started.
MTC@1072b53dcc28: Port BSCVTY was started.
MTC@1072b53dcc28: Component type Test.dummy_CT was initialized.
MTC@1072b53dcc28: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was mapped to system:GSMTAP.
MTC@1072b53dcc28: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@1072b53dcc28: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@1072b53dcc28: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was mapped to system:BSCVTY.
MTC@1072b53dcc28: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "enable"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2bis mode static"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000098690100000059061A00000000000000000000000000000000FF9D0400'O } id 1
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000098690100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39017, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39017, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 11
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11
MTC@1072b53dcc28: Message with id 11 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12
MTC@1072b53dcc28: Message with id 12 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13
MTC@1072b53dcc28: Message with id 13 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 14
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14
MTC@1072b53dcc28: Message with id 14 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15
MTC@1072b53dcc28: Message with id 15 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 16
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16
MTC@1072b53dcc28: Message with id 16 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
MTC@1072b53dcc28: Message with id 17 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2ter mode static"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18
MTC@1072b53dcc28: Message with id 18 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
MTC@1072b53dcc28: Message with id 19 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
MTC@1072b53dcc28: Message with id 20 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21
MTC@1072b53dcc28: Message with id 21 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 22
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22
MTC@1072b53dcc28: Message with id 22 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23
MTC@1072b53dcc28: Message with id 23 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24
MTC@1072b53dcc28: Message with id 24 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 25
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25
MTC@1072b53dcc28: Message with id 25 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26
MTC@1072b53dcc28: Message with id 26 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 27
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27
MTC@1072b53dcc28: Message with id 27 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
MTC@1072b53dcc28: Message with id 28 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "gprs mode gprs"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 29
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode gprs" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode gprs" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " gprs mode gprs" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 29
MTC@1072b53dcc28: Message with id 29 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30
MTC@1072b53dcc28: Message with id 30 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 31
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31
MTC@1072b53dcc28: Message with id 31 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32
MTC@1072b53dcc28: Message with id 32 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33
MTC@1072b53dcc28: Message with id 33 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 34
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34
MTC@1072b53dcc28: Message with id 34 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35
MTC@1072b53dcc28: Message with id 35 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 36
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36
MTC@1072b53dcc28: Message with id 36 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
MTC@1072b53dcc28: Message with id 37 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " si2quater neighbor-list add uarfcn 23 42 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38
MTC@1072b53dcc28: Message with id 38 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39
MTC@1072b53dcc28: Message with id 39 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 40
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40
MTC@1072b53dcc28: Message with id 40 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
MTC@1072b53dcc28: Message with id 41 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "write terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message with id 42 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43
MTC@1072b53dcc28: Message with id 43 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44
MTC@1072b53dcc28: Message with id 44 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000989C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 2
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000989C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39068, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39068, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 2
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000098CF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 3
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000098CF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39119, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39119, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 3
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009902010000005506198FB380000000000000000000000000009D04002B'O } id 4
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009902010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39170, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39170, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 4
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099350100000059061A00000000000000000000000000000000FF9D0400'O } id 5
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000099350100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39221, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39221, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was cleared.
MTC@1072b53dcc28: Start timer T: 8 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099680100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 6
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000099680100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39272, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39272, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 6
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39272, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000999B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 7
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000999B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39323, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39323, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39323, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099CE01000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 8
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000099CE01000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39374, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39374, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 8
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39374, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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 := 'C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } }
MTC@1072b53dcc28: 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 := 'C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } }
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A0101000000550602BFE809B3FF00000000000000000000007900002B'O } id 9
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009A0101000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39425, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39425, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 9
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39425, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A340100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 10
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009A340100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39476, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39476, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 10
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39476, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A670100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 11
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009A670100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39527, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39527, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39527, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11
MTC@1072b53dcc28: Message with id 11 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A9A010000005506198FB380000000000000000000000000009D04002B'O } id 12
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009A9A010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39578, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39578, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39578, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12
MTC@1072b53dcc28: Message with id 12 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009ACD0100000059061A00000000000000000000000000000000FF9D0400'O } id 13
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009ACD0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39629, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39629, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39629, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13
MTC@1072b53dcc28: Message with id 13 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B000100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 14
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009B000100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39680, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39680, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 14
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39680, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 14
MTC@1072b53dcc28: Message with id 14 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B330100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 15
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009B330100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39731, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39731, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39731, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15
MTC@1072b53dcc28: Message with id 15 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B66010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 16
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009B66010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39782, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39782, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 16
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39782, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 16
MTC@1072b53dcc28: Message with id 16 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B9901000000550602BFE809B3FF00000000000000000000007900002B'O } id 17
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009B9901000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39833, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39833, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 17
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39833, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 17
MTC@1072b53dcc28: Message with id 17 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009BCC0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 18
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009BCC0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39884, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39884, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 18
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39884, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 18
MTC@1072b53dcc28: Message with id 18 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009BFF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 19
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009BFF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39935, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39935, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39935, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19
MTC@1072b53dcc28: Message with id 19 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009C32010000005506198FB380000000000000000000000000009D04002B'O } id 20
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009C32010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39986, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39986, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39986, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20
MTC@1072b53dcc28: Message with id 20 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009C650100000059061A00000000000000000000000000000000FF9D0400'O } id 21
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009C650100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40037, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40037, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40037, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21
MTC@1072b53dcc28: Message with id 21 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009C980100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 22
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009C980100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40088, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40088, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 22
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40088, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 22
MTC@1072b53dcc28: Message with id 22 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009CCB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 23
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009CCB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40139, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40139, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40139, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23
MTC@1072b53dcc28: Message with id 23 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009CFE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 24
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009CFE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40190, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40190, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 24
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40190, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 24
MTC@1072b53dcc28: Message with id 24 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009D3101000000550602BFE809B3FF00000000000000000000007900002B'O } id 25
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009D3101000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40241, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40241, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 25
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40241, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 25
MTC@1072b53dcc28: Message with id 25 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009D640100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 26
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009D640100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40292, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40292, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 26
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40292, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 26
MTC@1072b53dcc28: Message with id 26 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009D970100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 27
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009D970100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40343, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40343, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40343, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27
MTC@1072b53dcc28: Message with id 27 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009DCA010000005506198FB380000000000000000000000000009D04002B'O } id 28
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009DCA010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40394, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40394, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40394, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28
MTC@1072b53dcc28: Message with id 28 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009DFD0100000059061A00000000000000000000000000000000FF9D0400'O } id 29
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009DFD0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40445, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40445, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40445, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29
MTC@1072b53dcc28: Message with id 29 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009E300100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 30
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009E300100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40496, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40496, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 30
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40496, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 30
MTC@1072b53dcc28: Message with id 30 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009E630100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 31
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009E630100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40547, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40547, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40547, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31
MTC@1072b53dcc28: Message with id 31 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009E9601000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 32
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009E9601000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40598, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40598, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 32
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40598, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 32
MTC@1072b53dcc28: Message with id 32 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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 := 'C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } }
MTC@1072b53dcc28: 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 := 'C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } }
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009EC901000000550602BFE809B3FF00000000000000000000007900002B'O } id 33
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009EC901000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40649, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40649, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 33
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40649, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 33
MTC@1072b53dcc28: Message with id 33 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009EFC0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 34
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009EFC0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40700, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40700, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 34
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40700, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 34
MTC@1072b53dcc28: Message with id 34 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009F2F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 35
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009F2F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40751, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40751, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 35
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40751, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 35
MTC@1072b53dcc28: Message with id 35 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009F62010000005506198FB380000000000000000000000000009D04002B'O } id 36
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009F62010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40802, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40802, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 36
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40802, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 36
MTC@1072b53dcc28: Message with id 36 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009F950100000059061A00000000000000000000000000000000FF9D0400'O } id 37
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009F950100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40853, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40853, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 37
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40853, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 37
MTC@1072b53dcc28: Message with id 37 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009FC80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 38
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009FC80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40904, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40904, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 38
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40904, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 38
MTC@1072b53dcc28: Message with id 38 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009FFB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 39
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009FFB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40955, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40955, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 39
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40955, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 39
MTC@1072b53dcc28: Message with id 39 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Timeout T: 8 s
MTC@1072b53dcc28: "TC_si_sched_13_2bis_2ter_2quater": TC=0 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_13_2bis_2ter_2quater": TC=1 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_13_2bis_2ter_2quater": TC=2 has #of SI=5
MTC@1072b53dcc28: "TC_si_sched_13_2bis_2ter_2quater": TC=3 has #of SI=5
MTC@1072b53dcc28: "TC_si_sched_13_2bis_2ter_2quater": TC=4 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_13_2bis_2ter_2quater": TC=5 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_13_2bis_2ter_2quater": TC=6 has #of SI=4
MTC@1072b53dcc28: "TC_si_sched_13_2bis_2ter_2quater": TC=7 has #of SI=4
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45
MTC@1072b53dcc28: Message with id 45 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 46
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46
MTC@1072b53dcc28: Message with id 46 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47
MTC@1072b53dcc28: Message with id 47 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 48
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48
MTC@1072b53dcc28: Message with id 48 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
MTC@1072b53dcc28: Message with id 49 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50
MTC@1072b53dcc28: Message with id 50 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51
MTC@1072b53dcc28: Message with id 51 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 52
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52
MTC@1072b53dcc28: Message with id 52 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53
MTC@1072b53dcc28: Message with id 53 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54
MTC@1072b53dcc28: Message with id 54 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 55
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55
MTC@1072b53dcc28: Message with id 55 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56
MTC@1072b53dcc28: Message with id 56 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 57
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57
MTC@1072b53dcc28: Message with id 57 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
MTC@1072b53dcc28: Message with id 58 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59
MTC@1072b53dcc28: Message with id 59 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60
MTC@1072b53dcc28: Message with id 60 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 61
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61
MTC@1072b53dcc28: Message with id 61 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62
MTC@1072b53dcc28: Message with id 62 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63
MTC@1072b53dcc28: Message with id 63 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 64
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64
MTC@1072b53dcc28: Message with id 64 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65
MTC@1072b53dcc28: Message with id 65 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 66
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66
MTC@1072b53dcc28: Message with id 66 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
MTC@1072b53dcc28: Message with id 67 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68
MTC@1072b53dcc28: Message with id 68 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69
MTC@1072b53dcc28: Message with id 69 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 70
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70
MTC@1072b53dcc28: Message with id 70 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71
MTC@1072b53dcc28: Message with id 71 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72
MTC@1072b53dcc28: Message with id 72 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 73
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73
MTC@1072b53dcc28: Message with id 73 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74
MTC@1072b53dcc28: Message with id 74 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 75
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75
MTC@1072b53dcc28: Message with id 75 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
MTC@1072b53dcc28: Message with id 76 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 77
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 77
MTC@1072b53dcc28: Message with id 77 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78
MTC@1072b53dcc28: Message with id 78 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 79
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79
MTC@1072b53dcc28: Message with id 79 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
MTC@1072b53dcc28: Message with id 80 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "write terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82
MTC@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: 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@1072b53dcc28: Message with id 81 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82
MTC@1072b53dcc28: Message with id 82 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83
MTC@1072b53dcc28: Message with id 83 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A02E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 40
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A02E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41006, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41006, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 40
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A0610100000059061A00000000000000000000000000000000FF9D0400'O } id 41
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A0610100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41057, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41057, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 41
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A0940100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 42
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A0940100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41108, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41108, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 42
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A0C70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 43
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A0C70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41159, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41159, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 43
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: setverdict(pass): none -> pass
MTC@1072b53dcc28: Terminating component type Test.dummy_CT.
MTC@1072b53dcc28: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was unmapped from system:GSMTAP.
MTC@1072b53dcc28: Message with id 40 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 41 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 42 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 43 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was stopped.
MTC@1072b53dcc28: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was unmapped from system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was stopped.
MTC@1072b53dcc28: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13_2bis_2ter_2quater.
MTC@1072b53dcc28: Waiting for PTCs to finish.
MTC@1072b53dcc28: Setting final verdict of the test case.
MTC@1072b53dcc28: Local verdict of MTC: pass
MTC@1072b53dcc28: No PTCs were created.
MTC@1072b53dcc28: Test case TC_si_sched_13_2bis_2ter_2quater finished. Verdict: pass
MC@1072b53dcc28: Test execution finished.
MTC@1072b53dcc28: Executing test case TC_neci in module Test.
MTC@1072b53dcc28: Test case TC_neci started.
MTC@1072b53dcc28: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_neci.
MTC@1072b53dcc28: Port GSMTAP was started.
MTC@1072b53dcc28: Port BSCVTY was started.
MTC@1072b53dcc28: Component type Test.dummy_CT was initialized.
MTC@1072b53dcc28: Random number generator was initialized with seed 60.218493: srand48(-568359957).
MTC@1072b53dcc28: Function rnd() returned 0.462153.
MTC@1072b53dcc28: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was mapped to system:GSMTAP.
MTC@1072b53dcc28: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@1072b53dcc28: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@1072b53dcc28: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was mapped to system:BSCVTY.
MTC@1072b53dcc28: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "enable"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "neci 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " neci 0" id 5
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6
MTC@1072b53dcc28: Matching on port BSCVTY " neci 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " neci 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " neci 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " neci 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " neci 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " neci 0" id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 7
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 8
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 9
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A0FA010000005506198FB380000000000000000000000000009D04002B'O } id 1
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A0FA010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41210, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41210, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 1
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A12D0100000059061A00000000000000000000000000000000FF9D0400'O } id 2
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A12D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41261, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41261, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 2
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1600100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 3
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A1600100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41312, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41312, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 3
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1930100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A1930100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41363, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41363, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 4
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was cleared.
MTC@1072b53dcc28: Start timer T: 10 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1C6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A1C6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41414, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41414, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41414, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1F90100000059061A00000000000000000000000000000000FF9D0400'O } id 6
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A1F90100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41465, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41465, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41465, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A22C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 7
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A22C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41516, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41516, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41516, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: setverdict(pass): none -> pass
MTC@1072b53dcc28: Terminating component type Test.dummy_CT.
MTC@1072b53dcc28: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was unmapped from system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was stopped.
MTC@1072b53dcc28: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was unmapped from system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was stopped.
MTC@1072b53dcc28: Component type Test.dummy_CT was shut down inside testcase TC_neci.
MTC@1072b53dcc28: Waiting for PTCs to finish.
MTC@1072b53dcc28: Setting final verdict of the test case.
MTC@1072b53dcc28: Local verdict of MTC: pass
MTC@1072b53dcc28: No PTCs were created.
MTC@1072b53dcc28: Test case TC_neci finished. Verdict: pass
MC@1072b53dcc28: Test execution finished.
MTC@1072b53dcc28: Executing test case TC_cell_resel_hyst in module Test.
MTC@1072b53dcc28: Test case TC_cell_resel_hyst started.
MTC@1072b53dcc28: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cell_resel_hyst.
MTC@1072b53dcc28: Port GSMTAP was started.
MTC@1072b53dcc28: Port BSCVTY was started.
MTC@1072b53dcc28: Component type Test.dummy_CT was initialized.
MTC@1072b53dcc28: Function rnd() returned 0.789762.
MTC@1072b53dcc28: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was mapped to system:GSMTAP.
MTC@1072b53dcc28: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@1072b53dcc28: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@1072b53dcc28: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was mapped to system:BSCVTY.
MTC@1072b53dcc28: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "enable"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "cell reselection hysteresis 10"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " cell reselection hysteresis 10" id 7
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Matching on port BSCVTY " cell reselection hysteresis 10" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " cell reselection hysteresis 10" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " cell reselection hysteresis 10" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " cell reselection hysteresis 10" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " cell reselection hysteresis 10" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell reselection hysteresis 10" id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@1072b53dcc28: Message with id 11 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A25F0100000031061C62F224334FBD2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A25F0100000031061C62F224334FBD2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41567, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41567, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A292010000005506198FB380000000000000000000000000009D04002B'O } id 2
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A292010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41618, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41618, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A2C50100000059061A00000000000000000000000000000000FF9D0400'O } id 3
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A2C50100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41669, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41669, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A2F80100000049061B51E062F224334F11010110BD2D9D0400392B2B2B'O } id 4
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A2F80100000049061B51E062F224334F11010110BD2D9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41720, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F11010110BD2D9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41720, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F11010110BD2D9D0400392B2B2B'O } } id 4
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was cleared.
MTC@1072b53dcc28: Start timer T: 10 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A32B0100000031061C62F224334FBD2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A32B0100000031061C62F224334FBD2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41771, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41771, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41771, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334FBD2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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 := 5, ms_txpwr_max_cch := 29, acs := false, neci := 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A35E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A35E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41822, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41822, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41822, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A3910100000059061A00000000000000000000000000000000FF9D0400'O } id 7
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A3910100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41873, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41873, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41873, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A3C40100000049061B51E062F224334F11010110BD2D9D0400392B2B2B'O } id 8
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A3C40100000049061B51E062F224334F11010110BD2D9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41924, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F11010110BD2D9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41924, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F11010110BD2D9D0400392B2B2B'O } } id 8
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41924, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F11010110BD2D9D0400392B2B2B'O } } id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F11010110BD2D9D0400392B2B2B'O
MTC@1072b53dcc28: 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 := 5, ms_txpwr_max_cch := 29, acs := false, neci := 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@1072b53dcc28: setverdict(pass): none -> pass
MTC@1072b53dcc28: Terminating component type Test.dummy_CT.
MTC@1072b53dcc28: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was unmapped from system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was stopped.
MTC@1072b53dcc28: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was unmapped from system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was stopped.
MTC@1072b53dcc28: Component type Test.dummy_CT was shut down inside testcase TC_cell_resel_hyst.
MTC@1072b53dcc28: Waiting for PTCs to finish.
MTC@1072b53dcc28: Setting final verdict of the test case.
MTC@1072b53dcc28: Local verdict of MTC: pass
MTC@1072b53dcc28: No PTCs were created.
MTC@1072b53dcc28: Test case TC_cell_resel_hyst finished. Verdict: pass
MC@1072b53dcc28: Test execution finished.
MTC@1072b53dcc28: Executing test case TC_rxlev_acc_min in module Test.
MTC@1072b53dcc28: Test case TC_rxlev_acc_min started.
MTC@1072b53dcc28: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rxlev_acc_min.
MTC@1072b53dcc28: Port GSMTAP was started.
MTC@1072b53dcc28: Port BSCVTY was started.
MTC@1072b53dcc28: Component type Test.dummy_CT was initialized.
MTC@1072b53dcc28: Function rnd() returned 0.922394.
MTC@1072b53dcc28: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was mapped to system:GSMTAP.
MTC@1072b53dcc28: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@1072b53dcc28: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@1072b53dcc28: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was mapped to system:BSCVTY.
MTC@1072b53dcc28: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "enable"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "rxlev access min 58"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " rxlev access min 58" id 7
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Matching on port BSCVTY " rxlev access min 58" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " rxlev access min 58" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " rxlev access min 58" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " rxlev access min 58" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " rxlev access min 58" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rxlev access min 58" id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@1072b53dcc28: Message with id 11 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A3F70100000031061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A3F70100000031061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41975, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41975, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A42A010000005506198FB380000000000000000000000000009D04002B'O } id 2
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A42A010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42026, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42026, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A45D0100000059061A00000000000000000000000000000000FF9D0400'O } id 3
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A45D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42077, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42077, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A4900100000049061B51E062F224334F11010110BD3A9D0400392B2B2B'O } id 4
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A4900100000049061B51E062F224334F11010110BD3A9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42128, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F11010110BD3A9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42128, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F11010110BD3A9D0400392B2B2B'O } } id 4
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was cleared.
MTC@1072b53dcc28: Start timer T: 10 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A4C30100000031061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A4C30100000031061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42179, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42179, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42179, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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 := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A4F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A4F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42230, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42230, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42230, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A5290100000059061A00000000000000000000000000000000FF9D0400'O } id 7
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A5290100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42281, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42281, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42281, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A55C0100000049061B51E062F224334F11010110BD3A9D0400392B2B2B'O } id 8
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A55C0100000049061B51E062F224334F11010110BD3A9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42332, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F11010110BD3A9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42332, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F11010110BD3A9D0400392B2B2B'O } } id 8
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42332, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F11010110BD3A9D0400392B2B2B'O } } id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F11010110BD3A9D0400392B2B2B'O
MTC@1072b53dcc28: 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 := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, 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@1072b53dcc28: setverdict(pass): none -> pass
MTC@1072b53dcc28: Terminating component type Test.dummy_CT.
MTC@1072b53dcc28: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was unmapped from system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was stopped.
MTC@1072b53dcc28: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was unmapped from system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was stopped.
MTC@1072b53dcc28: Component type Test.dummy_CT was shut down inside testcase TC_rxlev_acc_min.
MTC@1072b53dcc28: Waiting for PTCs to finish.
MTC@1072b53dcc28: Setting final verdict of the test case.
MTC@1072b53dcc28: Local verdict of MTC: pass
MTC@1072b53dcc28: No PTCs were created.
MTC@1072b53dcc28: Test case TC_rxlev_acc_min finished. Verdict: pass
MC@1072b53dcc28: Test execution finished.
MTC@1072b53dcc28: Executing test case TC_cellid in module Test.
MTC@1072b53dcc28: Test case TC_cellid started.
MTC@1072b53dcc28: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cellid.
MTC@1072b53dcc28: Port GSMTAP was started.
MTC@1072b53dcc28: Port BSCVTY was started.
MTC@1072b53dcc28: Component type Test.dummy_CT was initialized.
MTC@1072b53dcc28: Function rnd() returned 0.227642.
MTC@1072b53dcc28: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was mapped to system:GSMTAP.
MTC@1072b53dcc28: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@1072b53dcc28: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@1072b53dcc28: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was mapped to system:BSCVTY.
MTC@1072b53dcc28: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "enable"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "cell_identity 14918"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " cell_identity 14918" id 7
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Matching on port BSCVTY " cell_identity 14918" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " cell_identity 14918" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " cell_identity 14918" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " cell_identity 14918" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " cell_identity 14918" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell_identity 14918" id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@1072b53dcc28: Message with id 11 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A58F0100000031061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A58F0100000031061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42383, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42383, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A5C2010000005506198FB380000000000000000000000000009D04002B'O } id 2
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A5C2010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42434, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42434, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A5F50100000059061A00000000000000000000000000000000FF9D0400'O } id 3
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A5F50100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42485, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42485, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A6280100000049061B3A4662F224334F11010110BD3A9D0400392B2B2B'O } id 4
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A6280100000049061B3A4662F224334F11010110BD3A9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42536, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224334F11010110BD3A9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42536, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224334F11010110BD3A9D0400392B2B2B'O } } id 4
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was cleared.
MTC@1072b53dcc28: Start timer T: 10 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A65B0100000031061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A65B0100000031061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42587, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42587, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42587, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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 := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A68E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A68E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42638, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42638, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42638, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A6C10100000059061A00000000000000000000000000000000FF9D0400'O } id 7
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A6C10100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42689, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42689, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42689, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A6F40100000049061B3A4662F224334F11010110BD3A9D0400392B2B2B'O } id 8
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A6F40100000049061B3A4662F224334F11010110BD3A9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42740, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224334F11010110BD3A9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42740, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224334F11010110BD3A9D0400392B2B2B'O } } id 8
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42740, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224334F11010110BD3A9D0400392B2B2B'O } } id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B3A4662F224334F11010110BD3A9D0400392B2B2B'O
MTC@1072b53dcc28: 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 := 14918, 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 := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, 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@1072b53dcc28: setverdict(pass): none -> pass
MTC@1072b53dcc28: Terminating component type Test.dummy_CT.
MTC@1072b53dcc28: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was unmapped from system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was stopped.
MTC@1072b53dcc28: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was unmapped from system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was stopped.
MTC@1072b53dcc28: Component type Test.dummy_CT was shut down inside testcase TC_cellid.
MTC@1072b53dcc28: Waiting for PTCs to finish.
MTC@1072b53dcc28: Setting final verdict of the test case.
MTC@1072b53dcc28: Local verdict of MTC: pass
MTC@1072b53dcc28: No PTCs were created.
MTC@1072b53dcc28: Test case TC_cellid finished. Verdict: pass
MC@1072b53dcc28: Test execution finished.
MTC@1072b53dcc28: Executing test case TC_lac in module Test.
MTC@1072b53dcc28: Test case TC_lac started.
MTC@1072b53dcc28: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_lac.
MTC@1072b53dcc28: Port GSMTAP was started.
MTC@1072b53dcc28: Port BSCVTY was started.
MTC@1072b53dcc28: Component type Test.dummy_CT was initialized.
MTC@1072b53dcc28: Function rnd() returned 0.780515.
MTC@1072b53dcc28: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was mapped to system:GSMTAP.
MTC@1072b53dcc28: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@1072b53dcc28: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@1072b53dcc28: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was mapped to system:BSCVTY.
MTC@1072b53dcc28: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "enable"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "location_area_code 51151"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " location_area_code 51151" id 7
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Matching on port BSCVTY " location_area_code 51151" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " location_area_code 51151" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " location_area_code 51151" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " location_area_code 51151" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " location_area_code 51151" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " location_area_code 51151" id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@1072b53dcc28: Message with id 11 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A7270100000031061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A7270100000031061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42791, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42791, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A75A010000005506198FB380000000000000000000000000009D04002B'O } id 2
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A75A010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42842, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42842, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A78D0100000059061A00000000000000000000000000000000FF9D0400'O } id 3
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A78D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42893, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42893, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A7C00100000049061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O } id 4
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A7C00100000049061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42944, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42944, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O } } id 4
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was cleared.
MTC@1072b53dcc28: Start timer T: 10 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A7F30100000031061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A7F30100000031061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42995, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42995, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42995, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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 := 51151 }, cell_sel_par := { cell_resel_hyst := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A826010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A826010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43046, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43046, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43046, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A8590100000059061A00000000000000000000000000000000FF9D0400'O } id 7
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A8590100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43097, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43097, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43097, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A88C0100000049061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O } id 8
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A88C0100000049061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43148, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43148, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O } } id 8
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43148, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O } } id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O
MTC@1072b53dcc28: 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 := 14918, lai := { mcc_mnc := '262F42'H, lac := 51151 }, 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 := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, 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@1072b53dcc28: setverdict(pass): none -> pass
MTC@1072b53dcc28: Terminating component type Test.dummy_CT.
MTC@1072b53dcc28: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was unmapped from system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was stopped.
MTC@1072b53dcc28: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was unmapped from system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was stopped.
MTC@1072b53dcc28: Component type Test.dummy_CT was shut down inside testcase TC_lac.
MTC@1072b53dcc28: Waiting for PTCs to finish.
MTC@1072b53dcc28: Setting final verdict of the test case.
MTC@1072b53dcc28: Local verdict of MTC: pass
MTC@1072b53dcc28: No PTCs were created.
MTC@1072b53dcc28: Test case TC_lac finished. Verdict: pass
MC@1072b53dcc28: Test execution finished.
MTC@1072b53dcc28: Executing test case TC_rach_tx_int in module Test.
MTC@1072b53dcc28: Test case TC_rach_tx_int started.
MTC@1072b53dcc28: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_tx_int.
MTC@1072b53dcc28: Port GSMTAP was started.
MTC@1072b53dcc28: Port BSCVTY was started.
MTC@1072b53dcc28: Component type Test.dummy_CT was initialized.
MTC@1072b53dcc28: Function rnd() returned 0.499554.
MTC@1072b53dcc28: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was mapped to system:GSMTAP.
MTC@1072b53dcc28: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@1072b53dcc28: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@1072b53dcc28: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was mapped to system:BSCVTY.
MTC@1072b53dcc28: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "enable"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "rach tx integer 7"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " rach tx integer 7" id 7
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Matching on port BSCVTY " rach tx integer 7" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " rach tx integer 7" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " rach tx integer 7" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " rach tx integer 7" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " rach tx integer 7" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach tx integer 7" id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@1072b53dcc28: Message with id 11 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A8BF0100000031061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A8BF0100000031061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43199, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43199, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A8F2010000005506198FB380000000000000000000000000009D04002B'O } id 2
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A8F2010000005506198FB380000000000000000000000000009D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43250, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43250, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9250100000059061A00000000000000000000000000000000FF9D0400'O } id 3
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A9250100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43301, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43301, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9580100000049061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O } id 4
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A9580100000049061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43352, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43352, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O } } id 4
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was cleared.
MTC@1072b53dcc28: Start timer T: 10 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A98B0100000031061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A98B0100000031061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43403, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43403, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43403, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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 := 51151 }, cell_sel_par := { cell_resel_hyst := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A9BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43454, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43454, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43454, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9F10100000059061A00000000000000000000000000000000FF9D0400'O } id 7
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A9F10100000059061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43505, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43505, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43505, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AA240100000049061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O } id 8
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AA240100000049061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43556, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43556, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O } } id 8
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43556, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O } } id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O
MTC@1072b53dcc28: 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 := 14918, lai := { mcc_mnc := '262F42'H, lac := 51151 }, 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 := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, 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@1072b53dcc28: setverdict(pass): none -> pass
MTC@1072b53dcc28: Terminating component type Test.dummy_CT.
MTC@1072b53dcc28: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was unmapped from system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was stopped.
MTC@1072b53dcc28: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was unmapped from system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was stopped.
MTC@1072b53dcc28: Component type Test.dummy_CT was shut down inside testcase TC_rach_tx_int.
MTC@1072b53dcc28: Waiting for PTCs to finish.
MTC@1072b53dcc28: Setting final verdict of the test case.
MTC@1072b53dcc28: Local verdict of MTC: pass
MTC@1072b53dcc28: No PTCs were created.
MTC@1072b53dcc28: Test case TC_rach_tx_int finished. Verdict: pass
MC@1072b53dcc28: Test execution finished.
MTC@1072b53dcc28: Executing test case TC_rach_max_tx in module Test.
MTC@1072b53dcc28: Test case TC_rach_max_tx started.
MTC@1072b53dcc28: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_max_tx.
MTC@1072b53dcc28: Port GSMTAP was started.
MTC@1072b53dcc28: Port BSCVTY was started.
MTC@1072b53dcc28: Component type Test.dummy_CT was initialized.
MTC@1072b53dcc28: Function rnd() returned 0.171850.
MTC@1072b53dcc28: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was mapped to system:GSMTAP.
MTC@1072b53dcc28: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@1072b53dcc28: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@1072b53dcc28: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was mapped to system:BSCVTY.
MTC@1072b53dcc28: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "enable"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "rach max transmission 1"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " rach max transmission 1" id 7
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Matching on port BSCVTY " rach max transmission 1" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " rach max transmission 1" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " rach max transmission 1" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " rach max transmission 1" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " rach max transmission 1" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach max transmission 1" id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@1072b53dcc28: Message with id 11 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AA570100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AA570100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43607, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43607, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AA8A010000005506198FB380000000000000000000000000001D04002B'O } id 2
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AA8A010000005506198FB380000000000000000000000000001D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43658, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43658, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 2
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AABD0100000059061A00000000000000000000000000000000FF1D0400'O } id 3
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AABD0100000059061A00000000000000000000000000000000FF1D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43709, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43709, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 3
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AAF00100000049061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } id 4
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AAF00100000049061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43760, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43760, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } } id 4
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was cleared.
MTC@1072b53dcc28: Start timer T: 10 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AB230100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AB230100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43811, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43811, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43811, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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 := 51151 }, cell_sel_par := { cell_resel_hyst := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, rach_control := { max_retrans := '00'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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AB56010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AB56010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43862, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43862, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43862, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AB890100000059061A00000000000000000000000000000000FF1D0400'O } id 7
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AB890100000059061A00000000000000000000000000000000FF1D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43913, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43913, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43913, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF1D0400'O
MTC@1072b53dcc28: 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 := '00'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ABBC0100000049061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } id 8
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000ABBC0100000049061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43964, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43964, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } } id 8
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43964, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } } id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O
MTC@1072b53dcc28: 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 := 14918, lai := { mcc_mnc := '262F42'H, lac := 51151 }, 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 := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, rach_control := { max_retrans := '00'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@1072b53dcc28: setverdict(pass): none -> pass
MTC@1072b53dcc28: Terminating component type Test.dummy_CT.
MTC@1072b53dcc28: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was unmapped from system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was stopped.
MTC@1072b53dcc28: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was unmapped from system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was stopped.
MTC@1072b53dcc28: Component type Test.dummy_CT was shut down inside testcase TC_rach_max_tx.
MTC@1072b53dcc28: Waiting for PTCs to finish.
MTC@1072b53dcc28: Setting final verdict of the test case.
MTC@1072b53dcc28: Local verdict of MTC: pass
MTC@1072b53dcc28: No PTCs were created.
MTC@1072b53dcc28: Test case TC_rach_max_tx finished. Verdict: pass
MC@1072b53dcc28: Test execution finished.
MTC@1072b53dcc28: Executing test case TC_attach in module Test.
MTC@1072b53dcc28: Test case TC_attach started.
MTC@1072b53dcc28: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_attach.
MTC@1072b53dcc28: Port GSMTAP was started.
MTC@1072b53dcc28: Port BSCVTY was started.
MTC@1072b53dcc28: Component type Test.dummy_CT was initialized.
MTC@1072b53dcc28: Function rnd() returned 0.599082.
MTC@1072b53dcc28: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was mapped to system:GSMTAP.
MTC@1072b53dcc28: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@1072b53dcc28: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@1072b53dcc28: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was mapped to system:BSCVTY.
MTC@1072b53dcc28: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "enable"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "channel-descrption attach 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " channel-descrption attach 0" id 7
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Matching on port BSCVTY " channel-descrption attach 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " channel-descrption attach 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " channel-descrption attach 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " channel-descrption attach 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " channel-descrption attach 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption attach 0" id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@1072b53dcc28: Message with id 11 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ABEF0100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000ABEF0100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44015, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44015, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AC22010000005506198FB380000000000000000000000000001D04002B'O } id 2
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AC22010000005506198FB380000000000000000000000000001D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44066, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44066, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 2
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AC550100000059061A00000000000000000000000000000000FF1D0400'O } id 3
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AC550100000059061A00000000000000000000000000000000FF1D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44117, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44117, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 3
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AC880100000049061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } id 4
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AC880100000049061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44168, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44168, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } } id 4
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was cleared.
MTC@1072b53dcc28: Start timer T: 10 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ACBB0100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000ACBB0100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44219, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44219, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44219, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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 := 51151 }, cell_sel_par := { cell_resel_hyst := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, rach_control := { max_retrans := '00'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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ACEE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000ACEE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44270, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44270, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44270, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AD210100000059061A00000000000000000000000000000000FF1D0400'O } id 7
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AD210100000059061A00000000000000000000000000000000FF1D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44321, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44321, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44321, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF1D0400'O
MTC@1072b53dcc28: 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 := '00'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AD540100000049061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } id 8
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AD540100000049061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44372, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44372, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } } id 8
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44372, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } } id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O
MTC@1072b53dcc28: 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 := 14918, lai := { mcc_mnc := '262F42'H, lac := 51151 }, 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 := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, rach_control := { max_retrans := '00'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@1072b53dcc28: setverdict(pass): none -> pass
MTC@1072b53dcc28: Terminating component type Test.dummy_CT.
MTC@1072b53dcc28: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was unmapped from system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was stopped.
MTC@1072b53dcc28: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was unmapped from system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was stopped.
MTC@1072b53dcc28: Component type Test.dummy_CT was shut down inside testcase TC_attach.
MTC@1072b53dcc28: Waiting for PTCs to finish.
MTC@1072b53dcc28: Setting final verdict of the test case.
MTC@1072b53dcc28: Local verdict of MTC: pass
MTC@1072b53dcc28: No PTCs were created.
MTC@1072b53dcc28: Test case TC_attach finished. Verdict: pass
MC@1072b53dcc28: Test execution finished.
MTC@1072b53dcc28: Executing test case TC_dtx_ul in module Test.
MTC@1072b53dcc28: Test case TC_dtx_ul started.
MTC@1072b53dcc28: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_dtx_ul.
MTC@1072b53dcc28: Port GSMTAP was started.
MTC@1072b53dcc28: Port BSCVTY was started.
MTC@1072b53dcc28: Component type Test.dummy_CT was initialized.
MTC@1072b53dcc28: Function rnd() returned 0.050254.
MTC@1072b53dcc28: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was mapped to system:GSMTAP.
MTC@1072b53dcc28: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@1072b53dcc28: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@1072b53dcc28: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was mapped to system:BSCVTY.
MTC@1072b53dcc28: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "enable"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "dtx uplink"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " dtx uplink" id 7
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Matching on port BSCVTY " dtx uplink" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " dtx uplink" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " dtx uplink" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " dtx uplink" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " dtx uplink" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " dtx uplink" id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Port GSMTAP was cleared.
MTC@1072b53dcc28: Start timer T: 10 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AD870100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AD870100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44423, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44423, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44423, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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 := 51151 }, cell_sel_par := { cell_resel_hyst := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, rach_control := { max_retrans := '00'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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ADBA010000005506198FB380000000000000000000000000001D04002B'O } id 2
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000ADBA010000005506198FB380000000000000000000000000001D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44474, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44474, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 2
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44474, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 2
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000001D04002B'O
MTC@1072b53dcc28: 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 := '00'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ADED0100000059061A00000000000000000000000000000000FF1D0400'O } id 3
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000ADED0100000059061A00000000000000000000000000000000FF1D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44525, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44525, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 3
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44525, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 3
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF1D0400'O
MTC@1072b53dcc28: 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 := '00'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AE200100000049061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } id 4
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AE200100000049061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44576, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44576, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } } id 4
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44576, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } } id 4
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O
MTC@1072b53dcc28: 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 := 14918, lai := { mcc_mnc := '262F42'H, lac := 51151 }, 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 := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, rach_control := { max_retrans := '00'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@1072b53dcc28: 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 := 14918, lai := { mcc_mnc := '262F42'H, lac := 51151 }, 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 := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, rach_control := { max_retrans := '00'B, tx_integer := '0111'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 := 14918, lai := { mcc_mnc := '262F42'H, lac := 51151 }, 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 := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, rach_control := { max_retrans := '00'B, tx_integer := '0111'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@1072b53dcc28: Terminating component type Test.dummy_CT.
MTC@1072b53dcc28: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was unmapped from system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was stopped.
MTC@1072b53dcc28: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@1072b53dcc28: Warning: BSCVTY: Dropping partial message
MTC@1072b53dcc28: Port BSCVTY was unmapped from system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was stopped.
MTC@1072b53dcc28: Component type Test.dummy_CT was shut down inside testcase TC_dtx_ul.
MTC@1072b53dcc28: Waiting for PTCs to finish.
MTC@1072b53dcc28: Setting final verdict of the test case.
MTC@1072b53dcc28: 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 := 14918, lai := { mcc_mnc := '262F42'H, lac := 51151 }, 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 := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, rach_control := { max_retrans := '00'B, tx_integer := '0111'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@1072b53dcc28: No PTCs were created.
MTC@1072b53dcc28: 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 := 14918, lai := { mcc_mnc := '262F42'H, lac := 51151 }, 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 := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, rach_control := { max_retrans := '00'B, tx_integer := '0111'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@1072b53dcc28: Test execution finished.
MTC@1072b53dcc28: Executing test case TC_emerg_allowed in module Test.
MTC@1072b53dcc28: Test case TC_emerg_allowed started.
MTC@1072b53dcc28: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_emerg_allowed.
MTC@1072b53dcc28: Port GSMTAP was started.
MTC@1072b53dcc28: Port BSCVTY was started.
MTC@1072b53dcc28: Component type Test.dummy_CT was initialized.
MTC@1072b53dcc28: Function rnd() returned 0.630363.
MTC@1072b53dcc28: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was mapped to system:GSMTAP.
MTC@1072b53dcc28: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@1072b53dcc28: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@1072b53dcc28: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was mapped to system:BSCVTY.
MTC@1072b53dcc28: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "enable"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "rach emergency call allowed 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " rach emergency call allowed 0" id 7
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Matching on port BSCVTY " rach emergency call allowed 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " rach emergency call allowed 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " rach emergency call allowed 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: 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@1072b53dcc28: Matching on port BSCVTY succeeded: " rach emergency call allowed 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach emergency call allowed 0" id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@1072b53dcc28: Message with id 11 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AE530100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AE530100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44627, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44627, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AE86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AE86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44678, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44678, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AEB90100000059061A00000000000000000000000000000000FF1D0400'O } id 3
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AEB90100000059061A00000000000000000000000000000000FF1D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44729, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44729, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 3
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AEEC0100000049061B3A4662F224C7CF11010100BD3A1D0400392B2B2B'O } id 4
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AEEC0100000049061B3A4662F224C7CF11010100BD3A1D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44780, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010100BD3A1D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44780, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010100BD3A1D0400392B2B2B'O } } id 4
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was cleared.
MTC@1072b53dcc28: Start timer T: 10 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AF1F0100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AF1F0100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44831, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44831, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44831, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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 := 51151 }, cell_sel_par := { cell_resel_hyst := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, rach_control := { max_retrans := '00'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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AF52010000005506198FB380000000000000000000000000001D04002B'O } id 6
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AF52010000005506198FB380000000000000000000000000001D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44882, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44882, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 6
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44882, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000001D04002B'O
MTC@1072b53dcc28: 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 := '00'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AF850100000059061A00000000000000000000000000000000FF1D0400'O } id 7
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AF850100000059061A00000000000000000000000000000000FF1D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44933, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44933, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44933, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF1D0400'O
MTC@1072b53dcc28: 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 := '00'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AFB80100000049061B3A4662F224C7CF11010100BD3A1D0400392B2B2B'O } id 8
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AFB80100000049061B3A4662F224C7CF11010100BD3A1D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44984, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010100BD3A1D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44984, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010100BD3A1D0400392B2B2B'O } } id 8
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44984, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010100BD3A1D0400392B2B2B'O } } id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B3A4662F224C7CF11010100BD3A1D0400392B2B2B'O
MTC@1072b53dcc28: 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 := 14918, lai := { mcc_mnc := '262F42'H, lac := 51151 }, 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 := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, rach_control := { max_retrans := '00'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@1072b53dcc28: setverdict(pass): none -> pass
MTC@1072b53dcc28: Terminating component type Test.dummy_CT.
MTC@1072b53dcc28: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was unmapped from system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was stopped.
MTC@1072b53dcc28: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was unmapped from system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was stopped.
MTC@1072b53dcc28: Component type Test.dummy_CT was shut down inside testcase TC_emerg_allowed.
MTC@1072b53dcc28: Waiting for PTCs to finish.
MTC@1072b53dcc28: Setting final verdict of the test case.
MTC@1072b53dcc28: Local verdict of MTC: pass
MTC@1072b53dcc28: No PTCs were created.
MTC@1072b53dcc28: Test case TC_emerg_allowed finished. Verdict: pass
MC@1072b53dcc28: Test execution finished.
MTC@1072b53dcc28: Executing test case TC_bs_pa_mfrms in module Test.
MTC@1072b53dcc28: Test case TC_bs_pa_mfrms started.
MTC@1072b53dcc28: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_pa_mfrms.
MTC@1072b53dcc28: Port GSMTAP was started.
MTC@1072b53dcc28: Port BSCVTY was started.
MTC@1072b53dcc28: Component type Test.dummy_CT was initialized.
MTC@1072b53dcc28: Function rnd() returned 0.439798.
MTC@1072b53dcc28: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was mapped to system:GSMTAP.
MTC@1072b53dcc28: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@1072b53dcc28: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@1072b53dcc28: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was mapped to system:BSCVTY.
MTC@1072b53dcc28: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "enable"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "channel-descrption bs-pa-mfrms 5"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " channel-descrption bs-pa-mfrms 5" id 7
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 5" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 5" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 5" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 5" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " channel-descrption bs-pa-mfrms 5" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-pa-mfrms 5" id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@1072b53dcc28: Message with id 11 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AFEB0100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AFEB0100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45035, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45035, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B01E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B01E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45086, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45086, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B0510100000059061A00000000000000000000000000000000FF1D0400'O } id 3
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B0510100000059061A00000000000000000000000000000000FF1D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45137, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45137, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 3
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B0840100000049061B3A4662F224C7CF11030100BD3A1D0400392B2B2B'O } id 4
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B0840100000049061B3A4662F224C7CF11030100BD3A1D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45188, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11030100BD3A1D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45188, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11030100BD3A1D0400392B2B2B'O } } id 4
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was cleared.
MTC@1072b53dcc28: Start timer T: 10 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B0B70100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B0B70100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45239, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45239, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45239, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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 := 51151 }, cell_sel_par := { cell_resel_hyst := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, rach_control := { max_retrans := '00'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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B0EA010000005506198FB380000000000000000000000000001D04002B'O } id 6
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B0EA010000005506198FB380000000000000000000000000001D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45290, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45290, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 6
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45290, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000001D04002B'O
MTC@1072b53dcc28: 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 := '00'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B11D0100000059061A00000000000000000000000000000000FF1D0400'O } id 7
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B11D0100000059061A00000000000000000000000000000000FF1D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45341, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45341, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45341, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF1D0400'O
MTC@1072b53dcc28: 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 := '00'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B1500100000049061B3A4662F224C7CF11030100BD3A1D0400392B2B2B'O } id 8
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B1500100000049061B3A4662F224C7CF11030100BD3A1D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45392, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11030100BD3A1D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45392, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11030100BD3A1D0400392B2B2B'O } } id 8
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45392, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11030100BD3A1D0400392B2B2B'O } } id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B3A4662F224C7CF11030100BD3A1D0400392B2B2B'O
MTC@1072b53dcc28: 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 := 14918, lai := { mcc_mnc := '262F42'H, lac := 51151 }, 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 := 3, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '00'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, rach_control := { max_retrans := '00'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@1072b53dcc28: setverdict(pass): none -> pass
MTC@1072b53dcc28: Terminating component type Test.dummy_CT.
MTC@1072b53dcc28: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was unmapped from system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was stopped.
MTC@1072b53dcc28: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was unmapped from system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was stopped.
MTC@1072b53dcc28: Component type Test.dummy_CT was shut down inside testcase TC_bs_pa_mfrms.
MTC@1072b53dcc28: Waiting for PTCs to finish.
MTC@1072b53dcc28: Setting final verdict of the test case.
MTC@1072b53dcc28: Local verdict of MTC: pass
MTC@1072b53dcc28: No PTCs were created.
MTC@1072b53dcc28: Test case TC_bs_pa_mfrms finished. Verdict: pass
MC@1072b53dcc28: Test execution finished.
MTC@1072b53dcc28: Executing test case TC_bs_ag_blks_res in module Test.
MTC@1072b53dcc28: Test case TC_bs_ag_blks_res started.
MTC@1072b53dcc28: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_ag_blks_res.
MTC@1072b53dcc28: Port GSMTAP was started.
MTC@1072b53dcc28: Port BSCVTY was started.
MTC@1072b53dcc28: Component type Test.dummy_CT was initialized.
MTC@1072b53dcc28: Function rnd() returned 0.738970.
MTC@1072b53dcc28: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was mapped to system:GSMTAP.
MTC@1072b53dcc28: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@1072b53dcc28: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@1072b53dcc28: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was mapped to system:BSCVTY.
MTC@1072b53dcc28: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "enable"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "channel-descrption bs-ag-blks-res 5"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " channel-descrption bs-ag-blks-res 5" id 7
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 5" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 5" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 5" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 5" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " channel-descrption bs-ag-blks-res 5" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-ag-blks-res 5" id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@1072b53dcc28: Message with id 11 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B1830100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B1830100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45443, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45443, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B1B6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B1B6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45494, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45494, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B1E90100000059061A00000000000000000000000000000000FF1D0400'O } id 3
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B1E90100000059061A00000000000000000000000000000000FF1D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45545, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45545, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 3
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B21C0100000049061B3A4662F224C7CF29030100BD3A1D0400392B2B2B'O } id 4
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B21C0100000049061B3A4662F224C7CF29030100BD3A1D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45596, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF29030100BD3A1D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45596, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF29030100BD3A1D0400392B2B2B'O } } id 4
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was cleared.
MTC@1072b53dcc28: Start timer T: 10 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B24F0100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B24F0100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45647, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45647, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45647, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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 := 51151 }, cell_sel_par := { cell_resel_hyst := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, rach_control := { max_retrans := '00'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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B282010000005506198FB380000000000000000000000000001D04002B'O } id 6
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B282010000005506198FB380000000000000000000000000001D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45698, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45698, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 6
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45698, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000001D04002B'O
MTC@1072b53dcc28: 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 := '00'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B2B50100000059061A00000000000000000000000000000000FF1D0400'O } id 7
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B2B50100000059061A00000000000000000000000000000000FF1D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45749, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45749, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45749, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF1D0400'O
MTC@1072b53dcc28: 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 := '00'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B2E80100000049061B3A4662F224C7CF29030100BD3A1D0400392B2B2B'O } id 8
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B2E80100000049061B3A4662F224C7CF29030100BD3A1D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45800, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF29030100BD3A1D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45800, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF29030100BD3A1D0400392B2B2B'O } } id 8
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45800, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF29030100BD3A1D0400392B2B2B'O } } id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B3A4662F224C7CF29030100BD3A1D0400392B2B2B'O
MTC@1072b53dcc28: 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 := 14918, lai := { mcc_mnc := '262F42'H, lac := 51151 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 5, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 3, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '00'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, rach_control := { max_retrans := '00'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@1072b53dcc28: setverdict(pass): none -> pass
MTC@1072b53dcc28: Terminating component type Test.dummy_CT.
MTC@1072b53dcc28: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was unmapped from system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was stopped.
MTC@1072b53dcc28: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was unmapped from system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was stopped.
MTC@1072b53dcc28: Component type Test.dummy_CT was shut down inside testcase TC_bs_ag_blks_res.
MTC@1072b53dcc28: Waiting for PTCs to finish.
MTC@1072b53dcc28: Setting final verdict of the test case.
MTC@1072b53dcc28: Local verdict of MTC: pass
MTC@1072b53dcc28: No PTCs were created.
MTC@1072b53dcc28: Test case TC_bs_ag_blks_res finished. Verdict: pass
MC@1072b53dcc28: Test execution finished.
MTC@1072b53dcc28: Executing test case TC_radio_link_timeout in module Test.
MTC@1072b53dcc28: Test case TC_radio_link_timeout started.
MTC@1072b53dcc28: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_radio_link_timeout.
MTC@1072b53dcc28: Port GSMTAP was started.
MTC@1072b53dcc28: Port BSCVTY was started.
MTC@1072b53dcc28: Component type Test.dummy_CT was initialized.
MTC@1072b53dcc28: Function rnd() returned 0.639852.
MTC@1072b53dcc28: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was mapped to system:GSMTAP.
MTC@1072b53dcc28: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@1072b53dcc28: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@1072b53dcc28: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was mapped to system:BSCVTY.
MTC@1072b53dcc28: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@1072b53dcc28: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "enable"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "configure terminal"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "network"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "radio-link-timeout 40"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " radio-link-timeout 40" id 7
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Matching on port BSCVTY " radio-link-timeout 40" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " radio-link-timeout 40" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " radio-link-timeout 40" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " radio-link-timeout 40" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " radio-link-timeout 40" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " radio-link-timeout 40" id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "end"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@1072b53dcc28: Message with id 9 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@1072b53dcc28: Message with id 10 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@1072b53dcc28: Start timer T: 2 s
MTC@1072b53dcc28: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@1072b53dcc28: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@1072b53dcc28: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@1072b53dcc28: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@1072b53dcc28: Message with id 11 was extracted from the queue of BSCVTY.
MTC@1072b53dcc28: Stop timer T: 2 s
MTC@1072b53dcc28: Start timer T: 1 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B31B0100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B31B0100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45851, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45851, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B34E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B34E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45902, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45902, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B3810100000059061A00000000000000000000000000000000FF1D0400'O } id 3
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B3810100000059061A00000000000000000000000000000000FF1D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45953, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45953, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 3
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B3B40100000049061B3A4662F224C7CF29030109BD3A1D0400392B2B2B'O } id 4
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B3B40100000049061B3A4662F224C7CF29030109BD3A1D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46004, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF29030109BD3A1D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46004, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF29030109BD3A1D0400392B2B2B'O } } id 4
MTC@1072b53dcc28: Timeout T: 1 s
MTC@1072b53dcc28: Message with id 1 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 2 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 3 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Message with id 4 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was cleared.
MTC@1072b53dcc28: Start timer T: 10 s
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B3E70100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B3E70100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46055, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46055, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46055, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@1072b53dcc28: Message with id 5 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O
MTC@1072b53dcc28: 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 := 51151 }, cell_sel_par := { cell_resel_hyst := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, rach_control := { max_retrans := '00'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@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B41A010000005506198FB380000000000000000000000000001D04002B'O } id 6
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B41A010000005506198FB380000000000000000000000000001D04002B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46106, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46106, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 6
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46106, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 6
MTC@1072b53dcc28: Message with id 6 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000001D04002B'O
MTC@1072b53dcc28: 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 := '00'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B44D0100000059061A00000000000000000000000000000000FF1D0400'O } id 7
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B44D0100000059061A00000000000000000000000000000000FF1D0400'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46157, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46157, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46157, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
MTC@1072b53dcc28: Message with id 7 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF1D0400'O
MTC@1072b53dcc28: 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 := '00'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@1072b53dcc28: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B4800100000049061B3A4662F224C7CF29030109BD3A1D0400392B2B2B'O } id 8
MTC@1072b53dcc28: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B4800100000049061B3A4662F224C7CF29030109BD3A1D0400392B2B2B'O
MTC@1072b53dcc28: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46208, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF29030109BD3A1D0400392B2B2B'O }
MTC@1072b53dcc28: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46208, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF29030109BD3A1D0400392B2B2B'O } } id 8
MTC@1072b53dcc28: Matching on port GSMTAP succeeded:  matched
MTC@1072b53dcc28: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46208, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF29030109BD3A1D0400392B2B2B'O } } id 8
MTC@1072b53dcc28: Message with id 8 was extracted from the queue of GSMTAP.
MTC@1072b53dcc28: dec_SystemInformation(): Stream before decoding: '49061B3A4662F224C7CF29030109BD3A1D0400392B2B2B'O
MTC@1072b53dcc28: 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 := 14918, lai := { mcc_mnc := '262F42'H, lac := 51151 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 5, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 3, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '00'B, radio_link_timeout := '1001'B }, cell_sel_par := { cell_resel_hyst := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, rach_control := { max_retrans := '00'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@1072b53dcc28: setverdict(pass): none -> pass
MTC@1072b53dcc28: Terminating component type Test.dummy_CT.
MTC@1072b53dcc28: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was unmapped from system:GSMTAP.
MTC@1072b53dcc28: Port GSMTAP was stopped.
MTC@1072b53dcc28: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was unmapped from system:BSCVTY.
MTC@1072b53dcc28: Port BSCVTY was stopped.
MTC@1072b53dcc28: Component type Test.dummy_CT was shut down inside testcase TC_radio_link_timeout.
MTC@1072b53dcc28: Waiting for PTCs to finish.
MTC@1072b53dcc28: Setting final verdict of the test case.
MTC@1072b53dcc28: Local verdict of MTC: pass
MTC@1072b53dcc28: No PTCs were created.
MTC@1072b53dcc28: Test case TC_radio_link_timeout finished. Verdict: pass
MC@1072b53dcc28: Test execution finished.
Execution of [EXECUTE] section finished.
emtc
MC@1072b53dcc28: Terminating MTC.
MTC@1072b53dcc28: Verdict statistics: 0 none (0.00 %), 21 pass (95.45 %), 0 inconc (0.00 %), 1 fail (4.55 %), 0 error (0.00 %).
MTC@1072b53dcc28: Test execution summary: 22 test cases were executed. Overall verdict: fail
MTC@1072b53dcc28: Exit was requested from MC. Terminating MTC.
MC@1072b53dcc28: MTC terminated.
MC2> exit
MC@1072b53dcc28: Shutting down session.
HC@1072b53dcc28: Exit was requested from MC. Terminating HC.
MC@1072b53dcc28: Shutdown complete.
04:19:22.037112 hc TTCN-3 Host Controller started on 1072b53dcc28. Version: CRL 113 200/6 R1A.
04:19:22.037152 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:19:22.037155 hc Maximum number of open file descriptors: 1048576,   FD_SETSIZE = 1024
04:19:22.037395 hc The address of MC was set to 1072b53dcc28[172.18.0.230]:0.
04:19:22.037494 hc The local IP address of the control connection to MC is 172.18.0.230.
04:19:22.037505 hc Connected to MC.
04:19:22.037521 hc This host supports UNIX domain sockets for local communication.
04:19:22.037945 hc Processing configuration data received from MC.
04:19:22.038689 hc Initializing module GSMTAP_PortType.
04:19:22.038729 hc Initializing module GSMTAP_Types.
04:19:22.038760 hc Initializing module Osmocom_Types.
04:19:22.038784 hc Initialization of module Osmocom_Types finished.
04:19:22.038810 hc Initialization of module GSMTAP_Types finished.
04:19:22.038834 hc Initializing module IPL4asp_PortType.
04:19:22.038862 hc Initializing module IPL4asp_Types.
04:19:22.038888 hc Initializing module Socket_API_Definitions.
04:19:22.038913 hc Initialization of module Socket_API_Definitions finished.
04:19:22.038944 hc Initialization of module IPL4asp_Types finished.
04:19:22.039008 hc Initialization of module IPL4asp_PortType finished.
04:19:22.039034 hc Initialization of module GSMTAP_PortType finished.
04:19:22.039107 hc Initializing module GSM_RR_Types.
04:19:22.039134 hc Initializing module RLCMAC_CSN1_Types.
04:19:22.039162 hc Initializing module GSM_Types.
04:19:22.039189 hc Initializing module General_Types.
04:19:22.039229 hc Initialization of module General_Types finished.
04:19:22.039299 hc Initialization of module GSM_Types finished.
04:19:22.039338 hc Initialization of module RLCMAC_CSN1_Types finished.
04:19:22.039364 hc Initialization of module GSM_RR_Types finished.
04:19:22.039413 hc Initializing module GSM_SystemInformation.
04:19:22.039569 hc Initialization of module GSM_SystemInformation finished.
04:19:22.039604 hc Initializing module IPL4_GSMTAP_CtrlFunct.
04:19:22.039635 hc Initialization of module IPL4_GSMTAP_CtrlFunct finished.
04:19:22.039662 hc Initializing module IPL4asp_Functions.
04:19:22.039688 hc Initializing module TCCInterface_Functions.
04:19:22.039716 hc Initializing module TCCConversion_Functions.
04:19:22.039742 hc Initialization of module TCCConversion_Functions finished.
04:19:22.039786 hc Initialization of module TCCInterface_Functions finished.
04:19:22.039871 hc Initialization of module IPL4asp_Functions finished.
04:19:22.039901 hc Initializing module Osmocom_VTY_Functions.
04:19:22.039928 hc Initializing module TELNETasp_PortType.
04:19:22.039953 hc Initialization of module TELNETasp_PortType finished.
04:19:22.039983 hc Initialization of module Osmocom_VTY_Functions finished.
04:19:22.040009 hc Initializing module PreGenRecordOf.
04:19:22.040033 hc Initialization of module PreGenRecordOf finished.
04:19:22.040073 hc Initializing module Test.
04:19:22.040307 hc Initialization of module Test finished.
04:19:22.040340 hc Initializing module TitanLoggerApi.
04:19:22.040389 hc Initialization of module TitanLoggerApi finished.
04:19:22.040532 hc Initializing module TitanLoggerControl.
04:19:22.040567 hc Initialization of module TitanLoggerControl finished.
04:19:22.040617 hc Configuration data was processed successfully.
04:19:22.040898 hc MTC was created. Process id: 20.
04:19:22.041068 mtc Warning: A plug-in from the same path `libjunitlogger2' is already active, skipping plug-in
04:19:22.041355 mtc TTCN-3 Main Test Component started on 1072b53dcc28. Version: CRL 113 200/6 R1A.
04:19:22.041398 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:19:22.041435 mtc Connected to MC.
04:19:22.041793 mtc Executing test case TC_si1 in module Test.
04:19:22.041952 mtc Test case TC_si1 started.
04:19:22.041986 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si1.
04:19:22.042088 mtc Port GSMTAP was started.
04:19:22.042118 mtc Port BSCVTY was started.
04:19:22.042136 mtc Component type Test.dummy_CT was initialized.
04:19:22.042167 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:19:22.042608 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:19:22.042811 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:19:22.043094 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:19:22.043439 mtc setverdict(pass): none -> pass
04:19:22.043475 mtc Terminating component type Test.dummy_CT.
04:19:22.043524 mtc Port GSMTAP was stopped.
04:19:22.043571 mtc Port BSCVTY was stopped.
04:19:22.043591 mtc Component type Test.dummy_CT was shut down inside testcase TC_si1.
04:19:22.043638 mtc Waiting for PTCs to finish.
04:19:22.043695 mtc Setting final verdict of the test case.
04:19:22.043742 mtc Local verdict of MTC: pass
04:19:22.043767 mtc No PTCs were created.
04:19:22.043790 mtc Test case TC_si1 finished. Verdict: pass
04:19:22.043859 mtc Executing test case TC_telnet in module Test.
04:19:22.043888 mtc Test case TC_telnet started.
04:19:22.043924 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_telnet.
04:19:22.043983 mtc Port GSMTAP was started.
04:19:22.044003 mtc Port BSCVTY was started.
04:19:22.044020 mtc Component type Test.dummy_CT was initialized.
04:19:22.044067 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:19:22.044129 mtc Port GSMTAP was mapped to system:GSMTAP.
04:19:22.044202 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:19:22.044307 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:19:22.044552 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:19:22.044866 mtc Port BSCVTY was mapped to system:BSCVTY.
04:19:22.045003 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D2E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 1
04:19:22.045322 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1
04:19:22.045415 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D610100000059061A00000000000000000000000000000000FF9D0400'O } id 2
04:19:22.045499 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 2
04:19:22.045531 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:19:22.045620 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:19:22.045662 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:19:22.045716 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:19:22.045883 mtc Sent on BSCVTY to system charstring : "enable"
04:19:22.045956 mtc Start timer T: 2 s
04:19:22.046079 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D940100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 3
04:19:22.046168 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 3
04:19:22.046214 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DC70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 4
04:19:22.046382 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 4
04:19:22.046463 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:19:22.046579 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:19:22.046639 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:19:22.046668 mtc Stop timer T: 2 s
04:19:22.046697 mtc Sent on BSCVTY to system charstring : "show network"
04:19:22.046742 mtc Start timer T: 2 s
04:19:22.046933 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:19:22.046977 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 3
04:19:22.047432 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:19:22.047465 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:19:22.047516 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 3
04:19:22.047539 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:19:22.047559 mtc Stop timer T: 2 s
04:19:22.047592 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:22.047636 mtc Start timer T: 2 s
04:19:22.047801 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 4
04:19:22.047897 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 4
04:19:22.047917 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:19:22.047932 mtc Stop timer T: 2 s
04:19:22.047954 mtc Sent on BSCVTY to system charstring : "network"
04:19:22.047987 mtc Start timer T: 2 s
04:19:22.048251 mtc Message enqueued on BSCVTY from system charstring : " network" id 5
04:19:22.048281 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6
04:19:22.048363 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 5
04:19:22.048382 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:19:22.048469 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6
04:19:22.048495 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:19:22.048516 mtc Stop timer T: 2 s
04:19:22.048546 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:22.048590 mtc Start timer T: 2 s
04:19:22.048701 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 7
04:19:22.048730 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:19:22.048826 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 7
04:19:22.048850 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:19:22.048923 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:19:22.048951 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:19:22.048972 mtc Stop timer T: 2 s
04:19:22.049001 mtc Sent on BSCVTY to system charstring : "end"
04:19:22.049041 mtc Start timer T: 2 s
04:19:22.049207 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:19:22.049235 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:19:22.049329 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:19:22.049354 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:19:22.049398 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:19:22.049420 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:19:22.049441 mtc Stop timer T: 2 s
04:19:22.049465 mtc setverdict(pass): none -> pass
04:19:22.049486 mtc Terminating component type Test.dummy_CT.
04:19:22.049507 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:19:22.049579 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:19:22.049610 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:19:22.049631 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:19:22.049651 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:19:22.049670 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:19:22.049689 mtc Port GSMTAP was stopped.
04:19:22.049709 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:19:22.049758 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:19:22.049781 mtc Port BSCVTY was stopped.
04:19:22.049799 mtc Component type Test.dummy_CT was shut down inside testcase TC_telnet.
04:19:22.049821 mtc Waiting for PTCs to finish.
04:19:22.049859 mtc Setting final verdict of the test case.
04:19:22.049876 mtc Local verdict of MTC: pass
04:19:22.049895 mtc No PTCs were created.
04:19:22.049914 mtc Test case TC_telnet finished. Verdict: pass
04:19:22.049958 mtc Executing test case TC_si_default in module Test.
04:19:22.049983 mtc Test case TC_si_default started.
04:19:22.050002 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_default.
04:19:22.050048 mtc Port GSMTAP was started.
04:19:22.050073 mtc Port BSCVTY was started.
04:19:22.050090 mtc Component type Test.dummy_CT was initialized.
04:19:22.050113 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:19:22.050154 mtc Port GSMTAP was mapped to system:GSMTAP.
04:19:22.050192 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:19:22.050217 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:19:22.050265 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:19:22.050452 mtc Port BSCVTY was mapped to system:BSCVTY.
04:19:22.050506 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:19:22.050536 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:19:22.050564 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:19:22.050590 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:19:22.050650 mtc Sent on BSCVTY to system charstring : "enable"
04:19:22.050695 mtc Start timer T: 2 s
04:19:22.050812 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:19:22.050867 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:19:22.050909 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:19:22.050931 mtc Stop timer T: 2 s
04:19:22.050974 mtc Port GSMTAP was cleared.
04:19:22.050994 mtc Start timer T: 8 s
04:19:22.064398 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DFA010000005506198FB380000000000000000000000000009D04002B'O } id 1
04:19:22.064517 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1
04:19:22.064641 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1
04:19:22.064680 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:19:22.064830 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:19:22.300148 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E2D0100000059061A00000000000000000000000000000000FF9D0400'O } id 2
04:19:22.300591 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2
04:19:22.300903 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2
04:19:22.301042 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:19:22.301290 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:19:22.535274 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E600100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 3
04:19:22.535514 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 3
04:19:22.535688 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 3
04:19:22.535781 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:19:22.536145 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:19:22.770872 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E930100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 4
04:19:22.771287 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 4
04:19:22.771541 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 4
04:19:22.771682 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:19:22.772043 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:19:23.006034 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EC6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 5
04:19:23.006340 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5
04:19:23.006559 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5
04:19:23.006655 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:19:23.006868 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:19:23.241609 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EF90100000059061A00000000000000000000000000000000FF9D0400'O } id 6
04:19:23.242009 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6
04:19:23.242258 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6
04:19:23.242362 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:19:23.242641 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:19:23.476944 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F2C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 7
04:19:23.477329 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7
04:19:23.477566 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7
04:19:23.477713 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:19:23.478061 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:19:23.712323 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F5F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 8
04:19:23.713588 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8
04:19:23.713823 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8
04:19:23.713941 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:19:23.714284 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:19:23.947469 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F92010000005506198FB380000000000000000000000000009D04002B'O } id 9
04:19:23.947743 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9
04:19:23.947936 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9
04:19:23.948028 mtc Message with id 9 was extracted from the queue of GSMTAP.
04:19:23.948233 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:19:24.183067 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FC50100000059061A00000000000000000000000000000000FF9D0400'O } id 10
04:19:24.183471 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10
04:19:24.183745 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10
04:19:24.183879 mtc Message with id 10 was extracted from the queue of GSMTAP.
04:19:24.184149 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:19:24.418213 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FF80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 11
04:19:24.418479 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11
04:19:24.418664 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11
04:19:24.418764 mtc Message with id 11 was extracted from the queue of GSMTAP.
04:19:24.419032 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:19:24.653792 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000702B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 12
04:19:24.654143 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12
04:19:24.654423 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12
04:19:24.654555 mtc Message with id 12 was extracted from the queue of GSMTAP.
04:19:24.654896 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:19:24.889174 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000705E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 13
04:19:24.889587 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13
04:19:24.889806 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13
04:19:24.889938 mtc Message with id 13 was extracted from the queue of GSMTAP.
04:19:24.890183 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:19:25.124361 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070910100000059061A00000000000000000000000000000000FF9D0400'O } id 14
04:19:25.124701 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14
04:19:25.124876 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14
04:19:25.124972 mtc Message with id 14 was extracted from the queue of GSMTAP.
04:19:25.125211 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:19:25.359666 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070C40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 15
04:19:25.359962 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15
04:19:25.360148 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15
04:19:25.360226 mtc Message with id 15 was extracted from the queue of GSMTAP.
04:19:25.360546 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:19:25.595098 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070F70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 16
04:19:25.595441 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16
04:19:25.595636 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16
04:19:25.595734 mtc Message with id 16 was extracted from the queue of GSMTAP.
04:19:25.596049 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:19:25.830605 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000712A010000005506198FB380000000000000000000000000009D04002B'O } id 17
04:19:25.830984 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17
04:19:25.831225 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17
04:19:25.831342 mtc Message with id 17 was extracted from the queue of GSMTAP.
04:19:25.831620 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:19:26.065968 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000715D0100000059061A00000000000000000000000000000000FF9D0400'O } id 18
04:19:26.066390 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18
04:19:26.066647 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18
04:19:26.066772 mtc Message with id 18 was extracted from the queue of GSMTAP.
04:19:26.067039 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:19:26.301345 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071900100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 19
04:19:26.301754 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19
04:19:26.302032 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19
04:19:26.302145 mtc Message with id 19 was extracted from the queue of GSMTAP.
04:19:26.302492 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:19:26.536751 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071C30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 20
04:19:26.537170 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20
04:19:26.537449 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20
04:19:26.537610 mtc Message with id 20 was extracted from the queue of GSMTAP.
04:19:26.537998 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:19:26.772079 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 21
04:19:26.772555 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21
04:19:26.772828 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21
04:19:26.772933 mtc Message with id 21 was extracted from the queue of GSMTAP.
04:19:26.773171 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:19:27.007429 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072290100000059061A00000000000000000000000000000000FF9D0400'O } id 22
04:19:27.007826 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22
04:19:27.008093 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22
04:19:27.008229 mtc Message with id 22 was extracted from the queue of GSMTAP.
04:19:27.008573 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:19:27.242818 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000725C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 23
04:19:27.243238 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23
04:19:27.243541 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23
04:19:27.243677 mtc Message with id 23 was extracted from the queue of GSMTAP.
04:19:27.244055 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:19:27.478168 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000728F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 24
04:19:27.478534 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24
04:19:27.478790 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24
04:19:27.478939 mtc Message with id 24 was extracted from the queue of GSMTAP.
04:19:27.479258 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:19:27.713447 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072C2010000005506198FB380000000000000000000000000009D04002B'O } id 25
04:19:27.713819 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25
04:19:27.714072 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25
04:19:27.714180 mtc Message with id 25 was extracted from the queue of GSMTAP.
04:19:27.714426 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:19:27.948911 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072F50100000059061A00000000000000000000000000000000FF9D0400'O } id 26
04:19:27.949231 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26
04:19:27.949464 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26
04:19:27.949603 mtc Message with id 26 was extracted from the queue of GSMTAP.
04:19:27.949847 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:19:28.184279 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073280100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 27
04:19:28.184711 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27
04:19:28.184979 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27
04:19:28.185091 mtc Message with id 27 was extracted from the queue of GSMTAP.
04:19:28.185427 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:19:28.419640 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000735B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 28
04:19:28.420063 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28
04:19:28.420335 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28
04:19:28.420521 mtc Message with id 28 was extracted from the queue of GSMTAP.
04:19:28.420856 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:19:28.654985 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000738E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 29
04:19:28.655423 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29
04:19:28.655664 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29
04:19:28.655772 mtc Message with id 29 was extracted from the queue of GSMTAP.
04:19:28.656034 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:19:28.890384 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073C10100000059061A00000000000000000000000000000000FF9D0400'O } id 30
04:19:28.890752 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30
04:19:28.891028 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30
04:19:28.891170 mtc Message with id 30 was extracted from the queue of GSMTAP.
04:19:28.891440 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:19:29.125462 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073F40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 31
04:19:29.125737 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31
04:19:29.125934 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31
04:19:29.126030 mtc Message with id 31 was extracted from the queue of GSMTAP.
04:19:29.126294 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:19:29.360974 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074270100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 32
04:19:29.361350 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32
04:19:29.361555 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32
04:19:29.361665 mtc Message with id 32 was extracted from the queue of GSMTAP.
04:19:29.361945 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:19:29.596299 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000745A010000005506198FB380000000000000000000000000009D04002B'O } id 33
04:19:29.596655 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33
04:19:29.596847 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33
04:19:29.596937 mtc Message with id 33 was extracted from the queue of GSMTAP.
04:19:29.597187 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:19:29.831514 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000748D0100000059061A00000000000000000000000000000000FF9D0400'O } id 34
04:19:29.831843 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34
04:19:29.832052 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34
04:19:29.832135 mtc Message with id 34 was extracted from the queue of GSMTAP.
04:19:29.832355 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:19:30.051079 mtc Timeout T: 8 s
04:19:30.051237 mtc "TC_si_default": TC=0 has #of SI=5
04:19:30.051349 mtc "TC_si_default": TC=1 has #of SI=5
04:19:30.051419 mtc "TC_si_default": TC=2 has #of SI=4
04:19:30.051482 mtc "TC_si_default": TC=3 has #of SI=4
04:19:30.051542 mtc "TC_si_default": TC=4 has #of SI=4
04:19:30.051605 mtc "TC_si_default": TC=5 has #of SI=4
04:19:30.051685 mtc "TC_si_default": TC=6 has #of SI=4
04:19:30.051747 mtc "TC_si_default": TC=7 has #of SI=4
04:19:30.051911 mtc setverdict(pass): none -> pass
04:19:30.052049 mtc Terminating component type Test.dummy_CT.
04:19:30.052138 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:19:30.052247 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:19:30.052312 mtc Port GSMTAP was stopped.
04:19:30.052355 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:19:30.052523 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:19:30.052588 mtc Port BSCVTY was stopped.
04:19:30.052620 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_default.
04:19:30.052670 mtc Waiting for PTCs to finish.
04:19:30.053043 mtc Setting final verdict of the test case.
04:19:30.053148 mtc Local verdict of MTC: pass
04:19:30.053195 mtc No PTCs were created.
04:19:30.053237 mtc Test case TC_si_default finished. Verdict: pass
04:19:30.053439 mtc Executing test case TC_si_sched_2bis in module Test.
04:19:30.053545 mtc Test case TC_si_sched_2bis started.
04:19:30.053604 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2bis.
04:19:30.053714 mtc Port GSMTAP was started.
04:19:30.053784 mtc Port BSCVTY was started.
04:19:30.053831 mtc Component type Test.dummy_CT was initialized.
04:19:30.053896 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:19:30.054031 mtc Port GSMTAP was mapped to system:GSMTAP.
04:19:30.054150 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:19:30.054227 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:19:30.054351 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:19:30.054863 mtc Port BSCVTY was mapped to system:BSCVTY.
04:19:30.055012 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:19:30.055099 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:19:30.055190 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:19:30.055267 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:19:30.055449 mtc Sent on BSCVTY to system charstring : "enable"
04:19:30.055737 mtc Start timer T: 2 s
04:19:30.055844 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:19:30.055999 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:19:30.056065 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:19:30.056121 mtc Stop timer T: 2 s
04:19:30.056199 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:30.056313 mtc Start timer T: 2 s
04:19:30.056391 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:19:30.056482 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:19:30.056503 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:19:30.056521 mtc Stop timer T: 2 s
04:19:30.056546 mtc Sent on BSCVTY to system charstring : "network"
04:19:30.056623 mtc Start timer T: 2 s
04:19:30.056670 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:19:30.056692 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:19:30.056778 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:19:30.056799 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:19:30.056860 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:19:30.056878 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:19:30.056894 mtc Stop timer T: 2 s
04:19:30.056929 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:30.056961 mtc Start timer T: 2 s
04:19:30.057032 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:19:30.057054 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:19:30.057116 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:19:30.057137 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:19:30.057199 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:19:30.057217 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:19:30.057235 mtc Stop timer T: 2 s
04:19:30.057265 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static"
04:19:30.057297 mtc Start timer T: 2 s
04:19:30.057419 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7
04:19:30.057442 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:19:30.057505 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7
04:19:30.057521 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:19:30.057563 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:19:30.057582 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:19:30.057598 mtc Stop timer T: 2 s
04:19:30.057633 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B"
04:19:30.057667 mtc Start timer T: 2 s
04:19:30.057767 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
04:19:30.057791 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10
04:19:30.057868 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
04:19:30.057885 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:19:30.057950 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10
04:19:30.057970 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:19:30.057987 mtc Stop timer T: 2 s
04:19:30.058015 mtc Sent on BSCVTY to system charstring : "end"
04:19:30.058048 mtc Start timer T: 2 s
04:19:30.058124 mtc Message enqueued on BSCVTY from system charstring : " end" id 11
04:19:30.058153 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12
04:19:30.058240 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11
04:19:30.058260 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:19:30.058296 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12
04:19:30.058313 mtc Message with id 12 was extracted from the queue of BSCVTY.
04:19:30.058329 mtc Stop timer T: 2 s
04:19:30.058352 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:30.058385 mtc Start timer T: 2 s
04:19:30.058455 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13
04:19:30.058530 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13
04:19:30.058549 mtc Message with id 13 was extracted from the queue of BSCVTY.
04:19:30.058566 mtc Stop timer T: 2 s
04:19:30.058591 mtc Sent on BSCVTY to system charstring : "network"
04:19:30.058621 mtc Start timer T: 2 s
04:19:30.058684 mtc Message enqueued on BSCVTY from system charstring : " network" id 14
04:19:30.058711 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15
04:19:30.058788 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14
04:19:30.058807 mtc Message with id 14 was extracted from the queue of BSCVTY.
04:19:30.058866 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15
04:19:30.058884 mtc Message with id 15 was extracted from the queue of BSCVTY.
04:19:30.058900 mtc Stop timer T: 2 s
04:19:30.058926 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:30.058956 mtc Start timer T: 2 s
04:19:30.059022 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16
04:19:30.059045 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
04:19:30.059100 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16
04:19:30.059113 mtc Message with id 16 was extracted from the queue of BSCVTY.
04:19:30.059155 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
04:19:30.059168 mtc Message with id 17 was extracted from the queue of BSCVTY.
04:19:30.059179 mtc Stop timer T: 2 s
04:19:30.059198 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:19:30.059224 mtc Start timer T: 2 s
04:19:30.059312 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 18
04:19:30.059336 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
04:19:30.059399 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 18
04:19:30.059413 mtc Message with id 18 was extracted from the queue of BSCVTY.
04:19:30.059452 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
04:19:30.059466 mtc Message with id 19 was extracted from the queue of BSCVTY.
04:19:30.059478 mtc Stop timer T: 2 s
04:19:30.059493 mtc Sent on BSCVTY to system charstring : "end"
04:19:30.059518 mtc Start timer T: 2 s
04:19:30.059577 mtc Message enqueued on BSCVTY from system charstring : " end" id 20
04:19:30.059600 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21
04:19:30.059676 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20
04:19:30.059695 mtc Message with id 20 was extracted from the queue of BSCVTY.
04:19:30.059732 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21
04:19:30.059755 mtc Message with id 21 was extracted from the queue of BSCVTY.
04:19:30.059772 mtc Stop timer T: 2 s
04:19:30.059796 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:30.059828 mtc Start timer T: 2 s
04:19:30.059892 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22
04:19:30.059955 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22
04:19:30.059970 mtc Message with id 22 was extracted from the queue of BSCVTY.
04:19:30.059980 mtc Stop timer T: 2 s
04:19:30.059997 mtc Sent on BSCVTY to system charstring : "network"
04:19:30.060062 mtc Start timer T: 2 s
04:19:30.060102 mtc Message enqueued on BSCVTY from system charstring : " network" id 23
04:19:30.060123 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24
04:19:30.060199 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23
04:19:30.060218 mtc Message with id 23 was extracted from the queue of BSCVTY.
04:19:30.060275 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24
04:19:30.060293 mtc Message with id 24 was extracted from the queue of BSCVTY.
04:19:30.060310 mtc Stop timer T: 2 s
04:19:30.060335 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:30.060365 mtc Start timer T: 2 s
04:19:30.060461 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 25
04:19:30.060498 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
04:19:30.060573 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25
04:19:30.060594 mtc Message with id 25 was extracted from the queue of BSCVTY.
04:19:30.060648 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
04:19:30.060665 mtc Message with id 26 was extracted from the queue of BSCVTY.
04:19:30.060680 mtc Stop timer T: 2 s
04:19:30.060706 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:19:30.060745 mtc Start timer T: 2 s
04:19:30.060825 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27
04:19:30.060849 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
04:19:30.060906 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27
04:19:30.060920 mtc Message with id 27 was extracted from the queue of BSCVTY.
04:19:30.060962 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
04:19:30.060974 mtc Message with id 28 was extracted from the queue of BSCVTY.
04:19:30.060983 mtc Stop timer T: 2 s
04:19:30.060998 mtc Sent on BSCVTY to system charstring : "end"
04:19:30.061078 mtc Start timer T: 2 s
04:19:30.061107 mtc Message enqueued on BSCVTY from system charstring : " end" id 29
04:19:30.061128 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30
04:19:30.061206 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29
04:19:30.061226 mtc Message with id 29 was extracted from the queue of BSCVTY.
04:19:30.061263 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30
04:19:30.061280 mtc Message with id 30 was extracted from the queue of BSCVTY.
04:19:30.061296 mtc Stop timer T: 2 s
04:19:30.061320 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:30.061404 mtc Start timer T: 2 s
04:19:30.061445 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31
04:19:30.061520 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31
04:19:30.061540 mtc Message with id 31 was extracted from the queue of BSCVTY.
04:19:30.061557 mtc Stop timer T: 2 s
04:19:30.061581 mtc Sent on BSCVTY to system charstring : "network"
04:19:30.061612 mtc Start timer T: 2 s
04:19:30.061664 mtc Message enqueued on BSCVTY from system charstring : " network" id 32
04:19:30.061686 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33
04:19:30.061764 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32
04:19:30.061790 mtc Message with id 32 was extracted from the queue of BSCVTY.
04:19:30.061850 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33
04:19:30.061870 mtc Message with id 33 was extracted from the queue of BSCVTY.
04:19:30.061887 mtc Stop timer T: 2 s
04:19:30.061910 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:30.061943 mtc Start timer T: 2 s
04:19:30.061999 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 34
04:19:30.062029 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
04:19:30.062098 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34
04:19:30.062115 mtc Message with id 34 was extracted from the queue of BSCVTY.
04:19:30.062155 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
04:19:30.062174 mtc Message with id 35 was extracted from the queue of BSCVTY.
04:19:30.062191 mtc Stop timer T: 2 s
04:19:30.062223 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:19:30.062257 mtc Start timer T: 2 s
04:19:30.062343 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:19:30.062366 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
04:19:30.062447 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:19:30.062463 mtc Message with id 36 was extracted from the queue of BSCVTY.
04:19:30.062509 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
04:19:30.062524 mtc Message with id 37 was extracted from the queue of BSCVTY.
04:19:30.062534 mtc Stop timer T: 2 s
04:19:30.062554 mtc Sent on BSCVTY to system charstring : "end"
04:19:30.062589 mtc Start timer T: 2 s
04:19:30.062653 mtc Message enqueued on BSCVTY from system charstring : " end" id 38
04:19:30.062675 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
04:19:30.062729 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38
04:19:30.062742 mtc Message with id 38 was extracted from the queue of BSCVTY.
04:19:30.062762 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
04:19:30.062772 mtc Message with id 39 was extracted from the queue of BSCVTY.
04:19:30.062781 mtc Stop timer T: 2 s
04:19:30.062795 mtc Sent on BSCVTY to system charstring : "write terminal"
04:19:30.062821 mtc Start timer T: 2 s
04:19:30.063269 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:19:30.063332 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
04:19:30.065293 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:19:30.065348 mtc Message with id 40 was extracted from the queue of BSCVTY.
04:19:30.065373 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
04:19:30.065384 mtc Message with id 41 was extracted from the queue of BSCVTY.
04:19:30.065396 mtc Stop timer T: 2 s
04:19:30.065415 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:19:30.065441 mtc Start timer T: 2 s
04:19:30.065599 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42
04:19:30.065646 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42
04:19:30.065665 mtc Message with id 42 was extracted from the queue of BSCVTY.
04:19:30.065677 mtc Stop timer T: 2 s
04:19:30.065690 mtc Start timer T: 1 s
04:19:30.066766 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074C00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 1
04:19:30.066845 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 1
04:19:30.302576 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074F30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2
04:19:30.302929 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 2
04:19:30.537920 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007526010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3
04:19:30.538276 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3
04:19:30.773287 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000755901000000550602BFE809B3FF00000000000000000000007900002B'O } id 4
04:19:30.773619 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 4
04:19:31.008724 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000758C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 5
04:19:31.009061 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 5
04:19:31.065708 mtc Timeout T: 1 s
04:19:31.065874 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:19:31.065923 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:19:31.065952 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:19:31.065977 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:19:31.066030 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:19:31.066070 mtc Port GSMTAP was cleared.
04:19:31.066121 mtc Start timer T: 8 s
04:19:31.244024 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075BF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 6
04:19:31.244346 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6
04:19:31.244636 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6
04:19:31.244750 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:19:31.245031 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:19:31.479163 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075F2010000005506198FB380000000000000000000000000009D04002B'O } id 7
04:19:31.479492 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7
04:19:31.479706 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7
04:19:31.479798 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:19:31.479994 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:19:31.714661 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076250100000059061A00000000000000000000000000000000FF9D0400'O } id 8
04:19:31.715036 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8
04:19:31.715280 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8
04:19:31.715391 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:19:31.715654 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:19:31.950101 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076580100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 9
04:19:31.950506 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 9
04:19:31.950774 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 9
04:19:31.950886 mtc Message with id 9 was extracted from the queue of GSMTAP.
04:19:31.951197 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:19:32.185257 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000768B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 10
04:19:32.186440 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10
04:19:32.186596 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10
04:19:32.186695 mtc Message with id 10 was extracted from the queue of GSMTAP.
04:19:32.186967 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:19:32.420958 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 11
04:19:32.421349 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11
04:19:32.421634 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11
04:19:32.421773 mtc Message with id 11 was extracted from the queue of GSMTAP.
04:19:32.421999 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:19:32.656204 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076F101000000550602BFE809B3FF00000000000000000000007900002B'O } id 12
04:19:32.656611 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 12
04:19:32.656859 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 12
04:19:32.656999 mtc Message with id 12 was extracted from the queue of GSMTAP.
04:19:32.657299 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:19:32.891582 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077240100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 13
04:19:32.891939 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13
04:19:32.892156 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13
04:19:32.892276 mtc Message with id 13 was extracted from the queue of GSMTAP.
04:19:32.892629 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:19:33.126966 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077570100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 14
04:19:33.127333 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14
04:19:33.127590 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14
04:19:33.127706 mtc Message with id 14 was extracted from the queue of GSMTAP.
04:19:33.128049 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:19:33.362284 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000778A010000005506198FB380000000000000000000000000009D04002B'O } id 15
04:19:33.362660 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15
04:19:33.362887 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15
04:19:33.363033 mtc Message with id 15 was extracted from the queue of GSMTAP.
04:19:33.363283 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:19:33.597457 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077BD0100000059061A00000000000000000000000000000000FF9D0400'O } id 16
04:19:33.597725 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16
04:19:33.597890 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16
04:19:33.597970 mtc Message with id 16 was extracted from the queue of GSMTAP.
04:19:33.598161 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:19:33.832924 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077F00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 17
04:19:33.833302 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 17
04:19:33.833577 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 17
04:19:33.833712 mtc Message with id 17 was extracted from the queue of GSMTAP.
04:19:33.834059 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:19:34.068106 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078230100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 18
04:19:34.069229 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 18
04:19:34.069414 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 18
04:19:34.069499 mtc Message with id 18 was extracted from the queue of GSMTAP.
04:19:34.069760 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:19:34.303770 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007856010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 19
04:19:34.304186 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 19
04:19:34.304520 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 19
04:19:34.304637 mtc Message with id 19 was extracted from the queue of GSMTAP.
04:19:34.304835 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:19:34.539123 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000788901000000550602BFE809B3FF00000000000000000000007900002B'O } id 20
04:19:34.539488 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20
04:19:34.539743 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20
04:19:34.539893 mtc Message with id 20 was extracted from the queue of GSMTAP.
04:19:34.540179 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:19:34.774506 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078BC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 21
04:19:34.774868 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 21
04:19:34.775118 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 21
04:19:34.775288 mtc Message with id 21 was extracted from the queue of GSMTAP.
04:19:34.775654 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:19:35.009867 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078EF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 22
04:19:35.010205 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22
04:19:35.010514 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22
04:19:35.010649 mtc Message with id 22 was extracted from the queue of GSMTAP.
04:19:35.010988 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:19:35.244936 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007922010000005506198FB380000000000000000000000000009D04002B'O } id 23
04:19:35.245219 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23
04:19:35.245447 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23
04:19:35.245532 mtc Message with id 23 was extracted from the queue of GSMTAP.
04:19:35.245753 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:19:35.480342 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079550100000059061A00000000000000000000000000000000FF9D0400'O } id 24
04:19:35.480670 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24
04:19:35.480857 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24
04:19:35.480941 mtc Message with id 24 was extracted from the queue of GSMTAP.
04:19:35.481153 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:19:35.715950 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079880100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 25
04:19:35.716355 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 25
04:19:35.716749 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 25
04:19:35.716882 mtc Message with id 25 was extracted from the queue of GSMTAP.
04:19:35.717240 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:19:35.951129 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079BB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 26
04:19:35.951424 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26
04:19:35.951612 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26
04:19:35.951702 mtc Message with id 26 was extracted from the queue of GSMTAP.
04:19:35.951948 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:19:36.186485 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 27
04:19:36.186794 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27
04:19:36.186991 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27
04:19:36.187074 mtc Message with id 27 was extracted from the queue of GSMTAP.
04:19:36.187265 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:19:36.422061 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A2101000000550602BFE809B3FF00000000000000000000007900002B'O } id 28
04:19:36.422468 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28
04:19:36.422739 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28
04:19:36.422856 mtc Message with id 28 was extracted from the queue of GSMTAP.
04:19:36.423085 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:19:36.657331 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A540100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 29
04:19:36.657696 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 29
04:19:36.657890 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 29
04:19:36.657992 mtc Message with id 29 was extracted from the queue of GSMTAP.
04:19:36.658364 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:19:36.892772 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A870100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 30
04:19:36.893160 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30
04:19:36.893413 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30
04:19:36.893547 mtc Message with id 30 was extracted from the queue of GSMTAP.
04:19:36.893936 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:19:37.128143 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007ABA010000005506198FB380000000000000000000000000009D04002B'O } id 31
04:19:37.128553 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31
04:19:37.128817 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31
04:19:37.128950 mtc Message with id 31 was extracted from the queue of GSMTAP.
04:19:37.129247 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:19:37.363289 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007AED0100000059061A00000000000000000000000000000000FF9D0400'O } id 32
04:19:37.363554 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32
04:19:37.363724 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32
04:19:37.363810 mtc Message with id 32 was extracted from the queue of GSMTAP.
04:19:37.364082 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:19:37.598658 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B200100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 33
04:19:37.598942 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 33
04:19:37.599135 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 33
04:19:37.599220 mtc Message with id 33 was extracted from the queue of GSMTAP.
04:19:37.599493 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:19:37.834238 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B530100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 34
04:19:37.834633 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34
04:19:37.834934 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34
04:19:37.835065 mtc Message with id 34 was extracted from the queue of GSMTAP.
04:19:37.835416 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:19:38.069335 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 35
04:19:38.069627 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 35
04:19:38.069809 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 35
04:19:38.069902 mtc Message with id 35 was extracted from the queue of GSMTAP.
04:19:38.070096 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:19:38.304970 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BB901000000550602BFE809B3FF00000000000000000000007900002B'O } id 36
04:19:38.305323 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36
04:19:38.305824 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36
04:19:38.305972 mtc Message with id 36 was extracted from the queue of GSMTAP.
04:19:38.306263 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:19:38.540107 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BEC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 37
04:19:38.540401 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 37
04:19:38.540635 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 37
04:19:38.540717 mtc Message with id 37 was extracted from the queue of GSMTAP.
04:19:38.540987 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:19:38.775722 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C1F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 38
04:19:38.776113 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38
04:19:38.776373 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38
04:19:38.777382 mtc Message with id 38 was extracted from the queue of GSMTAP.
04:19:38.777737 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:19:39.011083 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C52010000005506198FB380000000000000000000000000009D04002B'O } id 39
04:19:39.011477 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39
04:19:39.011759 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39
04:19:39.011875 mtc Message with id 39 was extracted from the queue of GSMTAP.
04:19:39.012173 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:19:39.066204 mtc Timeout T: 8 s
04:19:39.066300 mtc "TC_si_sched_2bis": TC=0 has #of SI=5
04:19:39.066385 mtc "TC_si_sched_2bis": TC=1 has #of SI=4
04:19:39.066453 mtc "TC_si_sched_2bis": TC=2 has #of SI=4
04:19:39.066510 mtc "TC_si_sched_2bis": TC=3 has #of SI=4
04:19:39.066566 mtc "TC_si_sched_2bis": TC=4 has #of SI=4
04:19:39.066619 mtc "TC_si_sched_2bis": TC=5 has #of SI=4
04:19:39.066672 mtc "TC_si_sched_2bis": TC=6 has #of SI=4
04:19:39.066725 mtc "TC_si_sched_2bis": TC=7 has #of SI=5
04:19:39.066827 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:39.066953 mtc Start timer T: 2 s
04:19:39.067252 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43
04:19:39.067496 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43
04:19:39.067564 mtc Message with id 43 was extracted from the queue of BSCVTY.
04:19:39.067617 mtc Stop timer T: 2 s
04:19:39.067695 mtc Sent on BSCVTY to system charstring : "network"
04:19:39.067790 mtc Start timer T: 2 s
04:19:39.067997 mtc Message enqueued on BSCVTY from system charstring : " network" id 44
04:19:39.068076 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45
04:19:39.068339 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44
04:19:39.068441 mtc Message with id 44 was extracted from the queue of BSCVTY.
04:19:39.068579 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45
04:19:39.068660 mtc Message with id 45 was extracted from the queue of BSCVTY.
04:19:39.068722 mtc Stop timer T: 2 s
04:19:39.068801 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:39.068918 mtc Start timer T: 2 s
04:19:39.069208 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 46
04:19:39.069283 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
04:19:39.069444 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46
04:19:39.069482 mtc Message with id 46 was extracted from the queue of BSCVTY.
04:19:39.069598 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
04:19:39.069656 mtc Message with id 47 was extracted from the queue of BSCVTY.
04:19:39.069707 mtc Stop timer T: 2 s
04:19:39.069793 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:19:39.069893 mtc Start timer T: 2 s
04:19:39.070200 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48
04:19:39.070270 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
04:19:39.070468 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48
04:19:39.070529 mtc Message with id 48 was extracted from the queue of BSCVTY.
04:19:39.070711 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
04:19:39.070769 mtc Message with id 49 was extracted from the queue of BSCVTY.
04:19:39.070818 mtc Stop timer T: 2 s
04:19:39.070891 mtc Sent on BSCVTY to system charstring : "end"
04:19:39.070988 mtc Start timer T: 2 s
04:19:39.071172 mtc Message enqueued on BSCVTY from system charstring : " end" id 50
04:19:39.071216 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51
04:19:39.071259 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50
04:19:39.071274 mtc Message with id 50 was extracted from the queue of BSCVTY.
04:19:39.071300 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51
04:19:39.071312 mtc Message with id 51 was extracted from the queue of BSCVTY.
04:19:39.071324 mtc Stop timer T: 2 s
04:19:39.071340 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:39.071409 mtc Start timer T: 2 s
04:19:39.071438 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52
04:19:39.071492 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52
04:19:39.071507 mtc Message with id 52 was extracted from the queue of BSCVTY.
04:19:39.071520 mtc Stop timer T: 2 s
04:19:39.071539 mtc Sent on BSCVTY to system charstring : "network"
04:19:39.071586 mtc Start timer T: 2 s
04:19:39.071614 mtc Message enqueued on BSCVTY from system charstring : " network" id 53
04:19:39.071628 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54
04:19:39.071686 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53
04:19:39.071701 mtc Message with id 53 was extracted from the queue of BSCVTY.
04:19:39.071745 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54
04:19:39.071759 mtc Message with id 54 was extracted from the queue of BSCVTY.
04:19:39.071771 mtc Stop timer T: 2 s
04:19:39.071789 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:39.071812 mtc Start timer T: 2 s
04:19:39.071861 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 55
04:19:39.071877 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
04:19:39.071935 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55
04:19:39.071949 mtc Message with id 55 was extracted from the queue of BSCVTY.
04:19:39.071999 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
04:19:39.072013 mtc Message with id 56 was extracted from the queue of BSCVTY.
04:19:39.072024 mtc Stop timer T: 2 s
04:19:39.072045 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:19:39.072069 mtc Start timer T: 2 s
04:19:39.072136 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57
04:19:39.072153 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
04:19:39.072202 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57
04:19:39.072217 mtc Message with id 57 was extracted from the queue of BSCVTY.
04:19:39.072263 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
04:19:39.072276 mtc Message with id 58 was extracted from the queue of BSCVTY.
04:19:39.072288 mtc Stop timer T: 2 s
04:19:39.072306 mtc Sent on BSCVTY to system charstring : "end"
04:19:39.072329 mtc Start timer T: 2 s
04:19:39.072372 mtc Message enqueued on BSCVTY from system charstring : " end" id 59
04:19:39.072388 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60
04:19:39.072432 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59
04:19:39.072443 mtc Message with id 59 was extracted from the queue of BSCVTY.
04:19:39.072457 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60
04:19:39.072464 mtc Message with id 60 was extracted from the queue of BSCVTY.
04:19:39.072471 mtc Stop timer T: 2 s
04:19:39.072481 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:39.072499 mtc Start timer T: 2 s
04:19:39.072551 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61
04:19:39.072597 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61
04:19:39.072607 mtc Message with id 61 was extracted from the queue of BSCVTY.
04:19:39.072615 mtc Stop timer T: 2 s
04:19:39.072627 mtc Sent on BSCVTY to system charstring : "network"
04:19:39.072645 mtc Start timer T: 2 s
04:19:39.072684 mtc Message enqueued on BSCVTY from system charstring : " network" id 62
04:19:39.072698 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63
04:19:39.072741 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62
04:19:39.072756 mtc Message with id 62 was extracted from the queue of BSCVTY.
04:19:39.072799 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63
04:19:39.072812 mtc Message with id 63 was extracted from the queue of BSCVTY.
04:19:39.072824 mtc Stop timer T: 2 s
04:19:39.072843 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:39.072865 mtc Start timer T: 2 s
04:19:39.072911 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 64
04:19:39.072929 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
04:19:39.072984 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64
04:19:39.072997 mtc Message with id 64 was extracted from the queue of BSCVTY.
04:19:39.073038 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
04:19:39.073051 mtc Message with id 65 was extracted from the queue of BSCVTY.
04:19:39.073063 mtc Stop timer T: 2 s
04:19:39.073082 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:19:39.073104 mtc Start timer T: 2 s
04:19:39.073167 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66
04:19:39.073183 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
04:19:39.073238 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66
04:19:39.073252 mtc Message with id 66 was extracted from the queue of BSCVTY.
04:19:39.073294 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
04:19:39.073311 mtc Message with id 67 was extracted from the queue of BSCVTY.
04:19:39.073323 mtc Stop timer T: 2 s
04:19:39.073341 mtc Sent on BSCVTY to system charstring : "end"
04:19:39.073364 mtc Start timer T: 2 s
04:19:39.073407 mtc Message enqueued on BSCVTY from system charstring : " end" id 68
04:19:39.073420 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69
04:19:39.073472 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68
04:19:39.073486 mtc Message with id 68 was extracted from the queue of BSCVTY.
04:19:39.073511 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69
04:19:39.073523 mtc Message with id 69 was extracted from the queue of BSCVTY.
04:19:39.073534 mtc Stop timer T: 2 s
04:19:39.073550 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:39.073573 mtc Start timer T: 2 s
04:19:39.073622 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70
04:19:39.073667 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70
04:19:39.073678 mtc Message with id 70 was extracted from the queue of BSCVTY.
04:19:39.073685 mtc Stop timer T: 2 s
04:19:39.073697 mtc Sent on BSCVTY to system charstring : "network"
04:19:39.073713 mtc Start timer T: 2 s
04:19:39.073751 mtc Message enqueued on BSCVTY from system charstring : " network" id 71
04:19:39.073767 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72
04:19:39.073803 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71
04:19:39.073812 mtc Message with id 71 was extracted from the queue of BSCVTY.
04:19:39.073837 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72
04:19:39.073844 mtc Message with id 72 was extracted from the queue of BSCVTY.
04:19:39.073850 mtc Stop timer T: 2 s
04:19:39.073863 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:39.073879 mtc Start timer T: 2 s
04:19:39.073920 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 73
04:19:39.073934 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
04:19:39.073970 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73
04:19:39.073979 mtc Message with id 73 was extracted from the queue of BSCVTY.
04:19:39.074006 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
04:19:39.074016 mtc Message with id 74 was extracted from the queue of BSCVTY.
04:19:39.074023 mtc Stop timer T: 2 s
04:19:39.074036 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:19:39.074099 mtc Start timer T: 2 s
04:19:39.074137 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:19:39.074153 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
04:19:39.074230 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:19:39.074244 mtc Message with id 75 was extracted from the queue of BSCVTY.
04:19:39.074286 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
04:19:39.074299 mtc Message with id 76 was extracted from the queue of BSCVTY.
04:19:39.074311 mtc Stop timer T: 2 s
04:19:39.074329 mtc Sent on BSCVTY to system charstring : "end"
04:19:39.074351 mtc Start timer T: 2 s
04:19:39.074390 mtc Message enqueued on BSCVTY from system charstring : " end" id 77
04:19:39.074404 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
04:19:39.074457 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77
04:19:39.074471 mtc Message with id 77 was extracted from the queue of BSCVTY.
04:19:39.074496 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
04:19:39.074512 mtc Message with id 78 was extracted from the queue of BSCVTY.
04:19:39.074524 mtc Stop timer T: 2 s
04:19:39.074540 mtc Sent on BSCVTY to system charstring : "write terminal"
04:19:39.074562 mtc Start timer T: 2 s
04:19:39.074872 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:19:39.074913 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
04:19:39.076215 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:19:39.076251 mtc Message with id 79 was extracted from the queue of BSCVTY.
04:19:39.076279 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
04:19:39.076294 mtc Message with id 80 was extracted from the queue of BSCVTY.
04:19:39.076306 mtc Stop timer T: 2 s
04:19:39.076326 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:19:39.076348 mtc Start timer T: 2 s
04:19:39.076488 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81
04:19:39.076519 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81
04:19:39.076532 mtc Message with id 81 was extracted from the queue of BSCVTY.
04:19:39.076544 mtc Stop timer T: 2 s
04:19:39.076556 mtc Start timer T: 1 s
04:19:39.246192 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C850100000059061A00000000000000000000000000000000FF9D0400'O } id 40
04:19:39.246458 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40
04:19:39.481526 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CB80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 41
04:19:39.481763 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 41
04:19:39.717204 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CEB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 42
04:19:39.717593 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 42
04:19:39.952558 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D1E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 43
04:19:39.952909 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 43
04:19:40.076576 mtc Timeout T: 1 s
04:19:40.076719 mtc setverdict(pass): none -> pass
04:19:40.076807 mtc Terminating component type Test.dummy_CT.
04:19:40.076874 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:19:40.076962 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:19:40.077018 mtc Message with id 40 was extracted from the queue of GSMTAP.
04:19:40.077072 mtc Message with id 41 was extracted from the queue of GSMTAP.
04:19:40.077146 mtc Message with id 42 was extracted from the queue of GSMTAP.
04:19:40.077217 mtc Message with id 43 was extracted from the queue of GSMTAP.
04:19:40.077274 mtc Port GSMTAP was stopped.
04:19:40.077332 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:19:40.077470 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:19:40.077543 mtc Port BSCVTY was stopped.
04:19:40.077597 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2bis.
04:19:40.077650 mtc Waiting for PTCs to finish.
04:19:40.077751 mtc Setting final verdict of the test case.
04:19:40.077844 mtc Local verdict of MTC: pass
04:19:40.077902 mtc No PTCs were created.
04:19:40.077940 mtc Test case TC_si_sched_2bis finished. Verdict: pass
04:19:40.078132 mtc Executing test case TC_si_sched_2ter in module Test.
04:19:40.078223 mtc Test case TC_si_sched_2ter started.
04:19:40.078264 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter.
04:19:40.078364 mtc Port GSMTAP was started.
04:19:40.078421 mtc Port BSCVTY was started.
04:19:40.078444 mtc Component type Test.dummy_CT was initialized.
04:19:40.078475 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:19:40.078653 mtc Port GSMTAP was mapped to system:GSMTAP.
04:19:40.078775 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:19:40.078841 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:19:40.078976 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:19:40.079466 mtc Port BSCVTY was mapped to system:BSCVTY.
04:19:40.079660 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:19:40.079748 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:19:40.079852 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:19:40.079906 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:19:40.080143 mtc Sent on BSCVTY to system charstring : "enable"
04:19:40.080289 mtc Start timer T: 2 s
04:19:40.080453 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:19:40.080646 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:19:40.080716 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:19:40.080762 mtc Stop timer T: 2 s
04:19:40.080817 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:40.080923 mtc Start timer T: 2 s
04:19:40.081449 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:19:40.081686 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:19:40.081739 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:19:40.081777 mtc Stop timer T: 2 s
04:19:40.081829 mtc Sent on BSCVTY to system charstring : "network"
04:19:40.081920 mtc Start timer T: 2 s
04:19:40.082226 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:19:40.082322 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:19:40.082618 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:19:40.082744 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:19:40.083058 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:19:40.083192 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:19:40.083284 mtc Stop timer T: 2 s
04:19:40.083363 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:40.083482 mtc Start timer T: 2 s
04:19:40.083691 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:19:40.083773 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:19:40.084021 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:19:40.084081 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:19:40.084263 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:19:40.084320 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:19:40.084368 mtc Stop timer T: 2 s
04:19:40.084501 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:19:40.084621 mtc Start timer T: 2 s
04:19:40.084958 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7
04:19:40.085041 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:19:40.085325 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7
04:19:40.085395 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:19:40.085578 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:19:40.085633 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:19:40.085680 mtc Stop timer T: 2 s
04:19:40.085754 mtc Sent on BSCVTY to system charstring : "end"
04:19:40.085853 mtc Start timer T: 2 s
04:19:40.086095 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:19:40.086164 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:19:40.086351 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:19:40.086402 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:19:40.086464 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:19:40.086493 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:19:40.086520 mtc Stop timer T: 2 s
04:19:40.086569 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:40.086816 mtc Start timer T: 2 s
04:19:40.086934 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11
04:19:40.087212 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11
04:19:40.087230 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:19:40.087245 mtc Stop timer T: 2 s
04:19:40.087263 mtc Sent on BSCVTY to system charstring : "network"
04:19:40.087288 mtc Start timer T: 2 s
04:19:40.087337 mtc Message enqueued on BSCVTY from system charstring : " network" id 12
04:19:40.087355 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13
04:19:40.087415 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12
04:19:40.087429 mtc Message with id 12 was extracted from the queue of BSCVTY.
04:19:40.087475 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13
04:19:40.087491 mtc Message with id 13 was extracted from the queue of BSCVTY.
04:19:40.087504 mtc Stop timer T: 2 s
04:19:40.087527 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:40.087554 mtc Start timer T: 2 s
04:19:40.087599 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14
04:19:40.087617 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15
04:19:40.087681 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14
04:19:40.087696 mtc Message with id 14 was extracted from the queue of BSCVTY.
04:19:40.087742 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15
04:19:40.087756 mtc Message with id 15 was extracted from the queue of BSCVTY.
04:19:40.087769 mtc Stop timer T: 2 s
04:19:40.087792 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static"
04:19:40.087823 mtc Start timer T: 2 s
04:19:40.087901 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 16
04:19:40.087926 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
04:19:40.087999 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 16
04:19:40.088016 mtc Message with id 16 was extracted from the queue of BSCVTY.
04:19:40.088065 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
04:19:40.088080 mtc Message with id 17 was extracted from the queue of BSCVTY.
04:19:40.088094 mtc Stop timer T: 2 s
04:19:40.088119 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B"
04:19:40.088210 mtc Start timer T: 2 s
04:19:40.088255 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18
04:19:40.088274 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
04:19:40.088362 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18
04:19:40.088377 mtc Message with id 18 was extracted from the queue of BSCVTY.
04:19:40.088431 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
04:19:40.088447 mtc Message with id 19 was extracted from the queue of BSCVTY.
04:19:40.088460 mtc Stop timer T: 2 s
04:19:40.088477 mtc Sent on BSCVTY to system charstring : "end"
04:19:40.088501 mtc Start timer T: 2 s
04:19:40.088547 mtc Message enqueued on BSCVTY from system charstring : " end" id 20
04:19:40.088566 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21
04:19:40.088628 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20
04:19:40.088644 mtc Message with id 20 was extracted from the queue of BSCVTY.
04:19:40.088672 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21
04:19:40.088685 mtc Message with id 21 was extracted from the queue of BSCVTY.
04:19:40.088697 mtc Stop timer T: 2 s
04:19:40.088714 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:40.088739 mtc Start timer T: 2 s
04:19:40.088812 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22
04:19:40.088871 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22
04:19:40.088890 mtc Message with id 22 was extracted from the queue of BSCVTY.
04:19:40.088903 mtc Stop timer T: 2 s
04:19:40.088922 mtc Sent on BSCVTY to system charstring : "network"
04:19:40.088945 mtc Start timer T: 2 s
04:19:40.089001 mtc Message enqueued on BSCVTY from system charstring : " network" id 23
04:19:40.089019 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24
04:19:40.089067 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23
04:19:40.089079 mtc Message with id 23 was extracted from the queue of BSCVTY.
04:19:40.089123 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24
04:19:40.089135 mtc Message with id 24 was extracted from the queue of BSCVTY.
04:19:40.089144 mtc Stop timer T: 2 s
04:19:40.089167 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:40.089188 mtc Start timer T: 2 s
04:19:40.089235 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 25
04:19:40.089252 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
04:19:40.089302 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25
04:19:40.089314 mtc Message with id 25 was extracted from the queue of BSCVTY.
04:19:40.089344 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
04:19:40.089354 mtc Message with id 26 was extracted from the queue of BSCVTY.
04:19:40.089366 mtc Stop timer T: 2 s
04:19:40.089379 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:19:40.089397 mtc Start timer T: 2 s
04:19:40.089456 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27
04:19:40.089476 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
04:19:40.089524 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27
04:19:40.089538 mtc Message with id 27 was extracted from the queue of BSCVTY.
04:19:40.089573 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
04:19:40.089591 mtc Message with id 28 was extracted from the queue of BSCVTY.
04:19:40.089601 mtc Stop timer T: 2 s
04:19:40.089613 mtc Sent on BSCVTY to system charstring : "end"
04:19:40.089632 mtc Start timer T: 2 s
04:19:40.089683 mtc Message enqueued on BSCVTY from system charstring : " end" id 29
04:19:40.089698 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30
04:19:40.089750 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29
04:19:40.089765 mtc Message with id 29 was extracted from the queue of BSCVTY.
04:19:40.089794 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30
04:19:40.089809 mtc Message with id 30 was extracted from the queue of BSCVTY.
04:19:40.089821 mtc Stop timer T: 2 s
04:19:40.089839 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:40.089868 mtc Start timer T: 2 s
04:19:40.089922 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31
04:19:40.089971 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31
04:19:40.089983 mtc Message with id 31 was extracted from the queue of BSCVTY.
04:19:40.089991 mtc Stop timer T: 2 s
04:19:40.090002 mtc Sent on BSCVTY to system charstring : "network"
04:19:40.090056 mtc Start timer T: 2 s
04:19:40.090088 mtc Message enqueued on BSCVTY from system charstring : " network" id 32
04:19:40.090105 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33
04:19:40.090185 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32
04:19:40.090199 mtc Message with id 32 was extracted from the queue of BSCVTY.
04:19:40.090245 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33
04:19:40.090259 mtc Message with id 33 was extracted from the queue of BSCVTY.
04:19:40.090271 mtc Stop timer T: 2 s
04:19:40.090294 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:40.090354 mtc Start timer T: 2 s
04:19:40.090384 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 34
04:19:40.090400 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
04:19:40.090459 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34
04:19:40.090474 mtc Message with id 34 was extracted from the queue of BSCVTY.
04:19:40.090518 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
04:19:40.090536 mtc Message with id 35 was extracted from the queue of BSCVTY.
04:19:40.090548 mtc Stop timer T: 2 s
04:19:40.090569 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:19:40.090598 mtc Start timer T: 2 s
04:19:40.090677 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:19:40.090697 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
04:19:40.090763 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:19:40.090780 mtc Message with id 36 was extracted from the queue of BSCVTY.
04:19:40.090828 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
04:19:40.090845 mtc Message with id 37 was extracted from the queue of BSCVTY.
04:19:40.090857 mtc Stop timer T: 2 s
04:19:40.090878 mtc Sent on BSCVTY to system charstring : "end"
04:19:40.090903 mtc Start timer T: 2 s
04:19:40.090952 mtc Message enqueued on BSCVTY from system charstring : " end" id 38
04:19:40.090968 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
04:19:40.091010 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38
04:19:40.091021 mtc Message with id 38 was extracted from the queue of BSCVTY.
04:19:40.091036 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
04:19:40.091048 mtc Message with id 39 was extracted from the queue of BSCVTY.
04:19:40.091055 mtc Stop timer T: 2 s
04:19:40.091064 mtc Sent on BSCVTY to system charstring : "write terminal"
04:19:40.091082 mtc Start timer T: 2 s
04:19:40.091416 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:19:40.091467 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
04:19:40.092844 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:19:40.092888 mtc Message with id 40 was extracted from the queue of BSCVTY.
04:19:40.092928 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
04:19:40.092939 mtc Message with id 41 was extracted from the queue of BSCVTY.
04:19:40.092947 mtc Stop timer T: 2 s
04:19:40.092963 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:19:40.092982 mtc Start timer T: 2 s
04:19:40.093117 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42
04:19:40.093155 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42
04:19:40.093170 mtc Message with id 42 was extracted from the queue of BSCVTY.
04:19:40.093182 mtc Stop timer T: 2 s
04:19:40.093195 mtc Start timer T: 1 s
04:19:40.187661 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D5101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 1
04:19:40.187933 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 1
04:19:40.423284 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D840100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 2
04:19:40.423605 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 2
04:19:40.658593 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DB70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 3
04:19:40.658911 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 3
04:19:40.894022 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DEA010000005506198FB380000000000000000000000000009D04002B'O } id 4
04:19:40.894374 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 4
04:19:41.093216 mtc Timeout T: 1 s
04:19:41.093377 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:19:41.093424 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:19:41.093452 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:19:41.093485 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:19:41.093529 mtc Port GSMTAP was cleared.
04:19:41.093565 mtc Start timer T: 8 s
04:19:41.129172 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E1D0100000059061A00000000000000000000000000000000FF9D0400'O } id 5
04:19:41.129482 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5
04:19:41.129696 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5
04:19:41.129788 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:19:41.129979 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:19:41.364687 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E500100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 6
04:19:41.365069 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 6
04:19:41.365375 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 6
04:19:41.365499 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:19:41.365828 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:19:41.600060 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E830100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 7
04:19:41.600359 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 7
04:19:41.600659 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 7
04:19:41.600769 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:19:41.601094 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:19:41.835438 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 8
04:19:41.835822 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8
04:19:41.836073 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8
04:19:41.836188 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:19:41.836457 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:19:42.070824 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EE901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 9
04:19:42.071144 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 9
04:19:42.071342 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 9
04:19:42.071429 mtc Message with id 9 was extracted from the queue of GSMTAP.
04:19:42.071652 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:19:42.306177 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F1C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 10
04:19:42.306527 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 10
04:19:42.306804 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 10
04:19:42.306943 mtc Message with id 10 was extracted from the queue of GSMTAP.
04:19:42.307292 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:19:42.541446 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F4F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 11
04:19:42.541826 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11
04:19:42.542106 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11
04:19:42.542226 mtc Message with id 11 was extracted from the queue of GSMTAP.
04:19:42.542519 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:19:42.776931 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F82010000005506198FB380000000000000000000000000009D04002B'O } id 12
04:19:42.777352 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12
04:19:42.777604 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12
04:19:42.777711 mtc Message with id 12 was extracted from the queue of GSMTAP.
04:19:42.777973 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:19:43.012260 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FB50100000059061A00000000000000000000000000000000FF9D0400'O } id 13
04:19:43.012639 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13
04:19:43.012845 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13
04:19:43.012954 mtc Message with id 13 was extracted from the queue of GSMTAP.
04:19:43.013165 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:19:43.247669 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FE80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 14
04:19:43.248083 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 14
04:19:43.248347 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 14
04:19:43.248513 mtc Message with id 14 was extracted from the queue of GSMTAP.
04:19:43.248829 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:19:43.483019 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000801B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 15
04:19:43.483406 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15
04:19:43.483642 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15
04:19:43.483746 mtc Message with id 15 was extracted from the queue of GSMTAP.
04:19:43.484110 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:19:43.718085 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000804E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 16
04:19:43.718411 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16
04:19:43.718628 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16
04:19:43.718711 mtc Message with id 16 was extracted from the queue of GSMTAP.
04:19:43.718955 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:19:43.953437 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000808101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 17
04:19:43.953727 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 17
04:19:43.953927 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 17
04:19:43.954006 mtc Message with id 17 was extracted from the queue of GSMTAP.
04:19:43.954239 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:19:44.188913 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080B40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 18
04:19:44.189277 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 18
04:19:44.189473 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 18
04:19:44.189561 mtc Message with id 18 was extracted from the queue of GSMTAP.
04:19:44.189839 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:19:44.424221 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080E70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 19
04:19:44.424524 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19
04:19:44.424710 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19
04:19:44.424800 mtc Message with id 19 was extracted from the queue of GSMTAP.
04:19:44.425079 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:19:44.659529 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000811A010000005506198FB380000000000000000000000000009D04002B'O } id 20
04:19:44.659709 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20
04:19:44.659797 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20
04:19:44.659836 mtc Message with id 20 was extracted from the queue of GSMTAP.
04:19:44.659954 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:19:44.895158 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000814D0100000059061A00000000000000000000000000000000FF9D0400'O } id 21
04:19:44.895504 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21
04:19:44.895760 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21
04:19:44.895869 mtc Message with id 21 was extracted from the queue of GSMTAP.
04:19:44.896177 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:19:45.130554 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081800100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 22
04:19:45.130959 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 22
04:19:45.131238 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 22
04:19:45.131363 mtc Message with id 22 was extracted from the queue of GSMTAP.
04:19:45.131709 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:19:45.365903 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081B30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 23
04:19:45.366296 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23
04:19:45.366568 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23
04:19:45.366706 mtc Message with id 23 was extracted from the queue of GSMTAP.
04:19:45.367064 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:19:45.601288 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081E6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 24
04:19:45.601718 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24
04:19:45.601999 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24
04:19:45.602133 mtc Message with id 24 was extracted from the queue of GSMTAP.
04:19:45.602399 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:19:45.836701 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000821901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 25
04:19:45.837104 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 25
04:19:45.837393 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 25
04:19:45.837554 mtc Message with id 25 was extracted from the queue of GSMTAP.
04:19:45.837829 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:19:46.071848 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000824C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 26
04:19:46.072185 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 26
04:19:46.072391 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 26
04:19:46.072519 mtc Message with id 26 was extracted from the queue of GSMTAP.
04:19:46.072814 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:19:46.307195 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000827F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 27
04:19:46.307524 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27
04:19:46.307716 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27
04:19:46.307825 mtc Message with id 27 was extracted from the queue of GSMTAP.
04:19:46.308108 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:19:46.542620 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082B2010000005506198FB380000000000000000000000000009D04002B'O } id 28
04:19:46.543005 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28
04:19:46.543274 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28
04:19:46.543389 mtc Message with id 28 was extracted from the queue of GSMTAP.
04:19:46.543661 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:19:46.778154 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082E50100000059061A00000000000000000000000000000000FF9D0400'O } id 29
04:19:46.778595 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29
04:19:46.778876 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29
04:19:46.779032 mtc Message with id 29 was extracted from the queue of GSMTAP.
04:19:46.779312 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:19:47.013465 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083180100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 30
04:19:47.013790 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 30
04:19:47.013997 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 30
04:19:47.014113 mtc Message with id 30 was extracted from the queue of GSMTAP.
04:19:47.014397 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:19:47.248870 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000834B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 31
04:19:47.249210 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 31
04:19:47.249468 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 31
04:19:47.249617 mtc Message with id 31 was extracted from the queue of GSMTAP.
04:19:47.250018 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:19:47.484181 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000837E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 32
04:19:47.484589 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32
04:19:47.484846 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32
04:19:47.484943 mtc Message with id 32 was extracted from the queue of GSMTAP.
04:19:47.485167 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:19:47.719525 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083B101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 33
04:19:47.719847 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 33
04:19:47.720100 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 33
04:19:47.720271 mtc Message with id 33 was extracted from the queue of GSMTAP.
04:19:47.720604 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:19:47.954744 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083E40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 34
04:19:47.954998 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 34
04:19:47.955149 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 34
04:19:47.955214 mtc Message with id 34 was extracted from the queue of GSMTAP.
04:19:47.955462 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:19:48.190189 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084170100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 35
04:19:48.190560 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 35
04:19:48.190817 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 35
04:19:48.190936 mtc Message with id 35 was extracted from the queue of GSMTAP.
04:19:48.191258 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:19:48.425655 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000844A010000005506198FB380000000000000000000000000009D04002B'O } id 36
04:19:48.425993 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36
04:19:48.426193 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36
04:19:48.426300 mtc Message with id 36 was extracted from the queue of GSMTAP.
04:19:48.426596 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:19:48.661031 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000847D0100000059061A00000000000000000000000000000000FF9D0400'O } id 37
04:19:48.661402 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37
04:19:48.661669 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37
04:19:48.661788 mtc Message with id 37 was extracted from the queue of GSMTAP.
04:19:48.662029 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:19:48.896207 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084B00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 38
04:19:48.896538 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 38
04:19:48.896716 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 38
04:19:48.896814 mtc Message with id 38 was extracted from the queue of GSMTAP.
04:19:48.897108 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:19:49.093841 mtc Timeout T: 8 s
04:19:49.093935 mtc "TC_si_sched_2ter": TC=0 has #of SI=4
04:19:49.093987 mtc "TC_si_sched_2ter": TC=1 has #of SI=5
04:19:49.094020 mtc "TC_si_sched_2ter": TC=2 has #of SI=5
04:19:49.094053 mtc "TC_si_sched_2ter": TC=3 has #of SI=4
04:19:49.094085 mtc "TC_si_sched_2ter": TC=4 has #of SI=4
04:19:49.094116 mtc "TC_si_sched_2ter": TC=5 has #of SI=4
04:19:49.094162 mtc "TC_si_sched_2ter": TC=6 has #of SI=4
04:19:49.094220 mtc "TC_si_sched_2ter": TC=7 has #of SI=4
04:19:49.094306 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:49.094466 mtc Start timer T: 2 s
04:19:49.094786 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43
04:19:49.095055 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43
04:19:49.095126 mtc Message with id 43 was extracted from the queue of BSCVTY.
04:19:49.095180 mtc Stop timer T: 2 s
04:19:49.095244 mtc Sent on BSCVTY to system charstring : "network"
04:19:49.095344 mtc Start timer T: 2 s
04:19:49.095547 mtc Message enqueued on BSCVTY from system charstring : " network" id 44
04:19:49.095621 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45
04:19:49.095872 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44
04:19:49.095935 mtc Message with id 44 was extracted from the queue of BSCVTY.
04:19:49.096133 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45
04:19:49.096196 mtc Message with id 45 was extracted from the queue of BSCVTY.
04:19:49.096230 mtc Stop timer T: 2 s
04:19:49.096304 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:49.096397 mtc Start timer T: 2 s
04:19:49.096644 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 46
04:19:49.096724 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
04:19:49.097000 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46
04:19:49.097069 mtc Message with id 46 was extracted from the queue of BSCVTY.
04:19:49.097248 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
04:19:49.097308 mtc Message with id 47 was extracted from the queue of BSCVTY.
04:19:49.097365 mtc Stop timer T: 2 s
04:19:49.097435 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:19:49.097519 mtc Start timer T: 2 s
04:19:49.097841 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48
04:19:49.097932 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
04:19:49.098206 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48
04:19:49.098263 mtc Message with id 48 was extracted from the queue of BSCVTY.
04:19:49.098374 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
04:19:49.098408 mtc Message with id 49 was extracted from the queue of BSCVTY.
04:19:49.098433 mtc Stop timer T: 2 s
04:19:49.098474 mtc Sent on BSCVTY to system charstring : "end"
04:19:49.098558 mtc Start timer T: 2 s
04:19:49.098733 mtc Message enqueued on BSCVTY from system charstring : " end" id 50
04:19:49.098867 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51
04:19:49.099157 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50
04:19:49.099172 mtc Message with id 50 was extracted from the queue of BSCVTY.
04:19:49.099197 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51
04:19:49.099207 mtc Message with id 51 was extracted from the queue of BSCVTY.
04:19:49.099213 mtc Stop timer T: 2 s
04:19:49.099225 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:49.099258 mtc Start timer T: 2 s
04:19:49.099313 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52
04:19:49.099384 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52
04:19:49.099400 mtc Message with id 52 was extracted from the queue of BSCVTY.
04:19:49.099413 mtc Stop timer T: 2 s
04:19:49.099445 mtc Sent on BSCVTY to system charstring : "network"
04:19:49.099510 mtc Start timer T: 2 s
04:19:49.099540 mtc Message enqueued on BSCVTY from system charstring : " network" id 53
04:19:49.099566 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54
04:19:49.099619 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53
04:19:49.099654 mtc Message with id 53 was extracted from the queue of BSCVTY.
04:19:49.099691 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54
04:19:49.099700 mtc Message with id 54 was extracted from the queue of BSCVTY.
04:19:49.099708 mtc Stop timer T: 2 s
04:19:49.099725 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:49.099785 mtc Start timer T: 2 s
04:19:49.099827 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 55
04:19:49.099842 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
04:19:49.099894 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55
04:19:49.099906 mtc Message with id 55 was extracted from the queue of BSCVTY.
04:19:49.099949 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
04:19:49.099964 mtc Message with id 56 was extracted from the queue of BSCVTY.
04:19:49.099977 mtc Stop timer T: 2 s
04:19:49.100012 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:19:49.100037 mtc Start timer T: 2 s
04:19:49.100115 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57
04:19:49.100137 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
04:19:49.100205 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57
04:19:49.100223 mtc Message with id 57 was extracted from the queue of BSCVTY.
04:19:49.100267 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
04:19:49.100283 mtc Message with id 58 was extracted from the queue of BSCVTY.
04:19:49.100293 mtc Stop timer T: 2 s
04:19:49.100310 mtc Sent on BSCVTY to system charstring : "end"
04:19:49.100379 mtc Start timer T: 2 s
04:19:49.100404 mtc Message enqueued on BSCVTY from system charstring : " end" id 59
04:19:49.100429 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60
04:19:49.100489 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59
04:19:49.100501 mtc Message with id 59 was extracted from the queue of BSCVTY.
04:19:49.100518 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60
04:19:49.100529 mtc Message with id 60 was extracted from the queue of BSCVTY.
04:19:49.100539 mtc Stop timer T: 2 s
04:19:49.100551 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:49.100570 mtc Start timer T: 2 s
04:19:49.100620 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61
04:19:49.100704 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61
04:19:49.100719 mtc Message with id 61 was extracted from the queue of BSCVTY.
04:19:49.100732 mtc Stop timer T: 2 s
04:19:49.100765 mtc Sent on BSCVTY to system charstring : "network"
04:19:49.100832 mtc Start timer T: 2 s
04:19:49.100864 mtc Message enqueued on BSCVTY from system charstring : " network" id 62
04:19:49.100884 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63
04:19:49.100940 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62
04:19:49.100963 mtc Message with id 62 was extracted from the queue of BSCVTY.
04:19:49.101007 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63
04:19:49.101034 mtc Message with id 63 was extracted from the queue of BSCVTY.
04:19:49.101046 mtc Stop timer T: 2 s
04:19:49.101065 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:49.101098 mtc Start timer T: 2 s
04:19:49.101140 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 64
04:19:49.101164 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
04:19:49.101210 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64
04:19:49.101231 mtc Message with id 64 was extracted from the queue of BSCVTY.
04:19:49.101272 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
04:19:49.101284 mtc Message with id 65 was extracted from the queue of BSCVTY.
04:19:49.101293 mtc Stop timer T: 2 s
04:19:49.101307 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:19:49.101331 mtc Start timer T: 2 s
04:19:49.101396 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66
04:19:49.101416 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
04:19:49.101469 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66
04:19:49.101480 mtc Message with id 66 was extracted from the queue of BSCVTY.
04:19:49.101509 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
04:19:49.101518 mtc Message with id 67 was extracted from the queue of BSCVTY.
04:19:49.101524 mtc Stop timer T: 2 s
04:19:49.101535 mtc Sent on BSCVTY to system charstring : "end"
04:19:49.101553 mtc Start timer T: 2 s
04:19:49.101592 mtc Message enqueued on BSCVTY from system charstring : " end" id 68
04:19:49.101612 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69
04:19:49.101665 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68
04:19:49.101679 mtc Message with id 68 was extracted from the queue of BSCVTY.
04:19:49.101705 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69
04:19:49.101719 mtc Message with id 69 was extracted from the queue of BSCVTY.
04:19:49.101732 mtc Stop timer T: 2 s
04:19:49.101750 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:49.101779 mtc Start timer T: 2 s
04:19:49.101828 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70
04:19:49.101884 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70
04:19:49.101899 mtc Message with id 70 was extracted from the queue of BSCVTY.
04:19:49.101912 mtc Stop timer T: 2 s
04:19:49.101930 mtc Sent on BSCVTY to system charstring : "network"
04:19:49.101953 mtc Start timer T: 2 s
04:19:49.101992 mtc Message enqueued on BSCVTY from system charstring : " network" id 71
04:19:49.102009 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72
04:19:49.102064 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71
04:19:49.102079 mtc Message with id 71 was extracted from the queue of BSCVTY.
04:19:49.102123 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72
04:19:49.102136 mtc Message with id 72 was extracted from the queue of BSCVTY.
04:19:49.102148 mtc Stop timer T: 2 s
04:19:49.102166 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:49.102188 mtc Start timer T: 2 s
04:19:49.102234 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 73
04:19:49.102252 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
04:19:49.102306 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73
04:19:49.102321 mtc Message with id 73 was extracted from the queue of BSCVTY.
04:19:49.102363 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
04:19:49.102377 mtc Message with id 74 was extracted from the queue of BSCVTY.
04:19:49.102389 mtc Stop timer T: 2 s
04:19:49.102410 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:19:49.102433 mtc Start timer T: 2 s
04:19:49.102500 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:19:49.102516 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
04:19:49.102572 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:19:49.102590 mtc Message with id 75 was extracted from the queue of BSCVTY.
04:19:49.102619 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
04:19:49.102629 mtc Message with id 76 was extracted from the queue of BSCVTY.
04:19:49.102636 mtc Stop timer T: 2 s
04:19:49.102647 mtc Sent on BSCVTY to system charstring : "end"
04:19:49.102666 mtc Start timer T: 2 s
04:19:49.102707 mtc Message enqueued on BSCVTY from system charstring : " end" id 77
04:19:49.102721 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
04:19:49.102758 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77
04:19:49.102768 mtc Message with id 77 was extracted from the queue of BSCVTY.
04:19:49.102782 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
04:19:49.102790 mtc Message with id 78 was extracted from the queue of BSCVTY.
04:19:49.102796 mtc Stop timer T: 2 s
04:19:49.102805 mtc Sent on BSCVTY to system charstring : "write terminal"
04:19:49.102821 mtc Start timer T: 2 s
04:19:49.103120 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:19:49.103162 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
04:19:49.104492 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:19:49.104532 mtc Message with id 79 was extracted from the queue of BSCVTY.
04:19:49.104550 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
04:19:49.104559 mtc Message with id 80 was extracted from the queue of BSCVTY.
04:19:49.104566 mtc Stop timer T: 2 s
04:19:49.104579 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:19:49.104599 mtc Start timer T: 2 s
04:19:49.104726 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81
04:19:49.104768 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81
04:19:49.104786 mtc Message with id 81 was extracted from the queue of BSCVTY.
04:19:49.104802 mtc Stop timer T: 2 s
04:19:49.104816 mtc Start timer T: 1 s
04:19:49.131360 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084E30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 39
04:19:49.131469 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 39
04:19:49.366975 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008516010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 40
04:19:49.367287 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40
04:19:49.602493 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085490100000059061A00000000000000000000000000000000FF9D0400'O } id 41
04:19:49.602846 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 41
04:19:49.837883 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000857C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 42
04:19:49.838237 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 42
04:19:50.073029 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085AF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 43
04:19:50.073346 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 43
04:19:50.104838 mtc Timeout T: 1 s
04:19:50.104980 mtc setverdict(pass): none -> pass
04:19:50.105089 mtc Terminating component type Test.dummy_CT.
04:19:50.105152 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:19:50.105249 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:19:50.105304 mtc Message with id 39 was extracted from the queue of GSMTAP.
04:19:50.105343 mtc Message with id 40 was extracted from the queue of GSMTAP.
04:19:50.105373 mtc Message with id 41 was extracted from the queue of GSMTAP.
04:19:50.105413 mtc Message with id 42 was extracted from the queue of GSMTAP.
04:19:50.105459 mtc Message with id 43 was extracted from the queue of GSMTAP.
04:19:50.105510 mtc Port GSMTAP was stopped.
04:19:50.105594 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:19:50.105778 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:19:50.105855 mtc Port BSCVTY was stopped.
04:19:50.105901 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter.
04:19:50.105964 mtc Waiting for PTCs to finish.
04:19:50.106135 mtc Setting final verdict of the test case.
04:19:50.106230 mtc Local verdict of MTC: pass
04:19:50.106276 mtc No PTCs were created.
04:19:50.106312 mtc Test case TC_si_sched_2ter finished. Verdict: pass
04:19:50.106427 mtc Executing test case TC_si_sched_2ter_2bis in module Test.
04:19:50.106501 mtc Test case TC_si_sched_2ter_2bis started.
04:19:50.106546 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter_2bis.
04:19:50.106627 mtc Port GSMTAP was started.
04:19:50.106688 mtc Port BSCVTY was started.
04:19:50.106723 mtc Component type Test.dummy_CT was initialized.
04:19:50.106759 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:19:50.106850 mtc Port GSMTAP was mapped to system:GSMTAP.
04:19:50.106973 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:19:50.107060 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:19:50.107198 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:19:50.107671 mtc Port BSCVTY was mapped to system:BSCVTY.
04:19:50.107832 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:19:50.107913 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:19:50.108000 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:19:50.108053 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:19:50.108175 mtc Sent on BSCVTY to system charstring : "enable"
04:19:50.108456 mtc Start timer T: 2 s
04:19:50.108558 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:19:50.108694 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:19:50.108753 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:19:50.108805 mtc Stop timer T: 2 s
04:19:50.108870 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:50.108963 mtc Start timer T: 2 s
04:19:50.109337 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:19:50.109565 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:19:50.109614 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:19:50.109645 mtc Stop timer T: 2 s
04:19:50.109705 mtc Sent on BSCVTY to system charstring : "network"
04:19:50.109789 mtc Start timer T: 2 s
04:19:50.109987 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:19:50.110072 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:19:50.110307 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:19:50.110377 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:19:50.110519 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:19:50.110577 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:19:50.110619 mtc Stop timer T: 2 s
04:19:50.110669 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:50.111000 mtc Start timer T: 2 s
04:19:50.111126 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:19:50.111202 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:19:50.111447 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:19:50.111513 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:19:50.111695 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:19:50.111753 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:19:50.111804 mtc Stop timer T: 2 s
04:19:50.111886 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static"
04:19:50.111982 mtc Start timer T: 2 s
04:19:50.112333 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7
04:19:50.112469 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:19:50.112714 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7
04:19:50.112783 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:19:50.112922 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:19:50.112971 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:19:50.113021 mtc Stop timer T: 2 s
04:19:50.113098 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B"
04:19:50.113198 mtc Start timer T: 2 s
04:19:50.113503 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
04:19:50.113590 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10
04:19:50.113910 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
04:19:50.113971 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:19:50.114166 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10
04:19:50.114223 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:19:50.114271 mtc Stop timer T: 2 s
04:19:50.114347 mtc Sent on BSCVTY to system charstring : "end"
04:19:50.114454 mtc Start timer T: 2 s
04:19:50.114669 mtc Message enqueued on BSCVTY from system charstring : " end" id 11
04:19:50.114738 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12
04:19:50.114971 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11
04:19:50.115029 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:19:50.115138 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12
04:19:50.115194 mtc Message with id 12 was extracted from the queue of BSCVTY.
04:19:50.115246 mtc Stop timer T: 2 s
04:19:50.115319 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:50.115418 mtc Start timer T: 2 s
04:19:50.115621 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13
04:19:50.115809 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13
04:19:50.115869 mtc Message with id 13 was extracted from the queue of BSCVTY.
04:19:50.115918 mtc Stop timer T: 2 s
04:19:50.115990 mtc Sent on BSCVTY to system charstring : "network"
04:19:50.116170 mtc Start timer T: 2 s
04:19:50.116198 mtc Message enqueued on BSCVTY from system charstring : " network" id 14
04:19:50.116213 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15
04:19:50.116268 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14
04:19:50.116283 mtc Message with id 14 was extracted from the queue of BSCVTY.
04:19:50.116326 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15
04:19:50.116340 mtc Message with id 15 was extracted from the queue of BSCVTY.
04:19:50.116351 mtc Stop timer T: 2 s
04:19:50.116369 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:50.116391 mtc Start timer T: 2 s
04:19:50.116450 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16
04:19:50.116469 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
04:19:50.116526 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16
04:19:50.116539 mtc Message with id 16 was extracted from the queue of BSCVTY.
04:19:50.116581 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
04:19:50.116595 mtc Message with id 17 was extracted from the queue of BSCVTY.
04:19:50.116607 mtc Stop timer T: 2 s
04:19:50.116626 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static"
04:19:50.116650 mtc Start timer T: 2 s
04:19:50.116713 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18
04:19:50.116730 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
04:19:50.116772 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18
04:19:50.116783 mtc Message with id 18 was extracted from the queue of BSCVTY.
04:19:50.116810 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
04:19:50.116819 mtc Message with id 19 was extracted from the queue of BSCVTY.
04:19:50.116826 mtc Stop timer T: 2 s
04:19:50.116843 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B"
04:19:50.116862 mtc Start timer T: 2 s
04:19:50.116927 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
04:19:50.116944 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21
04:19:50.117021 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
04:19:50.117040 mtc Message with id 20 was extracted from the queue of BSCVTY.
04:19:50.117085 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21
04:19:50.117099 mtc Message with id 21 was extracted from the queue of BSCVTY.
04:19:50.117110 mtc Stop timer T: 2 s
04:19:50.117129 mtc Sent on BSCVTY to system charstring : "end"
04:19:50.117152 mtc Start timer T: 2 s
04:19:50.117192 mtc Message enqueued on BSCVTY from system charstring : " end" id 22
04:19:50.117207 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23
04:19:50.117246 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22
04:19:50.117256 mtc Message with id 22 was extracted from the queue of BSCVTY.
04:19:50.117273 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23
04:19:50.117281 mtc Message with id 23 was extracted from the queue of BSCVTY.
04:19:50.117289 mtc Stop timer T: 2 s
04:19:50.117300 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:50.117318 mtc Start timer T: 2 s
04:19:50.117368 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24
04:19:50.117412 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24
04:19:50.117423 mtc Message with id 24 was extracted from the queue of BSCVTY.
04:19:50.117431 mtc Stop timer T: 2 s
04:19:50.117442 mtc Sent on BSCVTY to system charstring : "network"
04:19:50.117461 mtc Start timer T: 2 s
04:19:50.117509 mtc Message enqueued on BSCVTY from system charstring : " network" id 25
04:19:50.117537 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26
04:19:50.117595 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25
04:19:50.117610 mtc Message with id 25 was extracted from the queue of BSCVTY.
04:19:50.117647 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26
04:19:50.117660 mtc Message with id 26 was extracted from the queue of BSCVTY.
04:19:50.117671 mtc Stop timer T: 2 s
04:19:50.117688 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:50.117710 mtc Start timer T: 2 s
04:19:50.117753 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 27
04:19:50.117774 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
04:19:50.117818 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27
04:19:50.117829 mtc Message with id 27 was extracted from the queue of BSCVTY.
04:19:50.117864 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
04:19:50.117877 mtc Message with id 28 was extracted from the queue of BSCVTY.
04:19:50.117890 mtc Stop timer T: 2 s
04:19:50.117910 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:19:50.117935 mtc Start timer T: 2 s
04:19:50.117997 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 29
04:19:50.118015 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30
04:19:50.118072 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 29
04:19:50.118086 mtc Message with id 29 was extracted from the queue of BSCVTY.
04:19:50.118128 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30
04:19:50.118143 mtc Message with id 30 was extracted from the queue of BSCVTY.
04:19:50.118155 mtc Stop timer T: 2 s
04:19:50.118173 mtc Sent on BSCVTY to system charstring : "end"
04:19:50.118196 mtc Start timer T: 2 s
04:19:50.118231 mtc Message enqueued on BSCVTY from system charstring : " end" id 31
04:19:50.118245 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32
04:19:50.118287 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31
04:19:50.118297 mtc Message with id 31 was extracted from the queue of BSCVTY.
04:19:50.118313 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32
04:19:50.118328 mtc Message with id 32 was extracted from the queue of BSCVTY.
04:19:50.118340 mtc Stop timer T: 2 s
04:19:50.118357 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:50.118381 mtc Start timer T: 2 s
04:19:50.118431 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33
04:19:50.118486 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33
04:19:50.118498 mtc Message with id 33 was extracted from the queue of BSCVTY.
04:19:50.118507 mtc Stop timer T: 2 s
04:19:50.118520 mtc Sent on BSCVTY to system charstring : "network"
04:19:50.118539 mtc Start timer T: 2 s
04:19:50.118577 mtc Message enqueued on BSCVTY from system charstring : " network" id 34
04:19:50.118594 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35
04:19:50.118645 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34
04:19:50.118659 mtc Message with id 34 was extracted from the queue of BSCVTY.
04:19:50.118701 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35
04:19:50.118714 mtc Message with id 35 was extracted from the queue of BSCVTY.
04:19:50.118725 mtc Stop timer T: 2 s
04:19:50.118744 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:50.118766 mtc Start timer T: 2 s
04:19:50.118820 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 36
04:19:50.118841 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
04:19:50.118889 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36
04:19:50.118904 mtc Message with id 36 was extracted from the queue of BSCVTY.
04:19:50.118941 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
04:19:50.118953 mtc Message with id 37 was extracted from the queue of BSCVTY.
04:19:50.118961 mtc Stop timer T: 2 s
04:19:50.118975 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:19:50.118997 mtc Start timer T: 2 s
04:19:50.119069 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:19:50.119087 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39
04:19:50.119147 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:19:50.119159 mtc Message with id 38 was extracted from the queue of BSCVTY.
04:19:50.119190 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39
04:19:50.119201 mtc Message with id 39 was extracted from the queue of BSCVTY.
04:19:50.119208 mtc Stop timer T: 2 s
04:19:50.119218 mtc Sent on BSCVTY to system charstring : "end"
04:19:50.119237 mtc Start timer T: 2 s
04:19:50.119278 mtc Message enqueued on BSCVTY from system charstring : " end" id 40
04:19:50.119292 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
04:19:50.119330 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40
04:19:50.119340 mtc Message with id 40 was extracted from the queue of BSCVTY.
04:19:50.119356 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
04:19:50.119364 mtc Message with id 41 was extracted from the queue of BSCVTY.
04:19:50.119371 mtc Stop timer T: 2 s
04:19:50.119382 mtc Sent on BSCVTY to system charstring : "write terminal"
04:19:50.119399 mtc Start timer T: 2 s
04:19:50.119717 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:19:50.119762 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43
04:19:50.121104 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:19:50.121144 mtc Message with id 42 was extracted from the queue of BSCVTY.
04:19:50.121162 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43
04:19:50.121170 mtc Message with id 43 was extracted from the queue of BSCVTY.
04:19:50.121179 mtc Stop timer T: 2 s
04:19:50.121194 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:19:50.121212 mtc Start timer T: 2 s
04:19:50.121326 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44
04:19:50.121363 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44
04:19:50.121378 mtc Message with id 44 was extracted from the queue of BSCVTY.
04:19:50.121391 mtc Stop timer T: 2 s
04:19:50.121404 mtc Start timer T: 1 s
04:19:50.308378 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085E2010000005506198FB380000000000000000000000000009D04002B'O } id 1
04:19:50.308669 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1
04:19:50.543823 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086150100000059061A00000000000000000000000000000000FF9D0400'O } id 2
04:19:50.544132 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2
04:19:50.779301 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086480100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 3
04:19:50.779621 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 3
04:19:51.014698 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000867B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4
04:19:51.015035 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 4
04:19:51.121421 mtc Timeout T: 1 s
04:19:51.121569 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:19:51.121620 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:19:51.121656 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:19:51.121686 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:19:51.121712 mtc Port GSMTAP was cleared.
04:19:51.121744 mtc Start timer T: 8 s
04:19:51.250039 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 5
04:19:51.250394 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5
04:19:51.250615 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5
04:19:51.250747 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:19:51.250935 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:19:51.485232 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086E101000000550602BFE809B3FF00000000000000000000007900002B'O } id 6
04:19:51.485473 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 6
04:19:51.485622 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 6
04:19:51.485713 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:19:51.485935 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:19:51.720778 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087140100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 7
04:19:51.721167 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 7
04:19:51.721429 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 7
04:19:51.721570 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:19:51.721928 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:19:51.955891 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 8
04:19:51.956180 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8
04:19:51.956365 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8
04:19:51.956483 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:19:51.956766 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:19:52.191320 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000877A010000005506198FB380000000000000000000000000009D04002B'O } id 9
04:19:52.191657 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9
04:19:52.191883 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9
04:19:52.191989 mtc Message with id 9 was extracted from the queue of GSMTAP.
04:19:52.192205 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:19:52.426646 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087AD0100000059061A00000000000000000000000000000000FF9D0400'O } id 10
04:19:52.426916 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10
04:19:52.427103 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10
04:19:52.427189 mtc Message with id 10 was extracted from the queue of GSMTAP.
04:19:52.427396 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:19:52.662064 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087E00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 11
04:19:52.662344 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 11
04:19:52.662513 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 11
04:19:52.662599 mtc Message with id 11 was extracted from the queue of GSMTAP.
04:19:52.662896 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:19:52.897326 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088130100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 12
04:19:52.897639 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12
04:19:52.897839 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12
04:19:52.897946 mtc Message with id 12 was extracted from the queue of GSMTAP.
04:19:52.898232 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:19:53.132738 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000884601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 13
04:19:53.133026 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 13
04:19:53.133221 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 13
04:19:53.133304 mtc Message with id 13 was extracted from the queue of GSMTAP.
04:19:53.133509 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:19:53.368051 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000887901000000550602BFE809B3FF00000000000000000000007900002B'O } id 14
04:19:53.368340 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 14
04:19:53.369671 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 14
04:19:53.369785 mtc Message with id 14 was extracted from the queue of GSMTAP.
04:19:53.370001 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:19:53.603532 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088AC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 15
04:19:53.603860 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 15
04:19:53.604073 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 15
04:19:53.604159 mtc Message with id 15 was extracted from the queue of GSMTAP.
04:19:53.604488 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:19:53.838776 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088DF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 16
04:19:53.839069 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16
04:19:53.839278 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16
04:19:53.839381 mtc Message with id 16 was extracted from the queue of GSMTAP.
04:19:53.839663 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:19:54.074457 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008912010000005506198FB380000000000000000000000000009D04002B'O } id 17
04:19:54.074880 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 17
04:19:54.075143 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 17
04:19:54.075253 mtc Message with id 17 was extracted from the queue of GSMTAP.
04:19:54.075456 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:19:54.309796 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089450100000059061A00000000000000000000000000000000FF9D0400'O } id 18
04:19:54.310151 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 18
04:19:54.310422 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 18
04:19:54.310553 mtc Message with id 18 was extracted from the queue of GSMTAP.
04:19:54.310835 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:19:54.544984 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089780100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 19
04:19:54.545380 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 19
04:19:54.545616 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 19
04:19:54.545716 mtc Message with id 19 was extracted from the queue of GSMTAP.
04:19:54.546006 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:19:54.780292 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089AB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 20
04:19:54.780652 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20
04:19:54.780860 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20
04:19:54.780947 mtc Message with id 20 was extracted from the queue of GSMTAP.
04:19:54.781233 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:19:55.015870 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 21
04:19:55.016292 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21
04:19:55.016635 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21
04:19:55.016745 mtc Message with id 21 was extracted from the queue of GSMTAP.
04:19:55.016986 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:19:55.251045 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A1101000000550602BFE809B3FF00000000000000000000007900002B'O } id 22
04:19:55.251348 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 22
04:19:55.251558 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 22
04:19:55.251675 mtc Message with id 22 was extracted from the queue of GSMTAP.
04:19:55.251855 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:19:55.486595 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A440100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 23
04:19:55.487017 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 23
04:19:55.487300 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 23
04:19:55.487413 mtc Message with id 23 was extracted from the queue of GSMTAP.
04:19:55.487735 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:19:55.721728 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A770100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 24
04:19:55.722067 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24
04:19:55.722276 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24
04:19:55.722355 mtc Message with id 24 was extracted from the queue of GSMTAP.
04:19:55.722622 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:19:55.957335 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008AAA010000005506198FB380000000000000000000000000009D04002B'O } id 25
04:19:55.957740 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 25
04:19:55.958025 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 25
04:19:55.958138 mtc Message with id 25 was extracted from the queue of GSMTAP.
04:19:55.958435 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:19:56.192742 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008ADD0100000059061A00000000000000000000000000000000FF9D0400'O } id 26
04:19:56.193142 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 26
04:19:56.193400 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 26
04:19:56.193508 mtc Message with id 26 was extracted from the queue of GSMTAP.
04:19:56.193800 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:19:56.428086 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B100100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 27
04:19:56.428547 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 27
04:19:56.428811 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 27
04:19:56.428932 mtc Message with id 27 was extracted from the queue of GSMTAP.
04:19:56.429253 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:19:56.663273 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B430100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 28
04:19:56.663596 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28
04:19:56.663797 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28
04:19:56.663903 mtc Message with id 28 was extracted from the queue of GSMTAP.
04:19:56.664145 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:19:56.898818 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B7601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 29
04:19:56.899171 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 29
04:19:56.899387 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 29
04:19:56.899528 mtc Message with id 29 was extracted from the queue of GSMTAP.
04:19:56.899846 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:19:57.133944 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BA901000000550602BFE809B3FF00000000000000000000007900002B'O } id 30
04:19:57.134239 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 30
04:19:57.134431 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 30
04:19:57.134513 mtc Message with id 30 was extracted from the queue of GSMTAP.
04:19:57.134743 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:19:57.369348 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BDC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 31
04:19:57.369598 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 31
04:19:57.369756 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 31
04:19:57.369862 mtc Message with id 31 was extracted from the queue of GSMTAP.
04:19:57.370170 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:19:57.604676 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C0F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 32
04:19:57.604930 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 32
04:19:57.605125 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 32
04:19:57.605219 mtc Message with id 32 was extracted from the queue of GSMTAP.
04:19:57.605458 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:19:57.840258 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C42010000005506198FB380000000000000000000000000009D04002B'O } id 33
04:19:57.840728 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 33
04:19:57.840977 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 33
04:19:57.841076 mtc Message with id 33 was extracted from the queue of GSMTAP.
04:19:57.841351 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:19:58.075478 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C750100000059061A00000000000000000000000000000000FF9D0400'O } id 34
04:19:58.075850 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 34
04:19:58.076076 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 34
04:19:58.076174 mtc Message with id 34 was extracted from the queue of GSMTAP.
04:19:58.076471 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:19:58.311002 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008CA80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 35
04:19:58.311420 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 35
04:19:58.311681 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 35
04:19:58.311794 mtc Message with id 35 was extracted from the queue of GSMTAP.
04:19:58.312105 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:19:58.546219 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008CDB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 36
04:19:58.546589 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 36
04:19:58.546817 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 36
04:19:58.546921 mtc Message with id 36 was extracted from the queue of GSMTAP.
04:19:58.547267 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:19:58.781721 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 37
04:19:58.782088 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37
04:19:58.782307 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37
04:19:58.782458 mtc Message with id 37 was extracted from the queue of GSMTAP.
04:19:58.782682 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:19:59.016859 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D4101000000550602BFE809B3FF00000000000000000000007900002B'O } id 38
04:19:59.017150 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 38
04:19:59.017343 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 38
04:19:59.017428 mtc Message with id 38 was extracted from the queue of GSMTAP.
04:19:59.017664 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:19:59.121836 mtc Timeout T: 8 s
04:19:59.121928 mtc "TC_si_sched_2ter_2bis": TC=0 has #of SI=4
04:19:59.122006 mtc "TC_si_sched_2ter_2bis": TC=1 has #of SI=4
04:19:59.122068 mtc "TC_si_sched_2ter_2bis": TC=2 has #of SI=4
04:19:59.122122 mtc "TC_si_sched_2ter_2bis": TC=3 has #of SI=4
04:19:59.122176 mtc "TC_si_sched_2ter_2bis": TC=4 has #of SI=5
04:19:59.122227 mtc "TC_si_sched_2ter_2bis": TC=5 has #of SI=5
04:19:59.122307 mtc "TC_si_sched_2ter_2bis": TC=6 has #of SI=4
04:19:59.122363 mtc "TC_si_sched_2ter_2bis": TC=7 has #of SI=4
04:19:59.122485 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:59.122613 mtc Start timer T: 2 s
04:19:59.122897 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45
04:19:59.123119 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45
04:19:59.123166 mtc Message with id 45 was extracted from the queue of BSCVTY.
04:19:59.123203 mtc Stop timer T: 2 s
04:19:59.123277 mtc Sent on BSCVTY to system charstring : "network"
04:19:59.123505 mtc Start timer T: 2 s
04:19:59.123633 mtc Message enqueued on BSCVTY from system charstring : " network" id 46
04:19:59.123695 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47
04:19:59.123936 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46
04:19:59.124003 mtc Message with id 46 was extracted from the queue of BSCVTY.
04:19:59.124205 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47
04:19:59.124265 mtc Message with id 47 was extracted from the queue of BSCVTY.
04:19:59.124317 mtc Stop timer T: 2 s
04:19:59.124397 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:59.124656 mtc Start timer T: 2 s
04:19:59.124778 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 48
04:19:59.124841 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
04:19:59.125077 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48
04:19:59.125142 mtc Message with id 48 was extracted from the queue of BSCVTY.
04:19:59.125323 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
04:19:59.125386 mtc Message with id 49 was extracted from the queue of BSCVTY.
04:19:59.125436 mtc Stop timer T: 2 s
04:19:59.125521 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:19:59.125616 mtc Start timer T: 2 s
04:19:59.125997 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50
04:19:59.126115 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51
04:19:59.126170 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50
04:19:59.126196 mtc Message with id 50 was extracted from the queue of BSCVTY.
04:19:59.126230 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51
04:19:59.126240 mtc Message with id 51 was extracted from the queue of BSCVTY.
04:19:59.126248 mtc Stop timer T: 2 s
04:19:59.126262 mtc Sent on BSCVTY to system charstring : "end"
04:19:59.126283 mtc Start timer T: 2 s
04:19:59.126334 mtc Message enqueued on BSCVTY from system charstring : " end" id 52
04:19:59.126351 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53
04:19:59.126394 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52
04:19:59.126406 mtc Message with id 52 was extracted from the queue of BSCVTY.
04:19:59.126425 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53
04:19:59.126435 mtc Message with id 53 was extracted from the queue of BSCVTY.
04:19:59.126442 mtc Stop timer T: 2 s
04:19:59.126453 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:59.126471 mtc Start timer T: 2 s
04:19:59.126534 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54
04:19:59.126585 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54
04:19:59.126597 mtc Message with id 54 was extracted from the queue of BSCVTY.
04:19:59.126605 mtc Stop timer T: 2 s
04:19:59.126617 mtc Sent on BSCVTY to system charstring : "network"
04:19:59.126634 mtc Start timer T: 2 s
04:19:59.126676 mtc Message enqueued on BSCVTY from system charstring : " network" id 55
04:19:59.126691 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56
04:19:59.126731 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55
04:19:59.126741 mtc Message with id 55 was extracted from the queue of BSCVTY.
04:19:59.126777 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56
04:19:59.126790 mtc Message with id 56 was extracted from the queue of BSCVTY.
04:19:59.126802 mtc Stop timer T: 2 s
04:19:59.126820 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:59.126842 mtc Start timer T: 2 s
04:19:59.126887 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 57
04:19:59.126903 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
04:19:59.126942 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57
04:19:59.126951 mtc Message with id 57 was extracted from the queue of BSCVTY.
04:19:59.126976 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
04:19:59.126990 mtc Message with id 58 was extracted from the queue of BSCVTY.
04:19:59.126998 mtc Stop timer T: 2 s
04:19:59.127011 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:19:59.127030 mtc Start timer T: 2 s
04:19:59.127092 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59
04:19:59.127108 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60
04:19:59.127152 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59
04:19:59.127163 mtc Message with id 59 was extracted from the queue of BSCVTY.
04:19:59.127205 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60
04:19:59.127219 mtc Message with id 60 was extracted from the queue of BSCVTY.
04:19:59.127231 mtc Stop timer T: 2 s
04:19:59.127248 mtc Sent on BSCVTY to system charstring : "end"
04:19:59.127271 mtc Start timer T: 2 s
04:19:59.127312 mtc Message enqueued on BSCVTY from system charstring : " end" id 61
04:19:59.127328 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62
04:19:59.127387 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61
04:19:59.127398 mtc Message with id 61 was extracted from the queue of BSCVTY.
04:19:59.127412 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62
04:19:59.127420 mtc Message with id 62 was extracted from the queue of BSCVTY.
04:19:59.127426 mtc Stop timer T: 2 s
04:19:59.127439 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:59.127459 mtc Start timer T: 2 s
04:19:59.127508 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63
04:19:59.127561 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63
04:19:59.127575 mtc Message with id 63 was extracted from the queue of BSCVTY.
04:19:59.127587 mtc Stop timer T: 2 s
04:19:59.127605 mtc Sent on BSCVTY to system charstring : "network"
04:19:59.127627 mtc Start timer T: 2 s
04:19:59.127670 mtc Message enqueued on BSCVTY from system charstring : " network" id 64
04:19:59.127689 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65
04:19:59.127743 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64
04:19:59.127756 mtc Message with id 64 was extracted from the queue of BSCVTY.
04:19:59.127798 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65
04:19:59.127811 mtc Message with id 65 was extracted from the queue of BSCVTY.
04:19:59.127822 mtc Stop timer T: 2 s
04:19:59.127841 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:59.127863 mtc Start timer T: 2 s
04:19:59.127904 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 66
04:19:59.127920 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
04:19:59.127958 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66
04:19:59.127969 mtc Message with id 66 was extracted from the queue of BSCVTY.
04:19:59.127994 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
04:19:59.128002 mtc Message with id 67 was extracted from the queue of BSCVTY.
04:19:59.128008 mtc Stop timer T: 2 s
04:19:59.128020 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:19:59.128036 mtc Start timer T: 2 s
04:19:59.128092 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68
04:19:59.128109 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69
04:19:59.128161 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68
04:19:59.128174 mtc Message with id 68 was extracted from the queue of BSCVTY.
04:19:59.128216 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69
04:19:59.128234 mtc Message with id 69 was extracted from the queue of BSCVTY.
04:19:59.128246 mtc Stop timer T: 2 s
04:19:59.128264 mtc Sent on BSCVTY to system charstring : "end"
04:19:59.128286 mtc Start timer T: 2 s
04:19:59.128327 mtc Message enqueued on BSCVTY from system charstring : " end" id 70
04:19:59.128341 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71
04:19:59.128380 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70
04:19:59.128394 mtc Message with id 70 was extracted from the queue of BSCVTY.
04:19:59.128429 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71
04:19:59.128444 mtc Message with id 71 was extracted from the queue of BSCVTY.
04:19:59.128456 mtc Stop timer T: 2 s
04:19:59.128473 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:59.128496 mtc Start timer T: 2 s
04:19:59.128542 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72
04:19:59.128585 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72
04:19:59.128595 mtc Message with id 72 was extracted from the queue of BSCVTY.
04:19:59.128603 mtc Stop timer T: 2 s
04:19:59.128614 mtc Sent on BSCVTY to system charstring : "network"
04:19:59.128631 mtc Start timer T: 2 s
04:19:59.128668 mtc Message enqueued on BSCVTY from system charstring : " network" id 73
04:19:59.128682 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74
04:19:59.128719 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73
04:19:59.128729 mtc Message with id 73 was extracted from the queue of BSCVTY.
04:19:59.128756 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74
04:19:59.128765 mtc Message with id 74 was extracted from the queue of BSCVTY.
04:19:59.128773 mtc Stop timer T: 2 s
04:19:59.128786 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:59.128802 mtc Start timer T: 2 s
04:19:59.128842 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 75
04:19:59.128856 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
04:19:59.128892 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75
04:19:59.128901 mtc Message with id 75 was extracted from the queue of BSCVTY.
04:19:59.128927 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
04:19:59.128936 mtc Message with id 76 was extracted from the queue of BSCVTY.
04:19:59.128943 mtc Stop timer T: 2 s
04:19:59.128956 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:19:59.128973 mtc Start timer T: 2 s
04:19:59.129037 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:19:59.129053 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78
04:19:59.129105 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:19:59.129116 mtc Message with id 77 was extracted from the queue of BSCVTY.
04:19:59.129155 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78
04:19:59.129169 mtc Message with id 78 was extracted from the queue of BSCVTY.
04:19:59.129180 mtc Stop timer T: 2 s
04:19:59.129198 mtc Sent on BSCVTY to system charstring : "end"
04:19:59.129222 mtc Start timer T: 2 s
04:19:59.129292 mtc Message enqueued on BSCVTY from system charstring : " end" id 79
04:19:59.129327 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
04:19:59.129384 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79
04:19:59.129401 mtc Message with id 79 was extracted from the queue of BSCVTY.
04:19:59.129427 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
04:19:59.129460 mtc Message with id 80 was extracted from the queue of BSCVTY.
04:19:59.129474 mtc Stop timer T: 2 s
04:19:59.129491 mtc Sent on BSCVTY to system charstring : "write terminal"
04:19:59.129528 mtc Start timer T: 2 s
04:19:59.129886 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:19:59.129946 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82
04:19:59.131450 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:19:59.131490 mtc Message with id 81 was extracted from the queue of BSCVTY.
04:19:59.131516 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82
04:19:59.131532 mtc Message with id 82 was extracted from the queue of BSCVTY.
04:19:59.131544 mtc Stop timer T: 2 s
04:19:59.131564 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:19:59.131786 mtc Start timer T: 2 s
04:19:59.131814 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83
04:19:59.131846 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83
04:19:59.131859 mtc Message with id 83 was extracted from the queue of BSCVTY.
04:19:59.131872 mtc Stop timer T: 2 s
04:19:59.131902 mtc Start timer T: 1 s
04:19:59.252143 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D740100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 39
04:19:59.252463 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 39
04:19:59.487592 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008DA70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 40
04:19:59.487846 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 40
04:19:59.722968 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008DDA010000005506198FB380000000000000000000000000009D04002B'O } id 41
04:19:59.723224 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 41
04:19:59.958555 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E0D0100000059061A00000000000000000000000000000000FF9D0400'O } id 42
04:19:59.958932 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 42
04:20:00.131922 mtc Timeout T: 1 s
04:20:00.132069 mtc setverdict(pass): none -> pass
04:20:00.132166 mtc Terminating component type Test.dummy_CT.
04:20:00.132217 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:20:00.132303 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:20:00.132373 mtc Message with id 39 was extracted from the queue of GSMTAP.
04:20:00.132481 mtc Message with id 40 was extracted from the queue of GSMTAP.
04:20:00.132536 mtc Message with id 41 was extracted from the queue of GSMTAP.
04:20:00.132579 mtc Message with id 42 was extracted from the queue of GSMTAP.
04:20:00.132651 mtc Port GSMTAP was stopped.
04:20:00.132701 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:20:00.132858 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:20:00.132930 mtc Port BSCVTY was stopped.
04:20:00.132989 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter_2bis.
04:20:00.133047 mtc Waiting for PTCs to finish.
04:20:00.133199 mtc Setting final verdict of the test case.
04:20:00.133256 mtc Local verdict of MTC: pass
04:20:00.133334 mtc No PTCs were created.
04:20:00.133389 mtc Test case TC_si_sched_2ter_2bis finished. Verdict: pass
04:20:00.133600 mtc Executing test case TC_si_sched_2quater in module Test.
04:20:00.133733 mtc Test case TC_si_sched_2quater started.
04:20:00.133788 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2quater.
04:20:00.133891 mtc Port GSMTAP was started.
04:20:00.133954 mtc Port BSCVTY was started.
04:20:00.133982 mtc Component type Test.dummy_CT was initialized.
04:20:00.134016 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:20:00.134211 mtc Port GSMTAP was mapped to system:GSMTAP.
04:20:00.134349 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:20:00.134439 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:20:00.134588 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:20:00.135068 mtc Port BSCVTY was mapped to system:BSCVTY.
04:20:00.135204 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:20:00.135292 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:20:00.135375 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:20:00.135458 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:20:00.135617 mtc Sent on BSCVTY to system charstring : "enable"
04:20:00.135722 mtc Start timer T: 2 s
04:20:00.135951 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:20:00.136126 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:20:00.136189 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:20:00.136245 mtc Stop timer T: 2 s
04:20:00.136317 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:00.136452 mtc Start timer T: 2 s
04:20:00.136798 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:20:00.137022 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:20:00.137073 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:20:00.137109 mtc Stop timer T: 2 s
04:20:00.137166 mtc Sent on BSCVTY to system charstring : "network"
04:20:00.137248 mtc Start timer T: 2 s
04:20:00.137456 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:20:00.137531 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:20:00.137772 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:20:00.137837 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:20:00.138033 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:20:00.138104 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:20:00.138158 mtc Stop timer T: 2 s
04:20:00.138257 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:00.138366 mtc Start timer T: 2 s
04:20:00.138572 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:20:00.138651 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:20:00.138820 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:20:00.138861 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:20:00.138991 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:20:00.139030 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:20:00.139065 mtc Stop timer T: 2 s
04:20:00.139133 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:20:00.139257 mtc Start timer T: 2 s
04:20:00.139300 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7
04:20:00.139318 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:20:00.139390 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7
04:20:00.139411 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:20:00.139470 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:20:00.139487 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:20:00.139503 mtc Stop timer T: 2 s
04:20:00.139527 mtc Sent on BSCVTY to system charstring : "end"
04:20:00.139557 mtc Start timer T: 2 s
04:20:00.139619 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:20:00.139640 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:20:00.139715 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:20:00.139733 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:20:00.139768 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:20:00.139785 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:20:00.139801 mtc Stop timer T: 2 s
04:20:00.139823 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:00.139852 mtc Start timer T: 2 s
04:20:00.139921 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11
04:20:00.139996 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11
04:20:00.140015 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:20:00.140031 mtc Stop timer T: 2 s
04:20:00.140055 mtc Sent on BSCVTY to system charstring : "network"
04:20:00.140085 mtc Start timer T: 2 s
04:20:00.140144 mtc Message enqueued on BSCVTY from system charstring : " network" id 12
04:20:00.140168 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13
04:20:00.140243 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12
04:20:00.140262 mtc Message with id 12 was extracted from the queue of BSCVTY.
04:20:00.140319 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13
04:20:00.140337 mtc Message with id 13 was extracted from the queue of BSCVTY.
04:20:00.140352 mtc Stop timer T: 2 s
04:20:00.140377 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:00.140406 mtc Start timer T: 2 s
04:20:00.140481 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14
04:20:00.140503 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15
04:20:00.140561 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14
04:20:00.140580 mtc Message with id 14 was extracted from the queue of BSCVTY.
04:20:00.140636 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15
04:20:00.140654 mtc Message with id 15 was extracted from the queue of BSCVTY.
04:20:00.140670 mtc Stop timer T: 2 s
04:20:00.140696 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:20:00.140732 mtc Start timer T: 2 s
04:20:00.140814 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16
04:20:00.140837 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
04:20:00.140924 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16
04:20:00.140943 mtc Message with id 16 was extracted from the queue of BSCVTY.
04:20:00.140999 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
04:20:00.141016 mtc Message with id 17 was extracted from the queue of BSCVTY.
04:20:00.141032 mtc Stop timer T: 2 s
04:20:00.141055 mtc Sent on BSCVTY to system charstring : "end"
04:20:00.141085 mtc Start timer T: 2 s
04:20:00.141142 mtc Message enqueued on BSCVTY from system charstring : " end" id 18
04:20:00.141163 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19
04:20:00.141212 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18
04:20:00.141224 mtc Message with id 18 was extracted from the queue of BSCVTY.
04:20:00.141243 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19
04:20:00.141255 mtc Message with id 19 was extracted from the queue of BSCVTY.
04:20:00.141266 mtc Stop timer T: 2 s
04:20:00.141282 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:00.141306 mtc Start timer T: 2 s
04:20:00.141368 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20
04:20:00.141428 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20
04:20:00.141443 mtc Message with id 20 was extracted from the queue of BSCVTY.
04:20:00.141457 mtc Stop timer T: 2 s
04:20:00.141478 mtc Sent on BSCVTY to system charstring : "network"
04:20:00.141508 mtc Start timer T: 2 s
04:20:00.141558 mtc Message enqueued on BSCVTY from system charstring : " network" id 21
04:20:00.141578 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22
04:20:00.141629 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21
04:20:00.141642 mtc Message with id 21 was extracted from the queue of BSCVTY.
04:20:00.141676 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22
04:20:00.141688 mtc Message with id 22 was extracted from the queue of BSCVTY.
04:20:00.141698 mtc Stop timer T: 2 s
04:20:00.141717 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:00.141748 mtc Start timer T: 2 s
04:20:00.141801 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 23
04:20:00.141822 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24
04:20:00.141872 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23
04:20:00.141884 mtc Message with id 23 was extracted from the queue of BSCVTY.
04:20:00.141921 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24
04:20:00.141940 mtc Message with id 24 was extracted from the queue of BSCVTY.
04:20:00.141956 mtc Stop timer T: 2 s
04:20:00.141979 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:20:00.142010 mtc Start timer T: 2 s
04:20:00.142085 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 25
04:20:00.142108 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
04:20:00.142185 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 25
04:20:00.142203 mtc Message with id 25 was extracted from the queue of BSCVTY.
04:20:00.142258 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
04:20:00.142276 mtc Message with id 26 was extracted from the queue of BSCVTY.
04:20:00.142291 mtc Stop timer T: 2 s
04:20:00.142315 mtc Sent on BSCVTY to system charstring : "end"
04:20:00.142344 mtc Start timer T: 2 s
04:20:00.142397 mtc Message enqueued on BSCVTY from system charstring : " end" id 27
04:20:00.142422 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28
04:20:00.142495 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27
04:20:00.142514 mtc Message with id 27 was extracted from the queue of BSCVTY.
04:20:00.142549 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28
04:20:00.142565 mtc Message with id 28 was extracted from the queue of BSCVTY.
04:20:00.142581 mtc Stop timer T: 2 s
04:20:00.142603 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:00.142633 mtc Start timer T: 2 s
04:20:00.142695 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29
04:20:00.142756 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29
04:20:00.142776 mtc Message with id 29 was extracted from the queue of BSCVTY.
04:20:00.142792 mtc Stop timer T: 2 s
04:20:00.142815 mtc Sent on BSCVTY to system charstring : "network"
04:20:00.142879 mtc Start timer T: 2 s
04:20:00.142916 mtc Message enqueued on BSCVTY from system charstring : " network" id 30
04:20:00.142936 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31
04:20:00.143015 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30
04:20:00.143033 mtc Message with id 30 was extracted from the queue of BSCVTY.
04:20:00.143089 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31
04:20:00.143106 mtc Message with id 31 was extracted from the queue of BSCVTY.
04:20:00.143121 mtc Stop timer T: 2 s
04:20:00.143146 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:00.143175 mtc Start timer T: 2 s
04:20:00.143229 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 32
04:20:00.143250 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33
04:20:00.143306 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32
04:20:00.143325 mtc Message with id 32 was extracted from the queue of BSCVTY.
04:20:00.143381 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33
04:20:00.143399 mtc Message with id 33 was extracted from the queue of BSCVTY.
04:20:00.143414 mtc Stop timer T: 2 s
04:20:00.143443 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0"
04:20:00.143472 mtc Start timer T: 2 s
04:20:00.143569 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34
04:20:00.143590 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
04:20:00.143655 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34
04:20:00.143669 mtc Message with id 34 was extracted from the queue of BSCVTY.
04:20:00.143705 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
04:20:00.143719 mtc Message with id 35 was extracted from the queue of BSCVTY.
04:20:00.143733 mtc Stop timer T: 2 s
04:20:00.143754 mtc Sent on BSCVTY to system charstring : "end"
04:20:00.143785 mtc Start timer T: 2 s
04:20:00.143839 mtc Message enqueued on BSCVTY from system charstring : " end" id 36
04:20:00.143858 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37
04:20:00.143915 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36
04:20:00.143934 mtc Message with id 36 was extracted from the queue of BSCVTY.
04:20:00.143968 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37
04:20:00.143985 mtc Message with id 37 was extracted from the queue of BSCVTY.
04:20:00.144000 mtc Stop timer T: 2 s
04:20:00.144021 mtc Sent on BSCVTY to system charstring : "write terminal"
04:20:00.144050 mtc Start timer T: 2 s
04:20:00.144480 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:20:00.144539 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
04:20:00.146246 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:20:00.146294 mtc Message with id 38 was extracted from the queue of BSCVTY.
04:20:00.146317 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
04:20:00.146327 mtc Message with id 39 was extracted from the queue of BSCVTY.
04:20:00.146335 mtc Stop timer T: 2 s
04:20:00.146352 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:20:00.146380 mtc Start timer T: 2 s
04:20:00.146530 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40
04:20:00.146575 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40
04:20:00.146590 mtc Message with id 40 was extracted from the queue of BSCVTY.
04:20:00.146604 mtc Stop timer T: 2 s
04:20:00.146620 mtc Start timer T: 1 s
04:20:00.193681 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E400100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O } id 1
04:20:00.193935 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } } id 1
04:20:00.429271 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E730100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2
04:20:00.429617 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 2
04:20:00.664381 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008EA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3
04:20:00.664650 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3
04:20:00.899799 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008ED901000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 4
04:20:00.900188 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 4
04:20:01.135407 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F0C0100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O } id 5
04:20:01.135753 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } } id 5
04:20:01.146641 mtc Timeout T: 1 s
04:20:01.146781 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:01.146908 mtc Start timer T: 2 s
04:20:01.147281 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41
04:20:01.147625 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41
04:20:01.147701 mtc Message with id 41 was extracted from the queue of BSCVTY.
04:20:01.147761 mtc Stop timer T: 2 s
04:20:01.147844 mtc Sent on BSCVTY to system charstring : "network"
04:20:01.147987 mtc Start timer T: 2 s
04:20:01.148204 mtc Message enqueued on BSCVTY from system charstring : " network" id 42
04:20:01.148316 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43
04:20:01.148611 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42
04:20:01.148701 mtc Message with id 42 was extracted from the queue of BSCVTY.
04:20:01.148871 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43
04:20:01.148933 mtc Message with id 43 was extracted from the queue of BSCVTY.
04:20:01.148973 mtc Stop timer T: 2 s
04:20:01.149059 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:01.149165 mtc Start timer T: 2 s
04:20:01.149397 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 44
04:20:01.149479 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45
04:20:01.149681 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44
04:20:01.149735 mtc Message with id 44 was extracted from the queue of BSCVTY.
04:20:01.149932 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45
04:20:01.149999 mtc Message with id 45 was extracted from the queue of BSCVTY.
04:20:01.150055 mtc Stop timer T: 2 s
04:20:01.150149 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:20:01.150505 mtc Start timer T: 2 s
04:20:01.150660 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46
04:20:01.150734 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
04:20:01.151049 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46
04:20:01.151115 mtc Message with id 46 was extracted from the queue of BSCVTY.
04:20:01.151311 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
04:20:01.151374 mtc Message with id 47 was extracted from the queue of BSCVTY.
04:20:01.151428 mtc Stop timer T: 2 s
04:20:01.151505 mtc Sent on BSCVTY to system charstring : "end"
04:20:01.151613 mtc Start timer T: 2 s
04:20:01.151816 mtc Message enqueued on BSCVTY from system charstring : " end" id 48
04:20:01.151891 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49
04:20:01.152136 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48
04:20:01.152158 mtc Message with id 48 was extracted from the queue of BSCVTY.
04:20:01.152195 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49
04:20:01.152214 mtc Message with id 49 was extracted from the queue of BSCVTY.
04:20:01.152231 mtc Stop timer T: 2 s
04:20:01.152257 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:01.152297 mtc Start timer T: 2 s
04:20:01.152374 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50
04:20:01.152458 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50
04:20:01.152474 mtc Message with id 50 was extracted from the queue of BSCVTY.
04:20:01.152483 mtc Stop timer T: 2 s
04:20:01.152497 mtc Sent on BSCVTY to system charstring : "network"
04:20:01.152524 mtc Start timer T: 2 s
04:20:01.152581 mtc Message enqueued on BSCVTY from system charstring : " network" id 51
04:20:01.152602 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52
04:20:01.152657 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51
04:20:01.152672 mtc Message with id 51 was extracted from the queue of BSCVTY.
04:20:01.152710 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52
04:20:01.152729 mtc Message with id 52 was extracted from the queue of BSCVTY.
04:20:01.152745 mtc Stop timer T: 2 s
04:20:01.152772 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:01.152802 mtc Start timer T: 2 s
04:20:01.152869 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 53
04:20:01.152896 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54
04:20:01.152974 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53
04:20:01.152994 mtc Message with id 53 was extracted from the queue of BSCVTY.
04:20:01.153055 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54
04:20:01.153074 mtc Message with id 54 was extracted from the queue of BSCVTY.
04:20:01.153090 mtc Stop timer T: 2 s
04:20:01.153119 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:20:01.153152 mtc Start timer T: 2 s
04:20:01.153237 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55
04:20:01.153261 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
04:20:01.153323 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55
04:20:01.153337 mtc Message with id 55 was extracted from the queue of BSCVTY.
04:20:01.153382 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
04:20:01.153396 mtc Message with id 56 was extracted from the queue of BSCVTY.
04:20:01.153411 mtc Stop timer T: 2 s
04:20:01.153433 mtc Sent on BSCVTY to system charstring : "end"
04:20:01.153466 mtc Start timer T: 2 s
04:20:01.153526 mtc Message enqueued on BSCVTY from system charstring : " end" id 57
04:20:01.153548 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58
04:20:01.153601 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57
04:20:01.153616 mtc Message with id 57 was extracted from the queue of BSCVTY.
04:20:01.153638 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58
04:20:01.153649 mtc Message with id 58 was extracted from the queue of BSCVTY.
04:20:01.153659 mtc Stop timer T: 2 s
04:20:01.153674 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:01.153751 mtc Start timer T: 2 s
04:20:01.153792 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59
04:20:01.153864 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59
04:20:01.153885 mtc Message with id 59 was extracted from the queue of BSCVTY.
04:20:01.153902 mtc Stop timer T: 2 s
04:20:01.153925 mtc Sent on BSCVTY to system charstring : "network"
04:20:01.153958 mtc Start timer T: 2 s
04:20:01.154014 mtc Message enqueued on BSCVTY from system charstring : " network" id 60
04:20:01.154036 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61
04:20:01.154111 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60
04:20:01.154134 mtc Message with id 60 was extracted from the queue of BSCVTY.
04:20:01.154181 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61
04:20:01.154203 mtc Message with id 61 was extracted from the queue of BSCVTY.
04:20:01.154222 mtc Stop timer T: 2 s
04:20:01.154251 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:01.154285 mtc Start timer T: 2 s
04:20:01.154349 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 62
04:20:01.154373 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63
04:20:01.154436 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62
04:20:01.154452 mtc Message with id 62 was extracted from the queue of BSCVTY.
04:20:01.154497 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63
04:20:01.154512 mtc Message with id 63 was extracted from the queue of BSCVTY.
04:20:01.154525 mtc Stop timer T: 2 s
04:20:01.154544 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:20:01.154572 mtc Start timer T: 2 s
04:20:01.154657 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64
04:20:01.154683 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
04:20:01.154775 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64
04:20:01.154797 mtc Message with id 64 was extracted from the queue of BSCVTY.
04:20:01.154863 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
04:20:01.154885 mtc Message with id 65 was extracted from the queue of BSCVTY.
04:20:01.154903 mtc Stop timer T: 2 s
04:20:01.154931 mtc Sent on BSCVTY to system charstring : "end"
04:20:01.154967 mtc Start timer T: 2 s
04:20:01.155034 mtc Message enqueued on BSCVTY from system charstring : " end" id 66
04:20:01.155059 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67
04:20:01.155122 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66
04:20:01.155138 mtc Message with id 66 was extracted from the queue of BSCVTY.
04:20:01.155164 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67
04:20:01.155180 mtc Message with id 67 was extracted from the queue of BSCVTY.
04:20:01.155193 mtc Stop timer T: 2 s
04:20:01.155212 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:01.155240 mtc Start timer T: 2 s
04:20:01.155315 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68
04:20:01.155382 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68
04:20:01.155399 mtc Message with id 68 was extracted from the queue of BSCVTY.
04:20:01.155410 mtc Stop timer T: 2 s
04:20:01.155425 mtc Sent on BSCVTY to system charstring : "network"
04:20:01.155452 mtc Start timer T: 2 s
04:20:01.155512 mtc Message enqueued on BSCVTY from system charstring : " network" id 69
04:20:01.155536 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70
04:20:01.155602 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69
04:20:01.155625 mtc Message with id 69 was extracted from the queue of BSCVTY.
04:20:01.155693 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70
04:20:01.155714 mtc Message with id 70 was extracted from the queue of BSCVTY.
04:20:01.155732 mtc Stop timer T: 2 s
04:20:01.155762 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:01.155796 mtc Start timer T: 2 s
04:20:01.155860 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 71
04:20:01.155885 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72
04:20:01.155944 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71
04:20:01.155960 mtc Message with id 71 was extracted from the queue of BSCVTY.
04:20:01.156003 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72
04:20:01.156023 mtc Message with id 72 was extracted from the queue of BSCVTY.
04:20:01.156036 mtc Stop timer T: 2 s
04:20:01.156059 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:20:01.156087 mtc Start timer T: 2 s
04:20:01.156182 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 73
04:20:01.156208 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
04:20:01.156281 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 73
04:20:01.156298 mtc Message with id 73 was extracted from the queue of BSCVTY.
04:20:01.156342 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
04:20:01.156357 mtc Message with id 74 was extracted from the queue of BSCVTY.
04:20:01.156370 mtc Stop timer T: 2 s
04:20:01.156387 mtc Sent on BSCVTY to system charstring : "end"
04:20:01.156435 mtc Start timer T: 2 s
04:20:01.156489 mtc Message enqueued on BSCVTY from system charstring : " end" id 75
04:20:01.156512 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76
04:20:01.156576 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75
04:20:01.156600 mtc Message with id 75 was extracted from the queue of BSCVTY.
04:20:01.156643 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76
04:20:01.156662 mtc Message with id 76 was extracted from the queue of BSCVTY.
04:20:01.156681 mtc Stop timer T: 2 s
04:20:01.156706 mtc Sent on BSCVTY to system charstring : "write terminal"
04:20:01.156743 mtc Start timer T: 2 s
04:20:01.157224 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:20:01.157290 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
04:20:01.159304 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:20:01.159364 mtc Message with id 77 was extracted from the queue of BSCVTY.
04:20:01.159392 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
04:20:01.159405 mtc Message with id 78 was extracted from the queue of BSCVTY.
04:20:01.159415 mtc Stop timer T: 2 s
04:20:01.159437 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:20:01.159466 mtc Start timer T: 2 s
04:20:01.159650 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79
04:20:01.159710 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79
04:20:01.159734 mtc Message with id 79 was extracted from the queue of BSCVTY.
04:20:01.159754 mtc Stop timer T: 2 s
04:20:01.159775 mtc Start timer T: 1 s
04:20:01.370730 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F3F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 6
04:20:01.371109 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6
04:20:01.606084 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F72010000005506198FB380000000000000000000000000009D04002B'O } id 7
04:20:01.606441 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 7
04:20:01.841472 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008FA50100000059061A00000000000000000000000000000000FF9D0400'O } id 8
04:20:01.841839 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 8
04:20:02.076671 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008FD80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 9
04:20:02.077007 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 9
04:20:02.159802 mtc Timeout T: 1 s
04:20:02.159931 mtc setverdict(pass): none -> pass
04:20:02.159970 mtc Terminating component type Test.dummy_CT.
04:20:02.160004 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:20:02.160080 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:20:02.160131 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:20:02.160167 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:20:02.160192 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:20:02.160216 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:20:02.160240 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:20:02.160283 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:20:02.160311 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:20:02.160350 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:20:02.160393 mtc Message with id 9 was extracted from the queue of GSMTAP.
04:20:02.160504 mtc Port GSMTAP was stopped.
04:20:02.160553 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:20:02.160696 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:20:02.160762 mtc Port BSCVTY was stopped.
04:20:02.160807 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2quater.
04:20:02.160858 mtc Waiting for PTCs to finish.
04:20:02.160972 mtc Setting final verdict of the test case.
04:20:02.161032 mtc Local verdict of MTC: pass
04:20:02.161081 mtc No PTCs were created.
04:20:02.161131 mtc Test case TC_si_sched_2quater finished. Verdict: pass
04:20:02.161276 mtc Executing test case TC_si_sched_13 in module Test.
04:20:02.161362 mtc Test case TC_si_sched_13 started.
04:20:02.161421 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13.
04:20:02.161531 mtc Port GSMTAP was started.
04:20:02.161590 mtc Port BSCVTY was started.
04:20:02.161615 mtc Component type Test.dummy_CT was initialized.
04:20:02.161652 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:20:02.161760 mtc Port GSMTAP was mapped to system:GSMTAP.
04:20:02.161886 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:20:02.161966 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:20:02.162097 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:20:02.162644 mtc Port BSCVTY was mapped to system:BSCVTY.
04:20:02.162793 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:20:02.162944 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:20:02.163101 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:20:02.163168 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:20:02.163303 mtc Sent on BSCVTY to system charstring : "enable"
04:20:02.163433 mtc Start timer T: 2 s
04:20:02.163574 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:20:02.163745 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:20:02.163810 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:20:02.163862 mtc Stop timer T: 2 s
04:20:02.163930 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:02.164030 mtc Start timer T: 2 s
04:20:02.164354 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:20:02.164672 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:20:02.164745 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:20:02.164800 mtc Stop timer T: 2 s
04:20:02.164878 mtc Sent on BSCVTY to system charstring : "network"
04:20:02.164980 mtc Start timer T: 2 s
04:20:02.165146 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:20:02.165173 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:20:02.165249 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:20:02.165269 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:20:02.165325 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:20:02.165343 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:20:02.165358 mtc Stop timer T: 2 s
04:20:02.165379 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:02.165410 mtc Start timer T: 2 s
04:20:02.165472 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:20:02.165492 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:20:02.165563 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:20:02.165580 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:20:02.165633 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:20:02.165649 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:20:02.165663 mtc Stop timer T: 2 s
04:20:02.165688 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:20:02.165805 mtc Start timer T: 2 s
04:20:02.165849 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7
04:20:02.165869 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:20:02.165946 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7
04:20:02.165965 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:20:02.166017 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:20:02.166033 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:20:02.166047 mtc Stop timer T: 2 s
04:20:02.166070 mtc Sent on BSCVTY to system charstring : "end"
04:20:02.166153 mtc Start timer T: 2 s
04:20:02.166177 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:20:02.166195 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:20:02.166262 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:20:02.166279 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:20:02.166309 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:20:02.166323 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:20:02.166335 mtc Stop timer T: 2 s
04:20:02.166354 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:02.166427 mtc Start timer T: 2 s
04:20:02.166461 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11
04:20:02.166525 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11
04:20:02.166542 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:20:02.166556 mtc Stop timer T: 2 s
04:20:02.166578 mtc Sent on BSCVTY to system charstring : "network"
04:20:02.166604 mtc Start timer T: 2 s
04:20:02.166654 mtc Message enqueued on BSCVTY from system charstring : " network" id 12
04:20:02.166673 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13
04:20:02.166743 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12
04:20:02.166759 mtc Message with id 12 was extracted from the queue of BSCVTY.
04:20:02.166811 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13
04:20:02.166827 mtc Message with id 13 was extracted from the queue of BSCVTY.
04:20:02.166840 mtc Stop timer T: 2 s
04:20:02.166863 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:02.166891 mtc Start timer T: 2 s
04:20:02.166948 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14
04:20:02.166968 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15
04:20:02.167017 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14
04:20:02.167030 mtc Message with id 14 was extracted from the queue of BSCVTY.
04:20:02.167063 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15
04:20:02.167075 mtc Message with id 15 was extracted from the queue of BSCVTY.
04:20:02.167084 mtc Stop timer T: 2 s
04:20:02.167100 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:20:02.167123 mtc Start timer T: 2 s
04:20:02.167199 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16
04:20:02.167219 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
04:20:02.167273 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16
04:20:02.167285 mtc Message with id 16 was extracted from the queue of BSCVTY.
04:20:02.167317 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
04:20:02.167327 mtc Message with id 17 was extracted from the queue of BSCVTY.
04:20:02.167335 mtc Stop timer T: 2 s
04:20:02.167348 mtc Sent on BSCVTY to system charstring : "end"
04:20:02.167369 mtc Start timer T: 2 s
04:20:02.167416 mtc Message enqueued on BSCVTY from system charstring : " end" id 18
04:20:02.167434 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19
04:20:02.167500 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18
04:20:02.167518 mtc Message with id 18 was extracted from the queue of BSCVTY.
04:20:02.167550 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19
04:20:02.167564 mtc Message with id 19 was extracted from the queue of BSCVTY.
04:20:02.167578 mtc Stop timer T: 2 s
04:20:02.167598 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:02.167665 mtc Start timer T: 2 s
04:20:02.167699 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20
04:20:02.167761 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20
04:20:02.167778 mtc Message with id 20 was extracted from the queue of BSCVTY.
04:20:02.167792 mtc Stop timer T: 2 s
04:20:02.167813 mtc Sent on BSCVTY to system charstring : "network"
04:20:02.167870 mtc Start timer T: 2 s
04:20:02.167904 mtc Message enqueued on BSCVTY from system charstring : " network" id 21
04:20:02.167923 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22
04:20:02.167988 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21
04:20:02.168009 mtc Message with id 21 was extracted from the queue of BSCVTY.
04:20:02.168059 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22
04:20:02.168075 mtc Message with id 22 was extracted from the queue of BSCVTY.
04:20:02.168088 mtc Stop timer T: 2 s
04:20:02.168123 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:02.168148 mtc Start timer T: 2 s
04:20:02.168202 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 23
04:20:02.168220 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24
04:20:02.168281 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23
04:20:02.168297 mtc Message with id 23 was extracted from the queue of BSCVTY.
04:20:02.168344 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24
04:20:02.168359 mtc Message with id 24 was extracted from the queue of BSCVTY.
04:20:02.168372 mtc Stop timer T: 2 s
04:20:02.168392 mtc Sent on BSCVTY to system charstring : "gprs mode gprs"
04:20:02.168431 mtc Start timer T: 2 s
04:20:02.168492 mtc Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 25
04:20:02.168513 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
04:20:02.168581 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 25
04:20:02.168598 mtc Message with id 25 was extracted from the queue of BSCVTY.
04:20:02.168647 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
04:20:02.168665 mtc Message with id 26 was extracted from the queue of BSCVTY.
04:20:02.168679 mtc Stop timer T: 2 s
04:20:02.168700 mtc Sent on BSCVTY to system charstring : "end"
04:20:02.168727 mtc Start timer T: 2 s
04:20:02.168776 mtc Message enqueued on BSCVTY from system charstring : " end" id 27
04:20:02.168795 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28
04:20:02.168837 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27
04:20:02.168849 mtc Message with id 27 was extracted from the queue of BSCVTY.
04:20:02.168867 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28
04:20:02.168877 mtc Message with id 28 was extracted from the queue of BSCVTY.
04:20:02.168885 mtc Stop timer T: 2 s
04:20:02.168897 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:02.168917 mtc Start timer T: 2 s
04:20:02.168973 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29
04:20:02.169027 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29
04:20:02.169044 mtc Message with id 29 was extracted from the queue of BSCVTY.
04:20:02.169057 mtc Stop timer T: 2 s
04:20:02.169076 mtc Sent on BSCVTY to system charstring : "network"
04:20:02.169132 mtc Start timer T: 2 s
04:20:02.169166 mtc Message enqueued on BSCVTY from system charstring : " network" id 30
04:20:02.169184 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31
04:20:02.169247 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30
04:20:02.169262 mtc Message with id 30 was extracted from the queue of BSCVTY.
04:20:02.169310 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31
04:20:02.169325 mtc Message with id 31 was extracted from the queue of BSCVTY.
04:20:02.169338 mtc Stop timer T: 2 s
04:20:02.169357 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:02.169383 mtc Start timer T: 2 s
04:20:02.169433 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 32
04:20:02.169452 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33
04:20:02.169497 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32
04:20:02.169509 mtc Message with id 32 was extracted from the queue of BSCVTY.
04:20:02.169552 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33
04:20:02.169572 mtc Message with id 33 was extracted from the queue of BSCVTY.
04:20:02.169586 mtc Stop timer T: 2 s
04:20:02.169610 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:20:02.169636 mtc Start timer T: 2 s
04:20:02.169712 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:20:02.169731 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
04:20:02.169803 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:20:02.169821 mtc Message with id 34 was extracted from the queue of BSCVTY.
04:20:02.169873 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
04:20:02.169889 mtc Message with id 35 was extracted from the queue of BSCVTY.
04:20:02.169902 mtc Stop timer T: 2 s
04:20:02.169924 mtc Sent on BSCVTY to system charstring : "end"
04:20:02.169949 mtc Start timer T: 2 s
04:20:02.169996 mtc Message enqueued on BSCVTY from system charstring : " end" id 36
04:20:02.170012 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37
04:20:02.170056 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36
04:20:02.170067 mtc Message with id 36 was extracted from the queue of BSCVTY.
04:20:02.170086 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37
04:20:02.170096 mtc Message with id 37 was extracted from the queue of BSCVTY.
04:20:02.170104 mtc Stop timer T: 2 s
04:20:02.170130 mtc Sent on BSCVTY to system charstring : "write terminal"
04:20:02.170150 mtc Start timer T: 2 s
04:20:02.170569 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:20:02.170624 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
04:20:02.172427 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:20:02.172476 mtc Message with id 38 was extracted from the queue of BSCVTY.
04:20:02.172494 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
04:20:02.172503 mtc Message with id 39 was extracted from the queue of BSCVTY.
04:20:02.172510 mtc Stop timer T: 2 s
04:20:02.172524 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:20:02.172544 mtc Start timer T: 2 s
04:20:02.172667 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40
04:20:02.172708 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40
04:20:02.172718 mtc Message with id 40 was extracted from the queue of BSCVTY.
04:20:02.172726 mtc Stop timer T: 2 s
04:20:02.172734 mtc Start timer T: 1 s
04:20:02.311961 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000900B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 1
04:20:02.312220 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 1
04:20:02.547585 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000903E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:20:02.547931 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2
04:20:02.782945 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090710100000059061A00000000000000000000000000000000FF9D0400'O } id 3
04:20:02.783266 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
04:20:03.018307 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090A40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 4
04:20:03.018634 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 4
04:20:03.173075 mtc Timeout T: 1 s
04:20:03.173244 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:20:03.173292 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:20:03.173320 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:20:03.173345 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:20:03.173398 mtc Port GSMTAP was cleared.
04:20:03.173458 mtc Start timer T: 8 s
04:20:03.253658 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090D70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 5
04:20:03.253992 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 5
04:20:03.254239 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 5
04:20:03.254378 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:20:03.254740 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:20:03.489015 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000910A010000005506198FB380000000000000000000000000009D04002B'O } id 6
04:20:03.489339 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:20:03.489544 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:20:03.489628 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:20:03.489852 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:20:03.724298 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000913D0100000059061A00000000000000000000000000000000FF9D0400'O } id 7
04:20:03.724737 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:20:03.724986 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:20:03.725116 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:20:03.725401 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:20:03.959746 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091700100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 8
04:20:03.960133 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 8
04:20:03.960384 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 8
04:20:03.960582 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:20:03.960961 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:20:04.195124 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091A30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 9
04:20:04.195524 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 9
04:20:04.195788 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 9
04:20:04.195932 mtc Message with id 9 was extracted from the queue of GSMTAP.
04:20:04.196309 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:20:04.430231 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091D6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 10
04:20:04.430495 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10
04:20:04.430705 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10
04:20:04.430813 mtc Message with id 10 was extracted from the queue of GSMTAP.
04:20:04.431000 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:20:04.665550 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092090100000059061A00000000000000000000000000000000FF9D0400'O } id 11
04:20:04.665786 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 11
04:20:04.665982 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 11
04:20:04.666064 mtc Message with id 11 was extracted from the queue of GSMTAP.
04:20:04.666272 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:20:04.901247 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000923C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 12
04:20:04.901629 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 12
04:20:04.901895 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 12
04:20:04.902009 mtc Message with id 12 was extracted from the queue of GSMTAP.
04:20:04.902325 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:20:05.136575 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000926F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 13
04:20:05.136943 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 13
04:20:05.158358 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 13
04:20:05.158470 mtc Message with id 13 was extracted from the queue of GSMTAP.
04:20:05.158793 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:20:05.371760 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092A2010000005506198FB380000000000000000000000000009D04002B'O } id 14
04:20:05.372047 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 14
04:20:05.372249 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 14
04:20:05.372359 mtc Message with id 14 was extracted from the queue of GSMTAP.
04:20:05.372614 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:20:05.607319 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092D50100000059061A00000000000000000000000000000000FF9D0400'O } id 15
04:20:05.607710 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 15
04:20:05.607995 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 15
04:20:05.608120 mtc Message with id 15 was extracted from the queue of GSMTAP.
04:20:05.608350 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:20:05.842696 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093080100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 16
04:20:05.843037 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 16
04:20:05.843310 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 16
04:20:05.843481 mtc Message with id 16 was extracted from the queue of GSMTAP.
04:20:05.843796 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:20:06.077913 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000933B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 17
04:20:06.078242 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 17
04:20:06.078433 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 17
04:20:06.078534 mtc Message with id 17 was extracted from the queue of GSMTAP.
04:20:06.078799 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:20:06.313431 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000936E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 18
04:20:06.313793 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18
04:20:06.314102 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18
04:20:06.314266 mtc Message with id 18 was extracted from the queue of GSMTAP.
04:20:06.314533 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:20:06.548792 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093A10100000059061A00000000000000000000000000000000FF9D0400'O } id 19
04:20:06.549165 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 19
04:20:06.549504 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 19
04:20:06.549639 mtc Message with id 19 was extracted from the queue of GSMTAP.
04:20:06.549861 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:20:06.784146 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093D40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 20
04:20:06.785581 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 20
04:20:06.785806 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 20
04:20:06.785948 mtc Message with id 20 was extracted from the queue of GSMTAP.
04:20:06.786207 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:20:07.019264 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094070100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 21
04:20:07.019521 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37895, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21
04:20:07.019668 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37895, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21
04:20:07.019742 mtc Message with id 21 was extracted from the queue of GSMTAP.
04:20:07.020011 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:20:07.254653 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000943A010000005506198FB380000000000000000000000000009D04002B'O } id 22
04:20:07.254928 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37946, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 22
04:20:07.255155 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37946, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 22
04:20:07.255234 mtc Message with id 22 was extracted from the queue of GSMTAP.
04:20:07.255391 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:20:07.489993 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000946D0100000059061A00000000000000000000000000000000FF9D0400'O } id 23
04:20:07.490253 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37997, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 23
04:20:07.490411 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37997, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 23
04:20:07.490490 mtc Message with id 23 was extracted from the queue of GSMTAP.
04:20:07.490701 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:20:07.725598 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094A00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 24
04:20:07.725956 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38048, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 24
04:20:07.726228 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38048, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 24
04:20:07.726333 mtc Message with id 24 was extracted from the queue of GSMTAP.
04:20:07.726631 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:20:07.960988 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094D30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 25
04:20:07.961318 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38099, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25
04:20:07.961528 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38099, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25
04:20:07.961625 mtc Message with id 25 was extracted from the queue of GSMTAP.
04:20:07.961906 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:20:08.196314 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009506010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 26
04:20:08.196719 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38150, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 26
04:20:08.196922 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38150, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 26
04:20:08.197013 mtc Message with id 26 was extracted from the queue of GSMTAP.
04:20:08.197196 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:20:08.431595 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000095390100000059061A00000000000000000000000000000000FF9D0400'O } id 27
04:20:08.431960 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38201, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27
04:20:08.432198 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38201, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27
04:20:08.432309 mtc Message with id 27 was extracted from the queue of GSMTAP.
04:20:08.432640 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:20:08.666852 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000956C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 28
04:20:08.667153 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38252, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 28
04:20:08.667374 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38252, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 28
04:20:08.667455 mtc Message with id 28 was extracted from the queue of GSMTAP.
04:20:08.667716 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:20:08.902225 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000959F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 29
04:20:08.902537 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38303, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29
04:20:08.902736 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38303, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29
04:20:08.902820 mtc Message with id 29 was extracted from the queue of GSMTAP.
04:20:08.903105 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:20:09.137810 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000095D2010000005506198FB380000000000000000000000000009D04002B'O } id 30
04:20:09.138220 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38354, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 30
04:20:09.138488 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38354, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 30
04:20:09.138607 mtc Message with id 30 was extracted from the queue of GSMTAP.
04:20:09.138890 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:20:09.373019 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096050100000059061A00000000000000000000000000000000FF9D0400'O } id 31
04:20:09.373414 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38405, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 31
04:20:09.373654 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38405, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 31
04:20:09.373749 mtc Message with id 31 was extracted from the queue of GSMTAP.
04:20:09.374037 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:20:09.608348 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096380100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 32
04:20:09.608747 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38456, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 32
04:20:09.608948 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38456, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 32
04:20:09.609028 mtc Message with id 32 was extracted from the queue of GSMTAP.
04:20:09.609295 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:20:09.843893 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000966B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 33
04:20:09.844280 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38507, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33
04:20:09.844604 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38507, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33
04:20:09.844728 mtc Message with id 33 was extracted from the queue of GSMTAP.
04:20:09.845061 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:20:10.079083 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000969E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 34
04:20:10.079427 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38558, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 34
04:20:10.079644 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38558, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 34
04:20:10.079725 mtc Message with id 34 was extracted from the queue of GSMTAP.
04:20:10.079925 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:20:10.314602 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096D10100000059061A00000000000000000000000000000000FF9D0400'O } id 35
04:20:10.314991 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38609, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 35
04:20:10.315268 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38609, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 35
04:20:10.315377 mtc Message with id 35 was extracted from the queue of GSMTAP.
04:20:10.315636 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:20:10.549856 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097040100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 36
04:20:10.550192 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38660, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 36
04:20:10.550411 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38660, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 36
04:20:10.550504 mtc Message with id 36 was extracted from the queue of GSMTAP.
04:20:10.550883 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:20:10.785075 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097370100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 37
04:20:10.785327 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38711, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 37
04:20:10.785468 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38711, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 37
04:20:10.785529 mtc Message with id 37 was extracted from the queue of GSMTAP.
04:20:10.785768 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:20:11.020772 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000976A010000005506198FB380000000000000000000000000009D04002B'O } id 38
04:20:11.021104 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38762, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 38
04:20:11.021319 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38762, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 38
04:20:11.021437 mtc Message with id 38 was extracted from the queue of GSMTAP.
04:20:11.021684 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:20:11.173565 mtc Timeout T: 8 s
04:20:11.173721 mtc "TC_si_sched_13": TC=0 has #of SI=5
04:20:11.173788 mtc "TC_si_sched_13": TC=1 has #of SI=4
04:20:11.173830 mtc "TC_si_sched_13": TC=2 has #of SI=4
04:20:11.173872 mtc "TC_si_sched_13": TC=3 has #of SI=4
04:20:11.173910 mtc "TC_si_sched_13": TC=4 has #of SI=4
04:20:11.173951 mtc "TC_si_sched_13": TC=5 has #of SI=4
04:20:11.173989 mtc "TC_si_sched_13": TC=6 has #of SI=4
04:20:11.174025 mtc "TC_si_sched_13": TC=7 has #of SI=5
04:20:11.174187 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:11.174376 mtc Start timer T: 2 s
04:20:11.174818 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41
04:20:11.175157 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41
04:20:11.175244 mtc Message with id 41 was extracted from the queue of BSCVTY.
04:20:11.175314 mtc Stop timer T: 2 s
04:20:11.175408 mtc Sent on BSCVTY to system charstring : "network"
04:20:11.175533 mtc Start timer T: 2 s
04:20:11.175953 mtc Message enqueued on BSCVTY from system charstring : " network" id 42
04:20:11.176056 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43
04:20:11.176331 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42
04:20:11.176406 mtc Message with id 42 was extracted from the queue of BSCVTY.
04:20:11.176664 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43
04:20:11.176736 mtc Message with id 43 was extracted from the queue of BSCVTY.
04:20:11.176814 mtc Stop timer T: 2 s
04:20:11.176909 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:11.177025 mtc Start timer T: 2 s
04:20:11.177255 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 44
04:20:11.177333 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45
04:20:11.177506 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44
04:20:11.177558 mtc Message with id 44 was extracted from the queue of BSCVTY.
04:20:11.177698 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45
04:20:11.177738 mtc Message with id 45 was extracted from the queue of BSCVTY.
04:20:11.177768 mtc Stop timer T: 2 s
04:20:11.177826 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:20:11.177907 mtc Start timer T: 2 s
04:20:11.178233 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46
04:20:11.178304 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
04:20:11.178491 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46
04:20:11.178534 mtc Message with id 46 was extracted from the queue of BSCVTY.
04:20:11.178651 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
04:20:11.178687 mtc Message with id 47 was extracted from the queue of BSCVTY.
04:20:11.178716 mtc Stop timer T: 2 s
04:20:11.178765 mtc Sent on BSCVTY to system charstring : "end"
04:20:11.178844 mtc Start timer T: 2 s
04:20:11.179033 mtc Message enqueued on BSCVTY from system charstring : " end" id 48
04:20:11.179100 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49
04:20:11.179190 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48
04:20:11.179213 mtc Message with id 48 was extracted from the queue of BSCVTY.
04:20:11.179254 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49
04:20:11.179277 mtc Message with id 49 was extracted from the queue of BSCVTY.
04:20:11.179296 mtc Stop timer T: 2 s
04:20:11.179323 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:11.179430 mtc Start timer T: 2 s
04:20:11.179477 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50
04:20:11.179559 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50
04:20:11.179582 mtc Message with id 50 was extracted from the queue of BSCVTY.
04:20:11.179601 mtc Stop timer T: 2 s
04:20:11.179631 mtc Sent on BSCVTY to system charstring : "network"
04:20:11.179707 mtc Start timer T: 2 s
04:20:11.179752 mtc Message enqueued on BSCVTY from system charstring : " network" id 51
04:20:11.179775 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52
04:20:11.179861 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51
04:20:11.179886 mtc Message with id 51 was extracted from the queue of BSCVTY.
04:20:11.179956 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52
04:20:11.179978 mtc Message with id 52 was extracted from the queue of BSCVTY.
04:20:11.179998 mtc Stop timer T: 2 s
04:20:11.180027 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:11.180122 mtc Start timer T: 2 s
04:20:11.180165 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 53
04:20:11.180187 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54
04:20:11.180270 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53
04:20:11.180291 mtc Message with id 53 was extracted from the queue of BSCVTY.
04:20:11.180359 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54
04:20:11.180380 mtc Message with id 54 was extracted from the queue of BSCVTY.
04:20:11.180397 mtc Stop timer T: 2 s
04:20:11.180442 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:20:11.180481 mtc Start timer T: 2 s
04:20:11.180662 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55
04:20:11.180701 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
04:20:11.180806 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55
04:20:11.180833 mtc Message with id 55 was extracted from the queue of BSCVTY.
04:20:11.180899 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
04:20:11.180921 mtc Message with id 56 was extracted from the queue of BSCVTY.
04:20:11.180938 mtc Stop timer T: 2 s
04:20:11.180967 mtc Sent on BSCVTY to system charstring : "end"
04:20:11.181009 mtc Start timer T: 2 s
04:20:11.181121 mtc Message enqueued on BSCVTY from system charstring : " end" id 57
04:20:11.181147 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58
04:20:11.181221 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57
04:20:11.181245 mtc Message with id 57 was extracted from the queue of BSCVTY.
04:20:11.181282 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58
04:20:11.181299 mtc Message with id 58 was extracted from the queue of BSCVTY.
04:20:11.181315 mtc Stop timer T: 2 s
04:20:11.181341 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:11.181376 mtc Start timer T: 2 s
04:20:11.181452 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59
04:20:11.181525 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59
04:20:11.181544 mtc Message with id 59 was extracted from the queue of BSCVTY.
04:20:11.181556 mtc Stop timer T: 2 s
04:20:11.181573 mtc Sent on BSCVTY to system charstring : "network"
04:20:11.181600 mtc Start timer T: 2 s
04:20:11.181669 mtc Message enqueued on BSCVTY from system charstring : " network" id 60
04:20:11.181690 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61
04:20:11.181745 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60
04:20:11.181768 mtc Message with id 60 was extracted from the queue of BSCVTY.
04:20:11.181816 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61
04:20:11.181830 mtc Message with id 61 was extracted from the queue of BSCVTY.
04:20:11.181841 mtc Stop timer T: 2 s
04:20:11.181860 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:11.181886 mtc Start timer T: 2 s
04:20:11.181952 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 62
04:20:11.181976 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63
04:20:11.182056 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62
04:20:11.182078 mtc Message with id 62 was extracted from the queue of BSCVTY.
04:20:11.182139 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63
04:20:11.182160 mtc Message with id 63 was extracted from the queue of BSCVTY.
04:20:11.182178 mtc Stop timer T: 2 s
04:20:11.182204 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:20:11.182238 mtc Start timer T: 2 s
04:20:11.182322 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64
04:20:11.182345 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
04:20:11.182401 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64
04:20:11.182415 mtc Message with id 64 was extracted from the queue of BSCVTY.
04:20:11.182457 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
04:20:11.182469 mtc Message with id 65 was extracted from the queue of BSCVTY.
04:20:11.182479 mtc Stop timer T: 2 s
04:20:11.182493 mtc Sent on BSCVTY to system charstring : "end"
04:20:11.182525 mtc Start timer T: 2 s
04:20:11.182585 mtc Message enqueued on BSCVTY from system charstring : " end" id 66
04:20:11.182606 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67
04:20:11.182659 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66
04:20:11.182672 mtc Message with id 66 was extracted from the queue of BSCVTY.
04:20:11.182693 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67
04:20:11.182703 mtc Message with id 67 was extracted from the queue of BSCVTY.
04:20:11.182712 mtc Stop timer T: 2 s
04:20:11.182727 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:11.182753 mtc Start timer T: 2 s
04:20:11.182824 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68
04:20:11.182904 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68
04:20:11.182927 mtc Message with id 68 was extracted from the queue of BSCVTY.
04:20:11.182945 mtc Stop timer T: 2 s
04:20:11.182972 mtc Sent on BSCVTY to system charstring : "network"
04:20:11.183003 mtc Start timer T: 2 s
04:20:11.183060 mtc Message enqueued on BSCVTY from system charstring : " network" id 69
04:20:11.183094 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70
04:20:11.183148 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69
04:20:11.183163 mtc Message with id 69 was extracted from the queue of BSCVTY.
04:20:11.183226 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70
04:20:11.183246 mtc Message with id 70 was extracted from the queue of BSCVTY.
04:20:11.183263 mtc Stop timer T: 2 s
04:20:11.183289 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:11.183319 mtc Start timer T: 2 s
04:20:11.183384 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 71
04:20:11.183411 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72
04:20:11.183487 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71
04:20:11.183507 mtc Message with id 71 was extracted from the queue of BSCVTY.
04:20:11.183567 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72
04:20:11.183585 mtc Message with id 72 was extracted from the queue of BSCVTY.
04:20:11.183601 mtc Stop timer T: 2 s
04:20:11.183631 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:20:11.183666 mtc Start timer T: 2 s
04:20:11.183766 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:20:11.183790 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
04:20:11.183868 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:20:11.183884 mtc Message with id 73 was extracted from the queue of BSCVTY.
04:20:11.183925 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
04:20:11.183945 mtc Message with id 74 was extracted from the queue of BSCVTY.
04:20:11.183962 mtc Stop timer T: 2 s
04:20:11.183986 mtc Sent on BSCVTY to system charstring : "end"
04:20:11.184019 mtc Start timer T: 2 s
04:20:11.184078 mtc Message enqueued on BSCVTY from system charstring : " end" id 75
04:20:11.184099 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76
04:20:11.184177 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75
04:20:11.184197 mtc Message with id 75 was extracted from the queue of BSCVTY.
04:20:11.184233 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76
04:20:11.184251 mtc Message with id 76 was extracted from the queue of BSCVTY.
04:20:11.184267 mtc Stop timer T: 2 s
04:20:11.184289 mtc Sent on BSCVTY to system charstring : "write terminal"
04:20:11.184458 mtc Start timer T: 2 s
04:20:11.184802 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:20:11.184855 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
04:20:11.186712 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:20:11.186768 mtc Message with id 77 was extracted from the queue of BSCVTY.
04:20:11.186805 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
04:20:11.186822 mtc Message with id 78 was extracted from the queue of BSCVTY.
04:20:11.186839 mtc Stop timer T: 2 s
04:20:11.186873 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:20:11.186906 mtc Start timer T: 2 s
04:20:11.187097 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79
04:20:11.187161 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79
04:20:11.187182 mtc Message with id 79 was extracted from the queue of BSCVTY.
04:20:11.187201 mtc Stop timer T: 2 s
04:20:11.187223 mtc Start timer T: 1 s
04:20:11.255762 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000979D0100000059061A00000000000000000000000000000000FF9D0400'O } id 39
04:20:11.256019 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38813, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 39
04:20:11.491160 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097D00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 40
04:20:11.491420 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38864, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 40
04:20:11.726661 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000098030100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 41
04:20:11.726983 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38915, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 41
04:20:11.962171 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009836010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 42
04:20:11.962532 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38966, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 42
04:20:12.187241 mtc Timeout T: 1 s
04:20:12.187344 mtc setverdict(pass): none -> pass
04:20:12.187447 mtc Terminating component type Test.dummy_CT.
04:20:12.187498 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:20:12.187573 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:20:12.187623 mtc Message with id 39 was extracted from the queue of GSMTAP.
04:20:12.187659 mtc Message with id 40 was extracted from the queue of GSMTAP.
04:20:12.187691 mtc Message with id 41 was extracted from the queue of GSMTAP.
04:20:12.187734 mtc Message with id 42 was extracted from the queue of GSMTAP.
04:20:12.187763 mtc Port GSMTAP was stopped.
04:20:12.187817 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:20:12.187947 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:20:12.188014 mtc Port BSCVTY was stopped.
04:20:12.188061 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13.
04:20:12.188117 mtc Waiting for PTCs to finish.
04:20:12.188312 mtc Setting final verdict of the test case.
04:20:12.188397 mtc Local verdict of MTC: pass
04:20:12.188469 mtc No PTCs were created.
04:20:12.188495 mtc Test case TC_si_sched_13 finished. Verdict: pass
04:20:12.189287 mtc Executing test case TC_si_sched_13_2bis_2ter_2quater in module Test.
04:20:12.189369 mtc Test case TC_si_sched_13_2bis_2ter_2quater started.
04:20:12.189424 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13_2bis_2ter_2quater.
04:20:12.189532 mtc Port GSMTAP was started.
04:20:12.189616 mtc Port BSCVTY was started.
04:20:12.189663 mtc Component type Test.dummy_CT was initialized.
04:20:12.189705 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:20:12.189820 mtc Port GSMTAP was mapped to system:GSMTAP.
04:20:12.189971 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:20:12.190115 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:20:12.190271 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:20:12.190711 mtc Port BSCVTY was mapped to system:BSCVTY.
04:20:12.190880 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:20:12.190968 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:20:12.191036 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:20:12.191105 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:20:12.191262 mtc Sent on BSCVTY to system charstring : "enable"
04:20:12.191384 mtc Start timer T: 2 s
04:20:12.191712 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:20:12.191844 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:20:12.191891 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:20:12.191998 mtc Stop timer T: 2 s
04:20:12.192061 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:12.192150 mtc Start timer T: 2 s
04:20:12.192603 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:20:12.192860 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:20:12.192927 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:20:12.192987 mtc Stop timer T: 2 s
04:20:12.193061 mtc Sent on BSCVTY to system charstring : "network"
04:20:12.193323 mtc Start timer T: 2 s
04:20:12.193470 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:20:12.193538 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:20:12.193782 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:20:12.193847 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:20:12.194029 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:20:12.194088 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:20:12.194140 mtc Stop timer T: 2 s
04:20:12.194213 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:12.194313 mtc Start timer T: 2 s
04:20:12.194578 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:20:12.194664 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:20:12.194895 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:20:12.194956 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:20:12.195131 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:20:12.195187 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:20:12.195235 mtc Stop timer T: 2 s
04:20:12.195316 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static"
04:20:12.195410 mtc Start timer T: 2 s
04:20:12.195718 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7
04:20:12.195791 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:20:12.196048 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7
04:20:12.196113 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:20:12.196284 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:20:12.196338 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:20:12.196384 mtc Stop timer T: 2 s
04:20:12.196513 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B"
04:20:12.196613 mtc Start timer T: 2 s
04:20:12.196902 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
04:20:12.196973 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10
04:20:12.197143 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
04:20:12.197156 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:20:12.197200 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10
04:20:12.197215 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:20:12.197227 mtc Stop timer T: 2 s
04:20:12.197245 mtc Sent on BSCVTY to system charstring : "end"
04:20:12.197267 mtc Start timer T: 2 s
04:20:12.197306 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000098690100000059061A00000000000000000000000000000000FF9D0400'O } id 1
04:20:12.197361 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39017, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1
04:20:12.197379 mtc Message enqueued on BSCVTY from system charstring : " end" id 11
04:20:12.197389 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12
04:20:12.197425 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11
04:20:12.197434 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:20:12.197448 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12
04:20:12.197455 mtc Message with id 12 was extracted from the queue of BSCVTY.
04:20:12.197462 mtc Stop timer T: 2 s
04:20:12.197472 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:12.197489 mtc Start timer T: 2 s
04:20:12.197573 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13
04:20:12.197690 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13
04:20:12.197712 mtc Message with id 13 was extracted from the queue of BSCVTY.
04:20:12.197747 mtc Stop timer T: 2 s
04:20:12.197765 mtc Sent on BSCVTY to system charstring : "network"
04:20:12.197793 mtc Start timer T: 2 s
04:20:12.197838 mtc Message enqueued on BSCVTY from system charstring : " network" id 14
04:20:12.197855 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15
04:20:12.197915 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14
04:20:12.197929 mtc Message with id 14 was extracted from the queue of BSCVTY.
04:20:12.197977 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15
04:20:12.197990 mtc Message with id 15 was extracted from the queue of BSCVTY.
04:20:12.198002 mtc Stop timer T: 2 s
04:20:12.198021 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:12.198044 mtc Start timer T: 2 s
04:20:12.198099 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16
04:20:12.198125 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
04:20:12.198170 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16
04:20:12.198182 mtc Message with id 16 was extracted from the queue of BSCVTY.
04:20:12.198216 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
04:20:12.198231 mtc Message with id 17 was extracted from the queue of BSCVTY.
04:20:12.198243 mtc Stop timer T: 2 s
04:20:12.198264 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static"
04:20:12.198313 mtc Start timer T: 2 s
04:20:12.198382 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18
04:20:12.198399 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
04:20:12.198449 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18
04:20:12.198460 mtc Message with id 18 was extracted from the queue of BSCVTY.
04:20:12.198489 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
04:20:12.198499 mtc Message with id 19 was extracted from the queue of BSCVTY.
04:20:12.198506 mtc Stop timer T: 2 s
04:20:12.198520 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B"
04:20:12.198540 mtc Start timer T: 2 s
04:20:12.198608 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
04:20:12.198624 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21
04:20:12.198701 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
04:20:12.198716 mtc Message with id 20 was extracted from the queue of BSCVTY.
04:20:12.198760 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21
04:20:12.198774 mtc Message with id 21 was extracted from the queue of BSCVTY.
04:20:12.198787 mtc Stop timer T: 2 s
04:20:12.198804 mtc Sent on BSCVTY to system charstring : "end"
04:20:12.198827 mtc Start timer T: 2 s
04:20:12.198868 mtc Message enqueued on BSCVTY from system charstring : " end" id 22
04:20:12.198884 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23
04:20:12.198922 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22
04:20:12.198932 mtc Message with id 22 was extracted from the queue of BSCVTY.
04:20:12.198949 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23
04:20:12.198957 mtc Message with id 23 was extracted from the queue of BSCVTY.
04:20:12.198965 mtc Stop timer T: 2 s
04:20:12.198976 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:12.198994 mtc Start timer T: 2 s
04:20:12.199043 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24
04:20:12.199119 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24
04:20:12.199134 mtc Message with id 24 was extracted from the queue of BSCVTY.
04:20:12.199146 mtc Stop timer T: 2 s
04:20:12.199165 mtc Sent on BSCVTY to system charstring : "network"
04:20:12.199188 mtc Start timer T: 2 s
04:20:12.199237 mtc Message enqueued on BSCVTY from system charstring : " network" id 25
04:20:12.199257 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26
04:20:12.199315 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25
04:20:12.199329 mtc Message with id 25 was extracted from the queue of BSCVTY.
04:20:12.199374 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26
04:20:12.199387 mtc Message with id 26 was extracted from the queue of BSCVTY.
04:20:12.199400 mtc Stop timer T: 2 s
04:20:12.199419 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:12.199476 mtc Start timer T: 2 s
04:20:12.199505 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 27
04:20:12.199522 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
04:20:12.199579 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27
04:20:12.199594 mtc Message with id 27 was extracted from the queue of BSCVTY.
04:20:12.199639 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
04:20:12.199652 mtc Message with id 28 was extracted from the queue of BSCVTY.
04:20:12.199665 mtc Stop timer T: 2 s
04:20:12.199685 mtc Sent on BSCVTY to system charstring : "gprs mode gprs"
04:20:12.199708 mtc Start timer T: 2 s
04:20:12.199771 mtc Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 29
04:20:12.199789 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30
04:20:12.199833 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 29
04:20:12.199844 mtc Message with id 29 was extracted from the queue of BSCVTY.
04:20:12.199874 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30
04:20:12.199884 mtc Message with id 30 was extracted from the queue of BSCVTY.
04:20:12.199892 mtc Stop timer T: 2 s
04:20:12.199905 mtc Sent on BSCVTY to system charstring : "end"
04:20:12.199963 mtc Start timer T: 2 s
04:20:12.199985 mtc Message enqueued on BSCVTY from system charstring : " end" id 31
04:20:12.200000 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32
04:20:12.200057 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31
04:20:12.200072 mtc Message with id 31 was extracted from the queue of BSCVTY.
04:20:12.200099 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32
04:20:12.200113 mtc Message with id 32 was extracted from the queue of BSCVTY.
04:20:12.200125 mtc Stop timer T: 2 s
04:20:12.200142 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:12.200165 mtc Start timer T: 2 s
04:20:12.200220 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33
04:20:12.200279 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33
04:20:12.200294 mtc Message with id 33 was extracted from the queue of BSCVTY.
04:20:12.200307 mtc Stop timer T: 2 s
04:20:12.200325 mtc Sent on BSCVTY to system charstring : "network"
04:20:12.200348 mtc Start timer T: 2 s
04:20:12.200400 mtc Message enqueued on BSCVTY from system charstring : " network" id 34
04:20:12.200455 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35
04:20:12.200539 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34
04:20:12.200559 mtc Message with id 34 was extracted from the queue of BSCVTY.
04:20:12.200591 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35
04:20:12.200608 mtc Message with id 35 was extracted from the queue of BSCVTY.
04:20:12.200616 mtc Stop timer T: 2 s
04:20:12.200632 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:12.200654 mtc Start timer T: 2 s
04:20:12.200706 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 36
04:20:12.200732 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
04:20:12.200796 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36
04:20:12.200813 mtc Message with id 36 was extracted from the queue of BSCVTY.
04:20:12.200860 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
04:20:12.200876 mtc Message with id 37 was extracted from the queue of BSCVTY.
04:20:12.200888 mtc Stop timer T: 2 s
04:20:12.200911 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0"
04:20:12.200939 mtc Start timer T: 2 s
04:20:12.201021 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38
04:20:12.201044 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39
04:20:12.201096 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38
04:20:12.201107 mtc Message with id 38 was extracted from the queue of BSCVTY.
04:20:12.201136 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39
04:20:12.201145 mtc Message with id 39 was extracted from the queue of BSCVTY.
04:20:12.201151 mtc Stop timer T: 2 s
04:20:12.201163 mtc Sent on BSCVTY to system charstring : "end"
04:20:12.201182 mtc Start timer T: 2 s
04:20:12.201232 mtc Message enqueued on BSCVTY from system charstring : " end" id 40
04:20:12.201274 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
04:20:12.201329 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40
04:20:12.201341 mtc Message with id 40 was extracted from the queue of BSCVTY.
04:20:12.201357 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
04:20:12.201365 mtc Message with id 41 was extracted from the queue of BSCVTY.
04:20:12.201372 mtc Stop timer T: 2 s
04:20:12.201399 mtc Sent on BSCVTY to system charstring : "write terminal"
04:20:12.201420 mtc Start timer T: 2 s
04:20:12.201891 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:20:12.201948 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43
04:20:12.203973 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:20:12.204034 mtc Message with id 42 was extracted from the queue of BSCVTY.
04:20:12.204059 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43
04:20:12.204071 mtc Message with id 43 was extracted from the queue of BSCVTY.
04:20:12.204080 mtc Stop timer T: 2 s
04:20:12.204109 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:20:12.204128 mtc Start timer T: 2 s
04:20:12.204267 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44
04:20:12.204313 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44
04:20:12.204333 mtc Message with id 44 was extracted from the queue of BSCVTY.
04:20:12.204348 mtc Stop timer T: 2 s
04:20:12.204361 mtc Start timer T: 1 s
04:20:12.432632 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000989C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 2
04:20:12.432867 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39068, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 2
04:20:12.667994 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000098CF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 3
04:20:12.668224 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39119, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 3
04:20:12.903631 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009902010000005506198FB380000000000000000000000000009D04002B'O } id 4
04:20:12.903978 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39170, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 4
04:20:13.139005 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099350100000059061A00000000000000000000000000000000FF9D0400'O } id 5
04:20:13.139364 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39221, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5
04:20:13.204377 mtc Timeout T: 1 s
04:20:13.204536 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:20:13.204586 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:20:13.204638 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:20:13.204688 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:20:13.204731 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:20:13.204767 mtc Port GSMTAP was cleared.
04:20:13.204814 mtc Start timer T: 8 s
04:20:13.374132 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099680100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 6
04:20:13.374428 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39272, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 6
04:20:13.374658 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39272, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 6
04:20:13.374758 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:20:13.375033 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:20:13.609702 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000999B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 7
04:20:13.610039 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39323, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7
04:20:13.610301 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39323, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7
04:20:13.610441 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:20:13.610785 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:20:13.845115 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099CE01000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 8
04:20:13.845514 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39374, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 8
04:20:13.845758 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39374, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 8
04:20:13.845870 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:20:13.846109 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 := 'C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } }
04:20:14.080252 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A0101000000550602BFE809B3FF00000000000000000000007900002B'O } id 9
04:20:14.080609 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39425, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 9
04:20:14.080832 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39425, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 9
04:20:14.080912 mtc Message with id 9 was extracted from the queue of GSMTAP.
04:20:14.081142 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:20:14.315826 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A340100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 10
04:20:14.316216 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39476, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 10
04:20:14.316535 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39476, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 10
04:20:14.316663 mtc Message with id 10 was extracted from the queue of GSMTAP.
04:20:14.316998 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:20:14.550950 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A670100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 11
04:20:14.551250 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39527, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11
04:20:14.551438 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39527, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11
04:20:14.551528 mtc Message with id 11 was extracted from the queue of GSMTAP.
04:20:14.551800 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:20:14.786544 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A9A010000005506198FB380000000000000000000000000009D04002B'O } id 12
04:20:14.786867 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39578, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12
04:20:14.787059 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39578, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12
04:20:14.787148 mtc Message with id 12 was extracted from the queue of GSMTAP.
04:20:14.787412 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:20:15.021883 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009ACD0100000059061A00000000000000000000000000000000FF9D0400'O } id 13
04:20:15.022224 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39629, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13
04:20:15.022450 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39629, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13
04:20:15.022545 mtc Message with id 13 was extracted from the queue of GSMTAP.
04:20:15.022833 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:20:15.257265 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B000100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 14
04:20:15.257659 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39680, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 14
04:20:15.275317 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39680, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 14
04:20:15.275421 mtc Message with id 14 was extracted from the queue of GSMTAP.
04:20:15.275729 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:20:15.492542 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B330100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 15
04:20:15.492891 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39731, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15
04:20:15.493114 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39731, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15
04:20:15.493208 mtc Message with id 15 was extracted from the queue of GSMTAP.
04:20:15.493512 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:20:15.728028 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B66010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 16
04:20:15.728503 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39782, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 16
04:20:15.728801 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39782, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 16
04:20:15.728911 mtc Message with id 16 was extracted from the queue of GSMTAP.
04:20:15.729161 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:20:15.963187 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B9901000000550602BFE809B3FF00000000000000000000007900002B'O } id 17
04:20:15.963450 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39833, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 17
04:20:15.963594 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39833, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 17
04:20:15.963691 mtc Message with id 17 was extracted from the queue of GSMTAP.
04:20:15.963931 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:20:16.198773 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009BCC0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 18
04:20:16.199133 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39884, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 18
04:20:16.199399 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39884, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 18
04:20:16.199522 mtc Message with id 18 was extracted from the queue of GSMTAP.
04:20:16.199845 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:20:16.433885 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009BFF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 19
04:20:16.434114 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39935, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19
04:20:16.434297 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39935, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19
04:20:16.434396 mtc Message with id 19 was extracted from the queue of GSMTAP.
04:20:16.434673 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:20:16.669494 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009C32010000005506198FB380000000000000000000000000009D04002B'O } id 20
04:20:16.669829 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39986, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20
04:20:16.670112 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39986, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20
04:20:16.670274 mtc Message with id 20 was extracted from the queue of GSMTAP.
04:20:16.670553 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:20:16.904866 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009C650100000059061A00000000000000000000000000000000FF9D0400'O } id 21
04:20:16.905188 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40037, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21
04:20:16.905385 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40037, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21
04:20:16.905475 mtc Message with id 21 was extracted from the queue of GSMTAP.
04:20:16.905726 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:20:17.140201 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009C980100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 22
04:20:17.140577 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40088, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 22
04:20:17.140783 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40088, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 22
04:20:17.140876 mtc Message with id 22 was extracted from the queue of GSMTAP.
04:20:17.141263 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:20:17.375542 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009CCB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 23
04:20:17.375931 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40139, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23
04:20:17.376195 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40139, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23
04:20:17.376324 mtc Message with id 23 was extracted from the queue of GSMTAP.
04:20:17.376706 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:20:17.610936 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009CFE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 24
04:20:17.611284 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40190, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 24
04:20:17.611494 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40190, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 24
04:20:17.611628 mtc Message with id 24 was extracted from the queue of GSMTAP.
04:20:17.611890 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:20:17.846033 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009D3101000000550602BFE809B3FF00000000000000000000007900002B'O } id 25
04:20:17.846313 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40241, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 25
04:20:17.846486 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40241, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 25
04:20:17.846579 mtc Message with id 25 was extracted from the queue of GSMTAP.
04:20:17.846767 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:20:18.081641 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009D640100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 26
04:20:18.081962 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40292, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 26
04:20:18.082180 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40292, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 26
04:20:18.082311 mtc Message with id 26 was extracted from the queue of GSMTAP.
04:20:18.082615 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:20:18.316780 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009D970100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 27
04:20:18.317077 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40343, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27
04:20:18.317271 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40343, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27
04:20:18.317351 mtc Message with id 27 was extracted from the queue of GSMTAP.
04:20:18.317602 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:20:18.552371 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009DCA010000005506198FB380000000000000000000000000009D04002B'O } id 28
04:20:18.552838 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40394, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28
04:20:18.553108 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40394, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28
04:20:18.553205 mtc Message with id 28 was extracted from the queue of GSMTAP.
04:20:18.553438 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:20:18.787582 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009DFD0100000059061A00000000000000000000000000000000FF9D0400'O } id 29
04:20:18.787839 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40445, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29
04:20:18.788032 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40445, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29
04:20:18.788129 mtc Message with id 29 was extracted from the queue of GSMTAP.
04:20:18.788333 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:20:19.023123 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009E300100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 30
04:20:19.023504 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40496, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 30
04:20:19.023741 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40496, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 30
04:20:19.023894 mtc Message with id 30 was extracted from the queue of GSMTAP.
04:20:19.024238 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:20:19.258489 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009E630100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 31
04:20:19.258886 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40547, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31
04:20:19.259133 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40547, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31
04:20:19.259251 mtc Message with id 31 was extracted from the queue of GSMTAP.
04:20:19.259585 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:20:19.493832 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009E9601000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 32
04:20:19.494233 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40598, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 32
04:20:19.494525 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40598, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 32
04:20:19.494658 mtc Message with id 32 was extracted from the queue of GSMTAP.
04:20:19.494898 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 := 'C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } }
04:20:19.729234 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009EC901000000550602BFE809B3FF00000000000000000000007900002B'O } id 33
04:20:19.729638 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40649, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 33
04:20:19.729930 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40649, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 33
04:20:19.730054 mtc Message with id 33 was extracted from the queue of GSMTAP.
04:20:19.730300 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:20:19.964523 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009EFC0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 34
04:20:19.964933 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40700, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 34
04:20:19.965208 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40700, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 34
04:20:19.965299 mtc Message with id 34 was extracted from the queue of GSMTAP.
04:20:19.965550 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:20:20.199980 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009F2F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 35
04:20:20.200314 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40751, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 35
04:20:20.201815 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40751, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 35
04:20:20.201950 mtc Message with id 35 was extracted from the queue of GSMTAP.
04:20:20.202293 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:20:20.435301 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009F62010000005506198FB380000000000000000000000000009D04002B'O } id 36
04:20:20.435665 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40802, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 36
04:20:20.435937 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40802, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 36
04:20:20.436044 mtc Message with id 36 was extracted from the queue of GSMTAP.
04:20:20.436356 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:20:20.670638 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009F950100000059061A00000000000000000000000000000000FF9D0400'O } id 37
04:20:20.670969 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40853, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 37
04:20:20.671171 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40853, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 37
04:20:20.671263 mtc Message with id 37 was extracted from the queue of GSMTAP.
04:20:20.671561 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:20:20.906029 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009FC80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 38
04:20:20.906445 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40904, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 38
04:20:20.906710 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40904, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 38
04:20:20.906822 mtc Message with id 38 was extracted from the queue of GSMTAP.
04:20:20.907164 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:20:21.141167 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009FFB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 39
04:20:21.141454 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40955, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 39
04:20:21.141663 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40955, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 39
04:20:21.141744 mtc Message with id 39 was extracted from the queue of GSMTAP.
04:20:21.142043 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:20:21.204899 mtc Timeout T: 8 s
04:20:21.204993 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=0 has #of SI=4
04:20:21.205048 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=1 has #of SI=4
04:20:21.205090 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=2 has #of SI=5
04:20:21.205146 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=3 has #of SI=5
04:20:21.205179 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=4 has #of SI=4
04:20:21.205230 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=5 has #of SI=4
04:20:21.205283 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=6 has #of SI=4
04:20:21.205334 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=7 has #of SI=4
04:20:21.205512 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:21.205641 mtc Start timer T: 2 s
04:20:21.205945 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45
04:20:21.206212 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45
04:20:21.206280 mtc Message with id 45 was extracted from the queue of BSCVTY.
04:20:21.206335 mtc Stop timer T: 2 s
04:20:21.206410 mtc Sent on BSCVTY to system charstring : "network"
04:20:21.206689 mtc Start timer T: 2 s
04:20:21.206843 mtc Message enqueued on BSCVTY from system charstring : " network" id 46
04:20:21.206919 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47
04:20:21.207172 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46
04:20:21.207245 mtc Message with id 46 was extracted from the queue of BSCVTY.
04:20:21.207430 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47
04:20:21.207485 mtc Message with id 47 was extracted from the queue of BSCVTY.
04:20:21.207531 mtc Stop timer T: 2 s
04:20:21.207609 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:21.207835 mtc Start timer T: 2 s
04:20:21.207970 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 48
04:20:21.208052 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
04:20:21.208286 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48
04:20:21.208351 mtc Message with id 48 was extracted from the queue of BSCVTY.
04:20:21.208570 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
04:20:21.208643 mtc Message with id 49 was extracted from the queue of BSCVTY.
04:20:21.208699 mtc Stop timer T: 2 s
04:20:21.208784 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:20:21.208880 mtc Start timer T: 2 s
04:20:21.209206 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50
04:20:21.209306 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51
04:20:21.209518 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50
04:20:21.209568 mtc Message with id 50 was extracted from the queue of BSCVTY.
04:20:21.209736 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51
04:20:21.209798 mtc Message with id 51 was extracted from the queue of BSCVTY.
04:20:21.209849 mtc Stop timer T: 2 s
04:20:21.209927 mtc Sent on BSCVTY to system charstring : "end"
04:20:21.210120 mtc Start timer T: 2 s
04:20:21.210142 mtc Message enqueued on BSCVTY from system charstring : " end" id 52
04:20:21.210158 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53
04:20:21.210214 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52
04:20:21.210229 mtc Message with id 52 was extracted from the queue of BSCVTY.
04:20:21.210255 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53
04:20:21.210268 mtc Message with id 53 was extracted from the queue of BSCVTY.
04:20:21.210279 mtc Stop timer T: 2 s
04:20:21.210296 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:21.210324 mtc Start timer T: 2 s
04:20:21.210408 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54
04:20:21.210479 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54
04:20:21.210494 mtc Message with id 54 was extracted from the queue of BSCVTY.
04:20:21.210504 mtc Stop timer T: 2 s
04:20:21.210523 mtc Sent on BSCVTY to system charstring : "network"
04:20:21.210544 mtc Start timer T: 2 s
04:20:21.210587 mtc Message enqueued on BSCVTY from system charstring : " network" id 55
04:20:21.210614 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56
04:20:21.210673 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55
04:20:21.210689 mtc Message with id 55 was extracted from the queue of BSCVTY.
04:20:21.210735 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56
04:20:21.210750 mtc Message with id 56 was extracted from the queue of BSCVTY.
04:20:21.210763 mtc Stop timer T: 2 s
04:20:21.210782 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:21.210808 mtc Start timer T: 2 s
04:20:21.210856 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 57
04:20:21.210872 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
04:20:21.210927 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57
04:20:21.210942 mtc Message with id 57 was extracted from the queue of BSCVTY.
04:20:21.210986 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
04:20:21.211000 mtc Message with id 58 was extracted from the queue of BSCVTY.
04:20:21.211012 mtc Stop timer T: 2 s
04:20:21.211033 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:20:21.211056 mtc Start timer T: 2 s
04:20:21.211130 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59
04:20:21.211147 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60
04:20:21.211194 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59
04:20:21.211205 mtc Message with id 59 was extracted from the queue of BSCVTY.
04:20:21.211233 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60
04:20:21.211244 mtc Message with id 60 was extracted from the queue of BSCVTY.
04:20:21.211255 mtc Stop timer T: 2 s
04:20:21.211273 mtc Sent on BSCVTY to system charstring : "end"
04:20:21.211297 mtc Start timer T: 2 s
04:20:21.211338 mtc Message enqueued on BSCVTY from system charstring : " end" id 61
04:20:21.211352 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62
04:20:21.211392 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61
04:20:21.211407 mtc Message with id 61 was extracted from the queue of BSCVTY.
04:20:21.211432 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62
04:20:21.211444 mtc Message with id 62 was extracted from the queue of BSCVTY.
04:20:21.211455 mtc Stop timer T: 2 s
04:20:21.211472 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:21.211537 mtc Start timer T: 2 s
04:20:21.211566 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63
04:20:21.211619 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63
04:20:21.211634 mtc Message with id 63 was extracted from the queue of BSCVTY.
04:20:21.211646 mtc Stop timer T: 2 s
04:20:21.211664 mtc Sent on BSCVTY to system charstring : "network"
04:20:21.211712 mtc Start timer T: 2 s
04:20:21.211740 mtc Message enqueued on BSCVTY from system charstring : " network" id 64
04:20:21.211754 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65
04:20:21.211809 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64
04:20:21.211828 mtc Message with id 64 was extracted from the queue of BSCVTY.
04:20:21.211872 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65
04:20:21.211885 mtc Message with id 65 was extracted from the queue of BSCVTY.
04:20:21.211896 mtc Stop timer T: 2 s
04:20:21.211916 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:21.211938 mtc Start timer T: 2 s
04:20:21.211985 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 66
04:20:21.212001 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
04:20:21.212058 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66
04:20:21.212072 mtc Message with id 66 was extracted from the queue of BSCVTY.
04:20:21.212114 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
04:20:21.212129 mtc Message with id 67 was extracted from the queue of BSCVTY.
04:20:21.212142 mtc Stop timer T: 2 s
04:20:21.212162 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:20:21.212185 mtc Start timer T: 2 s
04:20:21.212246 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68
04:20:21.212267 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69
04:20:21.212337 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68
04:20:21.212354 mtc Message with id 68 was extracted from the queue of BSCVTY.
04:20:21.212388 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69
04:20:21.212398 mtc Message with id 69 was extracted from the queue of BSCVTY.
04:20:21.212405 mtc Stop timer T: 2 s
04:20:21.212436 mtc Sent on BSCVTY to system charstring : "end"
04:20:21.212460 mtc Start timer T: 2 s
04:20:21.212500 mtc Message enqueued on BSCVTY from system charstring : " end" id 70
04:20:21.212522 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71
04:20:21.212571 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70
04:20:21.212588 mtc Message with id 70 was extracted from the queue of BSCVTY.
04:20:21.212606 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71
04:20:21.212615 mtc Message with id 71 was extracted from the queue of BSCVTY.
04:20:21.212624 mtc Stop timer T: 2 s
04:20:21.212635 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:21.212653 mtc Start timer T: 2 s
04:20:21.212711 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72
04:20:21.212769 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72
04:20:21.212783 mtc Message with id 72 was extracted from the queue of BSCVTY.
04:20:21.212796 mtc Stop timer T: 2 s
04:20:21.212814 mtc Sent on BSCVTY to system charstring : "network"
04:20:21.212836 mtc Start timer T: 2 s
04:20:21.212881 mtc Message enqueued on BSCVTY from system charstring : " network" id 73
04:20:21.212903 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74
04:20:21.212950 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73
04:20:21.212965 mtc Message with id 73 was extracted from the queue of BSCVTY.
04:20:21.213000 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74
04:20:21.213011 mtc Message with id 74 was extracted from the queue of BSCVTY.
04:20:21.213020 mtc Stop timer T: 2 s
04:20:21.213036 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:21.213057 mtc Start timer T: 2 s
04:20:21.213102 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 75
04:20:21.213118 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
04:20:21.213160 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75
04:20:21.213172 mtc Message with id 75 was extracted from the queue of BSCVTY.
04:20:21.213204 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
04:20:21.213219 mtc Message with id 76 was extracted from the queue of BSCVTY.
04:20:21.213230 mtc Stop timer T: 2 s
04:20:21.213247 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:20:21.213267 mtc Start timer T: 2 s
04:20:21.213330 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 77
04:20:21.213351 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78
04:20:21.213415 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 77
04:20:21.213431 mtc Message with id 77 was extracted from the queue of BSCVTY.
04:20:21.213477 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78
04:20:21.213491 mtc Message with id 78 was extracted from the queue of BSCVTY.
04:20:21.213502 mtc Stop timer T: 2 s
04:20:21.213521 mtc Sent on BSCVTY to system charstring : "end"
04:20:21.213578 mtc Start timer T: 2 s
04:20:21.213599 mtc Message enqueued on BSCVTY from system charstring : " end" id 79
04:20:21.213614 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
04:20:21.213668 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79
04:20:21.213682 mtc Message with id 79 was extracted from the queue of BSCVTY.
04:20:21.213708 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
04:20:21.213721 mtc Message with id 80 was extracted from the queue of BSCVTY.
04:20:21.213733 mtc Stop timer T: 2 s
04:20:21.213749 mtc Sent on BSCVTY to system charstring : "write terminal"
04:20:21.213771 mtc Start timer T: 2 s
04:20:21.214111 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:20:21.214159 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82
04:20:21.215641 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:20:21.215687 mtc Message with id 81 was extracted from the queue of BSCVTY.
04:20:21.215715 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82
04:20:21.215728 mtc Message with id 82 was extracted from the queue of BSCVTY.
04:20:21.215741 mtc Stop timer T: 2 s
04:20:21.215763 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:20:21.215790 mtc Start timer T: 2 s
04:20:21.215954 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83
04:20:21.215994 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83
04:20:21.216008 mtc Message with id 83 was extracted from the queue of BSCVTY.
04:20:21.216019 mtc Stop timer T: 2 s
04:20:21.216032 mtc Start timer T: 1 s
04:20:21.376600 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A02E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 40
04:20:21.376865 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41006, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 40
04:20:21.611960 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A0610100000059061A00000000000000000000000000000000FF9D0400'O } id 41
04:20:21.612237 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41057, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 41
04:20:21.847294 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A0940100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 42
04:20:21.847604 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41108, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 42
04:20:22.082632 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A0C70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 43
04:20:22.082868 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41159, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 43
04:20:22.216275 mtc Timeout T: 1 s
04:20:22.216473 mtc setverdict(pass): none -> pass
04:20:22.216576 mtc Terminating component type Test.dummy_CT.
04:20:22.216640 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:20:22.216731 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:20:22.216793 mtc Message with id 40 was extracted from the queue of GSMTAP.
04:20:22.216844 mtc Message with id 41 was extracted from the queue of GSMTAP.
04:20:22.216894 mtc Message with id 42 was extracted from the queue of GSMTAP.
04:20:22.216957 mtc Message with id 43 was extracted from the queue of GSMTAP.
04:20:22.217020 mtc Port GSMTAP was stopped.
04:20:22.217100 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:20:22.217295 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:20:22.217397 mtc Port BSCVTY was stopped.
04:20:22.217462 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13_2bis_2ter_2quater.
04:20:22.217531 mtc Waiting for PTCs to finish.
04:20:22.217700 mtc Setting final verdict of the test case.
04:20:22.217783 mtc Local verdict of MTC: pass
04:20:22.217855 mtc No PTCs were created.
04:20:22.217900 mtc Test case TC_si_sched_13_2bis_2ter_2quater finished. Verdict: pass
04:20:22.218055 mtc Executing test case TC_neci in module Test.
04:20:22.218155 mtc Test case TC_neci started.
04:20:22.218223 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_neci.
04:20:22.218353 mtc Port GSMTAP was started.
04:20:22.218427 mtc Port BSCVTY was started.
04:20:22.218453 mtc Component type Test.dummy_CT was initialized.
04:20:22.218495 mtc Random number generator was initialized with seed 60.218493: srand48(-568359957).
04:20:22.218555 mtc Function rnd() returned 0.462153.
04:20:22.218697 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:20:22.218917 mtc Port GSMTAP was mapped to system:GSMTAP.
04:20:22.219069 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:20:22.219151 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:20:22.219301 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:20:22.219733 mtc Port BSCVTY was mapped to system:BSCVTY.
04:20:22.219869 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:20:22.219956 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:20:22.220031 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:20:22.220121 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:20:22.220298 mtc Sent on BSCVTY to system charstring : "enable"
04:20:22.220480 mtc Start timer T: 2 s
04:20:22.220683 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:20:22.220840 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:20:22.220905 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:20:22.220962 mtc Stop timer T: 2 s
04:20:22.221040 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:22.221148 mtc Start timer T: 2 s
04:20:22.221596 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:20:22.221895 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:20:22.221977 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:20:22.222037 mtc Stop timer T: 2 s
04:20:22.222056 mtc Sent on BSCVTY to system charstring : "network"
04:20:22.222087 mtc Start timer T: 2 s
04:20:22.222163 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:20:22.222188 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:20:22.222269 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:20:22.222289 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:20:22.222343 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:20:22.222358 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:20:22.222367 mtc Stop timer T: 2 s
04:20:22.222383 mtc Sent on BSCVTY to system charstring : "neci 0"
04:20:22.222408 mtc Start timer T: 2 s
04:20:22.222484 mtc Message enqueued on BSCVTY from system charstring : " neci 0" id 5
04:20:22.222506 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6
04:20:22.222565 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " neci 0" id 5
04:20:22.222579 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:20:22.222614 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6
04:20:22.222625 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:20:22.222633 mtc Stop timer T: 2 s
04:20:22.222649 mtc Sent on BSCVTY to system charstring : "end"
04:20:22.222675 mtc Start timer T: 2 s
04:20:22.222728 mtc Message enqueued on BSCVTY from system charstring : " end" id 7
04:20:22.222763 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 8
04:20:22.222838 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 7
04:20:22.222856 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:20:22.222884 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 8
04:20:22.222903 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:20:22.222914 mtc Stop timer T: 2 s
04:20:22.222934 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:20:22.222966 mtc Start timer T: 2 s
04:20:22.223140 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 9
04:20:22.223194 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 9
04:20:22.223216 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:20:22.223234 mtc Stop timer T: 2 s
04:20:22.223253 mtc Start timer T: 1 s
04:20:22.317914 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A0FA010000005506198FB380000000000000000000000000009D04002B'O } id 1
04:20:22.318209 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41210, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 1
04:20:22.553552 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A12D0100000059061A00000000000000000000000000000000FF9D0400'O } id 2
04:20:22.553923 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41261, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 2
04:20:22.788941 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1600100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 3
04:20:22.789277 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41312, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 3
04:20:23.024349 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1930100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4
04:20:23.024771 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41363, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 4
04:20:23.223278 mtc Timeout T: 1 s
04:20:23.223465 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:20:23.223547 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:20:23.223606 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:20:23.223665 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:20:23.223728 mtc Port GSMTAP was cleared.
04:20:23.223793 mtc Start timer T: 10 s
04:20:23.259678 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1C6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 5
04:20:23.260048 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41414, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:23.260247 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41414, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:23.260322 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:20:23.495041 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1F90100000059061A00000000000000000000000000000000FF9D0400'O } id 6
04:20:23.495398 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41465, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6
04:20:23.495635 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41465, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6
04:20:23.495749 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:20:23.730383 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A22C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 7
04:20:23.730775 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41516, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7
04:20:23.731055 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41516, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7
04:20:23.731192 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:20:23.731612 mtc setverdict(pass): none -> pass
04:20:23.731754 mtc Terminating component type Test.dummy_CT.
04:20:23.731820 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:20:23.731957 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:20:23.732026 mtc Port GSMTAP was stopped.
04:20:23.732082 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:20:23.732378 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:20:23.732613 mtc Port BSCVTY was stopped.
04:20:23.732684 mtc Component type Test.dummy_CT was shut down inside testcase TC_neci.
04:20:23.732757 mtc Waiting for PTCs to finish.
04:20:23.732871 mtc Setting final verdict of the test case.
04:20:23.732931 mtc Local verdict of MTC: pass
04:20:23.732971 mtc No PTCs were created.
04:20:23.733002 mtc Test case TC_neci finished. Verdict: pass
04:20:23.733182 mtc Executing test case TC_cell_resel_hyst in module Test.
04:20:23.733267 mtc Test case TC_cell_resel_hyst started.
04:20:23.733306 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cell_resel_hyst.
04:20:23.733413 mtc Port GSMTAP was started.
04:20:23.733462 mtc Port BSCVTY was started.
04:20:23.733489 mtc Component type Test.dummy_CT was initialized.
04:20:23.733532 mtc Function rnd() returned 0.789762.
04:20:23.733632 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:20:23.734062 mtc Port GSMTAP was mapped to system:GSMTAP.
04:20:23.734302 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:20:23.734429 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:20:23.734594 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:20:23.735173 mtc Port BSCVTY was mapped to system:BSCVTY.
04:20:23.735402 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:20:23.735522 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:20:23.735601 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:20:23.735677 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:20:23.735852 mtc Sent on BSCVTY to system charstring : "enable"
04:20:23.735962 mtc Start timer T: 2 s
04:20:23.736082 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:20:23.736144 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:20:23.736167 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:20:23.736185 mtc Stop timer T: 2 s
04:20:23.736209 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:23.736250 mtc Start timer T: 2 s
04:20:23.736388 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:20:23.736486 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:20:23.736507 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:20:23.736520 mtc Stop timer T: 2 s
04:20:23.736540 mtc Sent on BSCVTY to system charstring : "network"
04:20:23.736571 mtc Start timer T: 2 s
04:20:23.736647 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:20:23.736681 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:20:23.736771 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:20:23.736798 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:20:23.736870 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:20:23.736891 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:20:23.736910 mtc Stop timer T: 2 s
04:20:23.736942 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:23.736986 mtc Start timer T: 2 s
04:20:23.737080 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:20:23.737118 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:20:23.737201 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:20:23.737222 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:20:23.737292 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:20:23.737328 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:20:23.737347 mtc Stop timer T: 2 s
04:20:23.737379 mtc Sent on BSCVTY to system charstring : "cell reselection hysteresis 10"
04:20:23.737529 mtc Start timer T: 2 s
04:20:23.737589 mtc Message enqueued on BSCVTY from system charstring : " cell reselection hysteresis 10" id 7
04:20:23.737615 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:20:23.737716 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell reselection hysteresis 10" id 7
04:20:23.737740 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:20:23.737805 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:20:23.737826 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:20:23.737844 mtc Stop timer T: 2 s
04:20:23.737870 mtc Sent on BSCVTY to system charstring : "end"
04:20:23.737908 mtc Start timer T: 2 s
04:20:23.737990 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:20:23.738030 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:20:23.738109 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:20:23.738129 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:20:23.738166 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:20:23.738183 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:20:23.738200 mtc Stop timer T: 2 s
04:20:23.738226 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:20:23.738259 mtc Start timer T: 2 s
04:20:23.738446 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:20:23.738491 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:20:23.738511 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:20:23.738530 mtc Stop timer T: 2 s
04:20:23.738549 mtc Start timer T: 1 s
04:20:23.965530 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A25F0100000031061C62F224334FBD2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1
04:20:23.965770 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41567, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:20:24.201140 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A292010000005506198FB380000000000000000000000000009D04002B'O } id 2
04:20:24.201463 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41618, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2
04:20:24.436286 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A2C50100000059061A00000000000000000000000000000000FF9D0400'O } id 3
04:20:24.436614 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41669, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
04:20:24.671671 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A2F80100000049061B51E062F224334F11010110BD2D9D0400392B2B2B'O } id 4
04:20:24.671917 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41720, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F11010110BD2D9D0400392B2B2B'O } } id 4
04:20:24.738574 mtc Timeout T: 1 s
04:20:24.738745 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:20:24.738805 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:20:24.738856 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:20:24.738895 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:20:24.738942 mtc Port GSMTAP was cleared.
04:20:24.738981 mtc Start timer T: 10 s
04:20:24.906984 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A32B0100000031061C62F224334FBD2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5
04:20:24.907262 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41771, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:24.907450 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41771, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:24.907541 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:20:25.142396 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A35E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
04:20:25.142732 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41822, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:20:25.142954 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41822, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:20:25.143049 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:20:25.377715 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A3910100000059061A00000000000000000000000000000000FF9D0400'O } id 7
04:20:25.378002 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41873, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:20:25.396744 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41873, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:20:25.396836 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:20:25.613075 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A3C40100000049061B51E062F224334F11010110BD2D9D0400392B2B2B'O } id 8
04:20:25.613339 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41924, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F11010110BD2D9D0400392B2B2B'O } } id 8
04:20:25.613526 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41924, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F11010110BD2D9D0400392B2B2B'O } } id 8
04:20:25.613604 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:20:25.613891 mtc setverdict(pass): none -> pass
04:20:25.613960 mtc Terminating component type Test.dummy_CT.
04:20:25.614029 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:20:25.614124 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:20:25.614192 mtc Port GSMTAP was stopped.
04:20:25.614227 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:20:25.614329 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:20:25.614394 mtc Port BSCVTY was stopped.
04:20:25.614445 mtc Component type Test.dummy_CT was shut down inside testcase TC_cell_resel_hyst.
04:20:25.614505 mtc Waiting for PTCs to finish.
04:20:25.614595 mtc Setting final verdict of the test case.
04:20:25.614631 mtc Local verdict of MTC: pass
04:20:25.614663 mtc No PTCs were created.
04:20:25.614691 mtc Test case TC_cell_resel_hyst finished. Verdict: pass
04:20:25.614792 mtc Executing test case TC_rxlev_acc_min in module Test.
04:20:25.614865 mtc Test case TC_rxlev_acc_min started.
04:20:25.614901 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rxlev_acc_min.
04:20:25.614974 mtc Port GSMTAP was started.
04:20:25.615032 mtc Port BSCVTY was started.
04:20:25.615068 mtc Component type Test.dummy_CT was initialized.
04:20:25.615098 mtc Function rnd() returned 0.922394.
04:20:25.615180 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:20:25.615354 mtc Port GSMTAP was mapped to system:GSMTAP.
04:20:25.615537 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:20:25.615616 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:20:25.615718 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:20:25.616216 mtc Port BSCVTY was mapped to system:BSCVTY.
04:20:25.616378 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:20:25.616672 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:20:25.616778 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:20:25.616842 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:20:25.617055 mtc Sent on BSCVTY to system charstring : "enable"
04:20:25.617200 mtc Start timer T: 2 s
04:20:25.617621 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:20:25.617748 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:20:25.617807 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:20:25.617860 mtc Stop timer T: 2 s
04:20:25.617985 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:25.618083 mtc Start timer T: 2 s
04:20:25.618589 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:20:25.618813 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:20:25.618871 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:20:25.618911 mtc Stop timer T: 2 s
04:20:25.618984 mtc Sent on BSCVTY to system charstring : "network"
04:20:25.619083 mtc Start timer T: 2 s
04:20:25.619309 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:20:25.619378 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:20:25.619613 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:20:25.619675 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:20:25.619857 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:20:25.619918 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:20:25.619969 mtc Stop timer T: 2 s
04:20:25.620049 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:25.620296 mtc Start timer T: 2 s
04:20:25.620462 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:20:25.620548 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:20:25.620809 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:20:25.620872 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:20:25.621063 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:20:25.621155 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:20:25.621210 mtc Stop timer T: 2 s
04:20:25.621291 mtc Sent on BSCVTY to system charstring : "rxlev access min 58"
04:20:25.621605 mtc Start timer T: 2 s
04:20:25.621748 mtc Message enqueued on BSCVTY from system charstring : " rxlev access min 58" id 7
04:20:25.621814 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:20:25.622066 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rxlev access min 58" id 7
04:20:25.622081 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:20:25.622124 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:20:25.622138 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:20:25.622149 mtc Stop timer T: 2 s
04:20:25.622167 mtc Sent on BSCVTY to system charstring : "end"
04:20:25.622190 mtc Start timer T: 2 s
04:20:25.622256 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:20:25.622279 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:20:25.622324 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:20:25.622336 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:20:25.622356 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:20:25.622370 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:20:25.622380 mtc Stop timer T: 2 s
04:20:25.622392 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:20:25.622412 mtc Start timer T: 2 s
04:20:25.622540 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:20:25.622573 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:20:25.622588 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:20:25.622604 mtc Stop timer T: 2 s
04:20:25.622617 mtc Start timer T: 1 s
04:20:25.848728 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A3F70100000031061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } id 1
04:20:25.849060 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41975, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:20:26.083898 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A42A010000005506198FB380000000000000000000000000009D04002B'O } id 2
04:20:26.084197 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42026, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2
04:20:26.319191 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A45D0100000059061A00000000000000000000000000000000FF9D0400'O } id 3
04:20:26.319477 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42077, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
04:20:26.554671 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A4900100000049061B51E062F224334F11010110BD3A9D0400392B2B2B'O } id 4
04:20:26.555047 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42128, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F11010110BD3A9D0400392B2B2B'O } } id 4
04:20:26.622633 mtc Timeout T: 1 s
04:20:26.622757 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:20:26.622802 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:20:26.622830 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:20:26.622865 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:20:26.622914 mtc Port GSMTAP was cleared.
04:20:26.622957 mtc Start timer T: 10 s
04:20:26.789934 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A4C30100000031061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } id 5
04:20:26.790228 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42179, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:26.790441 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42179, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:26.790540 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:20:27.025543 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A4F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
04:20:27.025876 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42230, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:20:27.026136 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42230, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:20:27.026277 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:20:27.260853 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A5290100000059061A00000000000000000000000000000000FF9D0400'O } id 7
04:20:27.261196 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42281, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:20:27.261465 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42281, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:20:27.261602 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:20:27.496257 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A55C0100000049061B51E062F224334F11010110BD3A9D0400392B2B2B'O } id 8
04:20:27.496695 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42332, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F11010110BD3A9D0400392B2B2B'O } } id 8
04:20:27.496939 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42332, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F11010110BD3A9D0400392B2B2B'O } } id 8
04:20:27.497038 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:20:27.497369 mtc setverdict(pass): none -> pass
04:20:27.497458 mtc Terminating component type Test.dummy_CT.
04:20:27.497547 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:20:27.497655 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:20:27.497715 mtc Port GSMTAP was stopped.
04:20:27.497772 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:20:27.497920 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:20:27.497985 mtc Port BSCVTY was stopped.
04:20:27.498030 mtc Component type Test.dummy_CT was shut down inside testcase TC_rxlev_acc_min.
04:20:27.498089 mtc Waiting for PTCs to finish.
04:20:27.498234 mtc Setting final verdict of the test case.
04:20:27.498356 mtc Local verdict of MTC: pass
04:20:27.498422 mtc No PTCs were created.
04:20:27.498457 mtc Test case TC_rxlev_acc_min finished. Verdict: pass
04:20:27.498647 mtc Executing test case TC_cellid in module Test.
04:20:27.498743 mtc Test case TC_cellid started.
04:20:27.498799 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cellid.
04:20:27.498930 mtc Port GSMTAP was started.
04:20:27.498986 mtc Port BSCVTY was started.
04:20:27.499032 mtc Component type Test.dummy_CT was initialized.
04:20:27.499084 mtc Function rnd() returned 0.227642.
04:20:27.499202 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:20:27.499329 mtc Port GSMTAP was mapped to system:GSMTAP.
04:20:27.499450 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:20:27.499523 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:20:27.499657 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:20:27.500129 mtc Port BSCVTY was mapped to system:BSCVTY.
04:20:27.500275 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:20:27.500363 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:20:27.500503 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:20:27.500579 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:20:27.500749 mtc Sent on BSCVTY to system charstring : "enable"
04:20:27.500878 mtc Start timer T: 2 s
04:20:27.501061 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:20:27.501205 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:20:27.501271 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:20:27.501327 mtc Stop timer T: 2 s
04:20:27.501398 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:27.501502 mtc Start timer T: 2 s
04:20:27.501839 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:20:27.502031 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:20:27.502047 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:20:27.502059 mtc Stop timer T: 2 s
04:20:27.502076 mtc Sent on BSCVTY to system charstring : "network"
04:20:27.502161 mtc Start timer T: 2 s
04:20:27.502213 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:20:27.502239 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:20:27.502330 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:20:27.502354 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:20:27.502425 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:20:27.502447 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:20:27.502466 mtc Stop timer T: 2 s
04:20:27.502496 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:27.502586 mtc Start timer T: 2 s
04:20:27.502632 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:20:27.502657 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:20:27.502746 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:20:27.502770 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:20:27.502848 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:20:27.502870 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:20:27.502890 mtc Stop timer T: 2 s
04:20:27.502923 mtc Sent on BSCVTY to system charstring : "cell_identity 14918"
04:20:27.503045 mtc Start timer T: 2 s
04:20:27.503098 mtc Message enqueued on BSCVTY from system charstring : " cell_identity 14918" id 7
04:20:27.503125 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:20:27.503204 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell_identity 14918" id 7
04:20:27.503223 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:20:27.503264 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:20:27.503276 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:20:27.503286 mtc Stop timer T: 2 s
04:20:27.503301 mtc Sent on BSCVTY to system charstring : "end"
04:20:27.503329 mtc Start timer T: 2 s
04:20:27.503415 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:20:27.503452 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:20:27.503527 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:20:27.503547 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:20:27.503601 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:20:27.503620 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:20:27.503650 mtc Stop timer T: 2 s
04:20:27.503675 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:20:27.503733 mtc Start timer T: 2 s
04:20:27.503946 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:20:27.504035 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:20:27.504069 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:20:27.504096 mtc Stop timer T: 2 s
04:20:27.504124 mtc Start timer T: 1 s
04:20:27.731607 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A58F0100000031061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } id 1
04:20:27.731949 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42383, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:20:27.966778 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A5C2010000005506198FB380000000000000000000000000009D04002B'O } id 2
04:20:27.967058 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42434, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2
04:20:28.202119 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A5F50100000059061A00000000000000000000000000000000FF9D0400'O } id 3
04:20:28.202417 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42485, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
04:20:28.437510 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A6280100000049061B3A4662F224334F11010110BD3A9D0400392B2B2B'O } id 4
04:20:28.437795 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42536, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224334F11010110BD3A9D0400392B2B2B'O } } id 4
04:20:28.504152 mtc Timeout T: 1 s
04:20:28.504273 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:20:28.504326 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:20:28.504356 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:20:28.504382 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:20:28.504406 mtc Port GSMTAP was cleared.
04:20:28.504474 mtc Start timer T: 10 s
04:20:28.672810 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A65B0100000031061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } id 5
04:20:28.673050 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42587, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:28.673203 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42587, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334FBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:28.673274 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:20:28.908469 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A68E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
04:20:28.908797 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42638, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:20:28.909029 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42638, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:20:28.909122 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:20:29.143625 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A6C10100000059061A00000000000000000000000000000000FF9D0400'O } id 7
04:20:29.143902 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42689, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:20:29.144060 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42689, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:20:29.144151 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:20:29.378943 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A6F40100000049061B3A4662F224334F11010110BD3A9D0400392B2B2B'O } id 8
04:20:29.379199 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42740, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224334F11010110BD3A9D0400392B2B2B'O } } id 8
04:20:29.379398 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42740, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224334F11010110BD3A9D0400392B2B2B'O } } id 8
04:20:29.379488 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:20:29.379768 mtc setverdict(pass): none -> pass
04:20:29.379859 mtc Terminating component type Test.dummy_CT.
04:20:29.379903 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:20:29.379982 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:20:29.380033 mtc Port GSMTAP was stopped.
04:20:29.380068 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:20:29.380196 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:20:29.380275 mtc Port BSCVTY was stopped.
04:20:29.380324 mtc Component type Test.dummy_CT was shut down inside testcase TC_cellid.
04:20:29.380364 mtc Waiting for PTCs to finish.
04:20:29.380563 mtc Setting final verdict of the test case.
04:20:29.380643 mtc Local verdict of MTC: pass
04:20:29.380693 mtc No PTCs were created.
04:20:29.380731 mtc Test case TC_cellid finished. Verdict: pass
04:20:29.380869 mtc Executing test case TC_lac in module Test.
04:20:29.380938 mtc Test case TC_lac started.
04:20:29.380995 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_lac.
04:20:29.381104 mtc Port GSMTAP was started.
04:20:29.381165 mtc Port BSCVTY was started.
04:20:29.381227 mtc Component type Test.dummy_CT was initialized.
04:20:29.381276 mtc Function rnd() returned 0.780515.
04:20:29.381400 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:20:29.381507 mtc Port GSMTAP was mapped to system:GSMTAP.
04:20:29.381598 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:20:29.381657 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:20:29.381774 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:20:29.382152 mtc Port BSCVTY was mapped to system:BSCVTY.
04:20:29.382275 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:20:29.382350 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:20:29.382418 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:20:29.382475 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:20:29.382626 mtc Sent on BSCVTY to system charstring : "enable"
04:20:29.382735 mtc Start timer T: 2 s
04:20:29.382911 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:20:29.383053 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:20:29.383111 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:20:29.383160 mtc Stop timer T: 2 s
04:20:29.383223 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:29.383316 mtc Start timer T: 2 s
04:20:29.383631 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:20:29.383864 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:20:29.383924 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:20:29.383973 mtc Stop timer T: 2 s
04:20:29.384045 mtc Sent on BSCVTY to system charstring : "network"
04:20:29.384090 mtc Start timer T: 2 s
04:20:29.384144 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:20:29.384161 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:20:29.384205 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:20:29.384219 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:20:29.384261 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:20:29.384274 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:20:29.384285 mtc Stop timer T: 2 s
04:20:29.384302 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:29.384325 mtc Start timer T: 2 s
04:20:29.384379 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:20:29.384396 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:20:29.384447 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:20:29.384459 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:20:29.384510 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:20:29.384524 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:20:29.384536 mtc Stop timer T: 2 s
04:20:29.384554 mtc Sent on BSCVTY to system charstring : "location_area_code 51151"
04:20:29.384577 mtc Start timer T: 2 s
04:20:29.384661 mtc Message enqueued on BSCVTY from system charstring : " location_area_code 51151" id 7
04:20:29.384678 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:20:29.384721 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " location_area_code 51151" id 7
04:20:29.384733 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:20:29.384761 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:20:29.384770 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:20:29.384777 mtc Stop timer T: 2 s
04:20:29.384788 mtc Sent on BSCVTY to system charstring : "end"
04:20:29.384807 mtc Start timer T: 2 s
04:20:29.384855 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:20:29.384870 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:20:29.384909 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:20:29.384919 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:20:29.384934 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:20:29.384941 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:20:29.384950 mtc Stop timer T: 2 s
04:20:29.384963 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:20:29.384981 mtc Start timer T: 2 s
04:20:29.385098 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:20:29.385138 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:20:29.385154 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:20:29.385169 mtc Stop timer T: 2 s
04:20:29.385183 mtc Start timer T: 1 s
04:20:29.614243 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A7270100000031061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } id 1
04:20:29.614489 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42791, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:20:29.849901 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A75A010000005506198FB380000000000000000000000000009D04002B'O } id 2
04:20:29.850308 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42842, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2
04:20:30.085112 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A78D0100000059061A00000000000000000000000000000000FF9D0400'O } id 3
04:20:30.085433 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42893, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
04:20:30.320748 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A7C00100000049061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O } id 4
04:20:30.321100 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42944, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O } } id 4
04:20:30.385309 mtc Timeout T: 1 s
04:20:30.385509 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:20:30.385600 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:20:30.385659 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:20:30.385706 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:20:30.385776 mtc Port GSMTAP was cleared.
04:20:30.385837 mtc Start timer T: 10 s
04:20:30.555841 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A7F30100000031061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } id 5
04:20:30.556177 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42995, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:30.556384 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42995, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:30.556548 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:20:30.791368 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A826010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
04:20:30.791704 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43046, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:20:30.791966 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43046, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:20:30.792105 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:20:31.026737 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A8590100000059061A00000000000000000000000000000000FF9D0400'O } id 7
04:20:31.027079 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43097, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:20:31.027316 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43097, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:20:31.027442 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:20:31.262069 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A88C0100000049061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O } id 8
04:20:31.262421 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43148, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O } } id 8
04:20:31.262682 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43148, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O } } id 8
04:20:31.262809 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:20:31.263193 mtc setverdict(pass): none -> pass
04:20:31.263302 mtc Terminating component type Test.dummy_CT.
04:20:31.263367 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:20:31.263476 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:20:31.263541 mtc Port GSMTAP was stopped.
04:20:31.263598 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:20:31.263743 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:20:31.263806 mtc Port BSCVTY was stopped.
04:20:31.263853 mtc Component type Test.dummy_CT was shut down inside testcase TC_lac.
04:20:31.263916 mtc Waiting for PTCs to finish.
04:20:31.264044 mtc Setting final verdict of the test case.
04:20:31.264093 mtc Local verdict of MTC: pass
04:20:31.264150 mtc No PTCs were created.
04:20:31.264202 mtc Test case TC_lac finished. Verdict: pass
04:20:31.264360 mtc Executing test case TC_rach_tx_int in module Test.
04:20:31.264494 mtc Test case TC_rach_tx_int started.
04:20:31.264537 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_tx_int.
04:20:31.264616 mtc Port GSMTAP was started.
04:20:31.264667 mtc Port BSCVTY was started.
04:20:31.264692 mtc Component type Test.dummy_CT was initialized.
04:20:31.264721 mtc Function rnd() returned 0.499554.
04:20:31.264825 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:20:31.265084 mtc Port GSMTAP was mapped to system:GSMTAP.
04:20:31.265280 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:20:31.265374 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:20:31.265511 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:20:31.266235 mtc Port BSCVTY was mapped to system:BSCVTY.
04:20:31.266396 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:20:31.266489 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:20:31.266575 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:20:31.266656 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:20:31.266861 mtc Sent on BSCVTY to system charstring : "enable"
04:20:31.267004 mtc Start timer T: 2 s
04:20:31.267186 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:20:31.267333 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:20:31.267397 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:20:31.267455 mtc Stop timer T: 2 s
04:20:31.267530 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:31.267627 mtc Start timer T: 2 s
04:20:31.267976 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:20:31.268241 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:20:31.268310 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:20:31.268367 mtc Stop timer T: 2 s
04:20:31.268477 mtc Sent on BSCVTY to system charstring : "network"
04:20:31.268596 mtc Start timer T: 2 s
04:20:31.268809 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:20:31.268885 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:20:31.269139 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:20:31.269206 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:20:31.269403 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:20:31.269466 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:20:31.269519 mtc Stop timer T: 2 s
04:20:31.269604 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:31.269710 mtc Start timer T: 2 s
04:20:31.269920 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:20:31.269994 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:20:31.270264 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:20:31.270330 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:20:31.270558 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:20:31.270620 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:20:31.270673 mtc Stop timer T: 2 s
04:20:31.270762 mtc Sent on BSCVTY to system charstring : "rach tx integer 7"
04:20:31.270867 mtc Start timer T: 2 s
04:20:31.271206 mtc Message enqueued on BSCVTY from system charstring : " rach tx integer 7" id 7
04:20:31.271282 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:20:31.271488 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach tx integer 7" id 7
04:20:31.271556 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:20:31.271762 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:20:31.271824 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:20:31.271878 mtc Stop timer T: 2 s
04:20:31.271957 mtc Sent on BSCVTY to system charstring : "end"
04:20:31.272037 mtc Start timer T: 2 s
04:20:31.272104 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:20:31.272126 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:20:31.272181 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:20:31.272194 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:20:31.272214 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:20:31.272226 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:20:31.272237 mtc Stop timer T: 2 s
04:20:31.272255 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:20:31.272280 mtc Start timer T: 2 s
04:20:31.272453 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:20:31.272507 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:20:31.272531 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:20:31.272550 mtc Stop timer T: 2 s
04:20:31.272568 mtc Start timer T: 1 s
04:20:31.497462 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A8BF0100000031061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } id 1
04:20:31.497802 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43199, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:20:31.732841 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A8F2010000005506198FB380000000000000000000000000009D04002B'O } id 2
04:20:31.733167 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43250, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2
04:20:31.968000 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9250100000059061A00000000000000000000000000000000FF9D0400'O } id 3
04:20:31.968299 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43301, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
04:20:32.203391 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9580100000049061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O } id 4
04:20:32.203675 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43352, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O } } id 4
04:20:32.272594 mtc Timeout T: 1 s
04:20:32.272764 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:20:32.272818 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:20:32.272850 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:20:32.272879 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:20:32.272907 mtc Port GSMTAP was cleared.
04:20:32.272943 mtc Start timer T: 10 s
04:20:32.438721 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A98B0100000031061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } id 5
04:20:32.438956 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43403, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:32.439158 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43403, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:32.439262 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:20:32.674047 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
04:20:32.674314 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43454, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:20:32.674513 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43454, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:20:32.674605 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:20:32.909430 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9F10100000059061A00000000000000000000000000000000FF9D0400'O } id 7
04:20:32.909760 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43505, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:20:32.909988 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43505, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:20:32.910081 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:20:33.145023 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AA240100000049061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O } id 8
04:20:33.145391 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43556, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O } } id 8
04:20:33.145656 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43556, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A9D0400392B2B2B'O } } id 8
04:20:33.145790 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:20:33.146188 mtc setverdict(pass): none -> pass
04:20:33.146294 mtc Terminating component type Test.dummy_CT.
04:20:33.146353 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:20:33.146458 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:20:33.146515 mtc Port GSMTAP was stopped.
04:20:33.146556 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:20:33.146838 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:20:33.146927 mtc Port BSCVTY was stopped.
04:20:33.146983 mtc Component type Test.dummy_CT was shut down inside testcase TC_rach_tx_int.
04:20:33.147036 mtc Waiting for PTCs to finish.
04:20:33.147195 mtc Setting final verdict of the test case.
04:20:33.147306 mtc Local verdict of MTC: pass
04:20:33.147373 mtc No PTCs were created.
04:20:33.147425 mtc Test case TC_rach_tx_int finished. Verdict: pass
04:20:33.147643 mtc Executing test case TC_rach_max_tx in module Test.
04:20:33.147768 mtc Test case TC_rach_max_tx started.
04:20:33.147832 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_max_tx.
04:20:33.147966 mtc Port GSMTAP was started.
04:20:33.148044 mtc Port BSCVTY was started.
04:20:33.148091 mtc Component type Test.dummy_CT was initialized.
04:20:33.148153 mtc Function rnd() returned 0.171850.
04:20:33.148274 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:20:33.148508 mtc Port GSMTAP was mapped to system:GSMTAP.
04:20:33.148651 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:20:33.148741 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:20:33.148890 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:20:33.149353 mtc Port BSCVTY was mapped to system:BSCVTY.
04:20:33.149500 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:20:33.149589 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:20:33.149672 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:20:33.149745 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:20:33.149927 mtc Sent on BSCVTY to system charstring : "enable"
04:20:33.150061 mtc Start timer T: 2 s
04:20:33.150262 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:20:33.150420 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:20:33.150492 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:20:33.150553 mtc Stop timer T: 2 s
04:20:33.150627 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:33.150903 mtc Start timer T: 2 s
04:20:33.151151 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:20:33.151405 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:20:33.151479 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:20:33.151538 mtc Stop timer T: 2 s
04:20:33.151625 mtc Sent on BSCVTY to system charstring : "network"
04:20:33.151729 mtc Start timer T: 2 s
04:20:33.151943 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:20:33.152022 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:20:33.152112 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:20:33.152133 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:20:33.152197 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:20:33.152217 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:20:33.152235 mtc Stop timer T: 2 s
04:20:33.152260 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:33.152294 mtc Start timer T: 2 s
04:20:33.152365 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:20:33.152388 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:20:33.152465 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:20:33.152490 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:20:33.152554 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:20:33.152576 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:20:33.152593 mtc Stop timer T: 2 s
04:20:33.152622 mtc Sent on BSCVTY to system charstring : "rach max transmission 1"
04:20:33.152747 mtc Start timer T: 2 s
04:20:33.152794 mtc Message enqueued on BSCVTY from system charstring : " rach max transmission 1" id 7
04:20:33.152816 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:20:33.152901 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach max transmission 1" id 7
04:20:33.152923 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:20:33.152985 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:20:33.153006 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:20:33.153023 mtc Stop timer T: 2 s
04:20:33.153048 mtc Sent on BSCVTY to system charstring : "end"
04:20:33.153135 mtc Start timer T: 2 s
04:20:33.153166 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:20:33.153187 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:20:33.153272 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:20:33.153294 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:20:33.153333 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:20:33.153353 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:20:33.153371 mtc Stop timer T: 2 s
04:20:33.153399 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:20:33.153433 mtc Start timer T: 2 s
04:20:33.153607 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:20:33.153662 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:20:33.153683 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:20:33.153702 mtc Stop timer T: 2 s
04:20:33.153721 mtc Start timer T: 1 s
04:20:33.380185 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AA570100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 1
04:20:33.380475 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43607, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:20:33.615613 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AA8A010000005506198FB380000000000000000000000000001D04002B'O } id 2
04:20:33.615907 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43658, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 2
04:20:33.850887 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AABD0100000059061A00000000000000000000000000000000FF1D0400'O } id 3
04:20:33.851192 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43709, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 3
04:20:34.086440 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AAF00100000049061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } id 4
04:20:34.086773 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43760, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } } id 4
04:20:34.153745 mtc Timeout T: 1 s
04:20:34.153876 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:20:34.153937 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:20:34.153990 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:20:34.154043 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:20:34.154081 mtc Port GSMTAP was cleared.
04:20:34.154134 mtc Start timer T: 10 s
04:20:34.321622 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AB230100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 5
04:20:34.321882 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43811, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:34.322087 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43811, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:34.322168 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:20:34.557093 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AB56010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
04:20:34.557451 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43862, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:20:34.557752 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43862, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:20:34.557869 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:20:34.792612 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AB890100000059061A00000000000000000000000000000000FF1D0400'O } id 7
04:20:34.792936 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43913, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
04:20:34.793164 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43913, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
04:20:34.793300 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:20:35.027934 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ABBC0100000049061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } id 8
04:20:35.028323 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43964, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } } id 8
04:20:35.028661 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43964, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } } id 8
04:20:35.028821 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:20:35.029173 mtc setverdict(pass): none -> pass
04:20:35.029269 mtc Terminating component type Test.dummy_CT.
04:20:35.029347 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:20:35.029444 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:20:35.029502 mtc Port GSMTAP was stopped.
04:20:35.029572 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:20:35.029704 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:20:35.029782 mtc Port BSCVTY was stopped.
04:20:35.029834 mtc Component type Test.dummy_CT was shut down inside testcase TC_rach_max_tx.
04:20:35.029891 mtc Waiting for PTCs to finish.
04:20:35.030025 mtc Setting final verdict of the test case.
04:20:35.030074 mtc Local verdict of MTC: pass
04:20:35.030119 mtc No PTCs were created.
04:20:35.030147 mtc Test case TC_rach_max_tx finished. Verdict: pass
04:20:35.030287 mtc Executing test case TC_attach in module Test.
04:20:35.030421 mtc Test case TC_attach started.
04:20:35.030485 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_attach.
04:20:35.030604 mtc Port GSMTAP was started.
04:20:35.030678 mtc Port BSCVTY was started.
04:20:35.030711 mtc Component type Test.dummy_CT was initialized.
04:20:35.030754 mtc Function rnd() returned 0.599082.
04:20:35.030854 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:20:35.031116 mtc Port GSMTAP was mapped to system:GSMTAP.
04:20:35.031290 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:20:35.031374 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:20:35.031517 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:20:35.032104 mtc Port BSCVTY was mapped to system:BSCVTY.
04:20:35.032270 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:20:35.032388 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:20:35.032506 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:20:35.032553 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:20:35.032695 mtc Sent on BSCVTY to system charstring : "enable"
04:20:35.032816 mtc Start timer T: 2 s
04:20:35.033101 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:20:35.033159 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:20:35.033180 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:20:35.033199 mtc Stop timer T: 2 s
04:20:35.033218 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:35.033256 mtc Start timer T: 2 s
04:20:35.033398 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:20:35.033493 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:20:35.033515 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:20:35.033528 mtc Stop timer T: 2 s
04:20:35.033553 mtc Sent on BSCVTY to system charstring : "network"
04:20:35.033588 mtc Start timer T: 2 s
04:20:35.033676 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:20:35.033716 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:20:35.033794 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:20:35.033813 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:20:35.033876 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:20:35.033895 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:20:35.033915 mtc Stop timer T: 2 s
04:20:35.033946 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:35.034081 mtc Start timer T: 2 s
04:20:35.034150 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:20:35.034192 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:20:35.034308 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:20:35.034339 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:20:35.034391 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:20:35.034408 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:20:35.034419 mtc Stop timer T: 2 s
04:20:35.034443 mtc Sent on BSCVTY to system charstring : "channel-descrption attach 0"
04:20:35.034475 mtc Start timer T: 2 s
04:20:35.034699 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption attach 0" id 7
04:20:35.034772 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:20:35.034893 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption attach 0" id 7
04:20:35.034918 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:20:35.034970 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:20:35.034985 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:20:35.035034 mtc Stop timer T: 2 s
04:20:35.035065 mtc Sent on BSCVTY to system charstring : "end"
04:20:35.035097 mtc Start timer T: 2 s
04:20:35.035193 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:20:35.035230 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:20:35.035322 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:20:35.035345 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:20:35.035388 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:20:35.035418 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:20:35.035439 mtc Stop timer T: 2 s
04:20:35.035473 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:20:35.035825 mtc Start timer T: 2 s
04:20:35.035872 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:20:35.035930 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:20:35.035955 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:20:35.035979 mtc Stop timer T: 2 s
04:20:35.036002 mtc Start timer T: 1 s
04:20:35.263208 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ABEF0100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 1
04:20:35.263535 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44015, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:20:35.498704 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AC22010000005506198FB380000000000000000000000000001D04002B'O } id 2
04:20:35.499060 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44066, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 2
04:20:35.734066 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AC550100000059061A00000000000000000000000000000000FF1D0400'O } id 3
04:20:35.734449 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44117, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 3
04:20:35.969414 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AC880100000049061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } id 4
04:20:35.969782 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44168, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } } id 4
04:20:36.036030 mtc Timeout T: 1 s
04:20:36.036168 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:20:36.036214 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:20:36.036242 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:20:36.036267 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:20:36.036295 mtc Port GSMTAP was cleared.
04:20:36.036327 mtc Start timer T: 10 s
04:20:36.204565 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ACBB0100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 5
04:20:36.204879 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44219, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:36.205084 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44219, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:36.205173 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:20:36.439975 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ACEE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
04:20:36.440259 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44270, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:20:36.440503 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44270, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:20:36.440584 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:20:36.675209 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AD210100000059061A00000000000000000000000000000000FF1D0400'O } id 7
04:20:36.675506 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44321, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
04:20:36.675697 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44321, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
04:20:36.675791 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:20:36.910860 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AD540100000049061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } id 8
04:20:36.911266 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44372, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } } id 8
04:20:36.911520 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44372, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } } id 8
04:20:36.911648 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:20:36.911971 mtc setverdict(pass): none -> pass
04:20:36.912057 mtc Terminating component type Test.dummy_CT.
04:20:36.912119 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:20:36.912227 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:20:36.912286 mtc Port GSMTAP was stopped.
04:20:36.912341 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:20:36.912542 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:20:36.912632 mtc Port BSCVTY was stopped.
04:20:36.912689 mtc Component type Test.dummy_CT was shut down inside testcase TC_attach.
04:20:36.912775 mtc Waiting for PTCs to finish.
04:20:36.912895 mtc Setting final verdict of the test case.
04:20:36.912965 mtc Local verdict of MTC: pass
04:20:36.913021 mtc No PTCs were created.
04:20:36.913068 mtc Test case TC_attach finished. Verdict: pass
04:20:36.913269 mtc Executing test case TC_dtx_ul in module Test.
04:20:36.913371 mtc Test case TC_dtx_ul started.
04:20:36.913426 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_dtx_ul.
04:20:36.913556 mtc Port GSMTAP was started.
04:20:36.913624 mtc Port BSCVTY was started.
04:20:36.913699 mtc Component type Test.dummy_CT was initialized.
04:20:36.913740 mtc Function rnd() returned 0.050254.
04:20:36.913840 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:20:36.914131 mtc Port GSMTAP was mapped to system:GSMTAP.
04:20:36.914302 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:20:36.914387 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:20:36.914530 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:20:36.915072 mtc Port BSCVTY was mapped to system:BSCVTY.
04:20:36.915219 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:20:36.915303 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:20:36.915388 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:20:36.915459 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:20:36.915644 mtc Sent on BSCVTY to system charstring : "enable"
04:20:36.915928 mtc Start timer T: 2 s
04:20:36.916017 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:20:36.916066 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:20:36.916087 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:20:36.916105 mtc Stop timer T: 2 s
04:20:36.916129 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:36.916165 mtc Start timer T: 2 s
04:20:36.916301 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:20:36.916387 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:20:36.916409 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:20:36.916442 mtc Stop timer T: 2 s
04:20:36.916471 mtc Sent on BSCVTY to system charstring : "network"
04:20:36.916505 mtc Start timer T: 2 s
04:20:36.916583 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:20:36.916608 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:20:36.916707 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:20:36.916728 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:20:36.916793 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:20:36.916813 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:20:36.916832 mtc Stop timer T: 2 s
04:20:36.916859 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:36.916894 mtc Start timer T: 2 s
04:20:36.916989 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:20:36.917036 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:20:36.917131 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:20:36.917162 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:20:36.917240 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:20:36.917262 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:20:36.917280 mtc Stop timer T: 2 s
04:20:36.917309 mtc Sent on BSCVTY to system charstring : "dtx uplink"
04:20:36.917348 mtc Start timer T: 2 s
04:20:36.917466 mtc Message enqueued on BSCVTY from system charstring : " dtx uplink" id 7
04:20:36.917528 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:20:36.917663 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " dtx uplink" id 7
04:20:36.917686 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:20:36.917774 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:20:36.917796 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:20:36.917807 mtc Stop timer T: 2 s
04:20:36.917852 mtc Port GSMTAP was cleared.
04:20:36.917872 mtc Start timer T: 10 s
04:20:37.145998 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AD870100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 1
04:20:37.146233 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44423, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:20:37.146389 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44423, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:20:37.146476 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:20:37.381578 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ADBA010000005506198FB380000000000000000000000000001D04002B'O } id 2
04:20:37.381936 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44474, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 2
04:20:37.382135 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44474, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 2
04:20:37.382266 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:20:37.616971 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ADED0100000059061A00000000000000000000000000000000FF1D0400'O } id 3
04:20:37.617358 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44525, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 3
04:20:37.617638 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44525, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 3
04:20:37.617767 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:20:37.852321 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AE200100000049061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } id 4
04:20:37.852713 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44576, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } } id 4
04:20:37.852946 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44576, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010110BD3A1D0400392B2B2B'O } } id 4
04:20:37.853065 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:20:37.853473 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 := 14918, lai := { mcc_mnc := '262F42'H, lac := 51151 }, 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 := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, rach_control := { max_retrans := '00'B, tx_integer := '0111'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 := 14918, lai := { mcc_mnc := '262F42'H, lac := 51151 }, 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 := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, rach_control := { max_retrans := '00'B, tx_integer := '0111'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:20:37.853657 mtc Terminating component type Test.dummy_CT.
04:20:37.853720 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:20:37.853810 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:20:37.853871 mtc Port GSMTAP was stopped.
04:20:37.853919 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:20:37.853974 mtc Warning: BSCVTY: Dropping partial message
04:20:37.854107 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:20:37.854182 mtc Port BSCVTY was stopped.
04:20:37.854231 mtc Component type Test.dummy_CT was shut down inside testcase TC_dtx_ul.
04:20:37.854282 mtc Waiting for PTCs to finish.
04:20:37.854389 mtc Setting final verdict of the test case.
04:20:37.854435 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 := 14918, lai := { mcc_mnc := '262F42'H, lac := 51151 }, 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 := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, rach_control := { max_retrans := '00'B, tx_integer := '0111'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:20:37.854533 mtc No PTCs were created.
04:20:37.854575 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 := 14918, lai := { mcc_mnc := '262F42'H, lac := 51151 }, 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 := 5, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 58 }, rach_control := { max_retrans := '00'B, tx_integer := '0111'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:20:37.854797 mtc Executing test case TC_emerg_allowed in module Test.
04:20:37.854868 mtc Test case TC_emerg_allowed started.
04:20:37.854914 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_emerg_allowed.
04:20:37.855013 mtc Port GSMTAP was started.
04:20:37.855072 mtc Port BSCVTY was started.
04:20:37.855115 mtc Component type Test.dummy_CT was initialized.
04:20:37.855162 mtc Function rnd() returned 0.630363.
04:20:37.855287 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:20:37.855398 mtc Port GSMTAP was mapped to system:GSMTAP.
04:20:37.855499 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:20:37.855564 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:20:37.855683 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:20:37.856184 mtc Port BSCVTY was mapped to system:BSCVTY.
04:20:37.856339 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:20:37.856454 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:20:37.856524 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:20:37.856598 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:20:37.856752 mtc Sent on BSCVTY to system charstring : "enable"
04:20:37.856865 mtc Start timer T: 2 s
04:20:37.857040 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:20:37.857158 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:20:37.857200 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:20:37.857234 mtc Stop timer T: 2 s
04:20:37.857278 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:37.857349 mtc Start timer T: 2 s
04:20:37.857666 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:20:37.857867 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:20:37.857929 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:20:37.857989 mtc Stop timer T: 2 s
04:20:37.858013 mtc Sent on BSCVTY to system charstring : "network"
04:20:37.858045 mtc Start timer T: 2 s
04:20:37.858122 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:20:37.858145 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:20:37.858222 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:20:37.858241 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:20:37.858299 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:20:37.858322 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:20:37.858338 mtc Stop timer T: 2 s
04:20:37.858361 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:37.858393 mtc Start timer T: 2 s
04:20:37.858464 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:20:37.858488 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:20:37.858563 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:20:37.858581 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:20:37.858637 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:20:37.858655 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:20:37.858671 mtc Stop timer T: 2 s
04:20:37.858698 mtc Sent on BSCVTY to system charstring : "rach emergency call allowed 0"
04:20:37.858728 mtc Start timer T: 2 s
04:20:37.858835 mtc Message enqueued on BSCVTY from system charstring : " rach emergency call allowed 0" id 7
04:20:37.858856 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:20:37.858933 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach emergency call allowed 0" id 7
04:20:37.858951 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:20:37.859020 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:20:37.859037 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:20:37.859052 mtc Stop timer T: 2 s
04:20:37.859073 mtc Sent on BSCVTY to system charstring : "end"
04:20:37.859104 mtc Start timer T: 2 s
04:20:37.859163 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:20:37.859181 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:20:37.859230 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:20:37.859242 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:20:37.859263 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:20:37.859272 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:20:37.859281 mtc Stop timer T: 2 s
04:20:37.859296 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:20:37.859318 mtc Start timer T: 2 s
04:20:37.859464 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:20:37.859517 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:20:37.859536 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:20:37.859553 mtc Stop timer T: 2 s
04:20:37.859569 mtc Start timer T: 1 s
04:20:38.087670 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AE530100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 1
04:20:38.088040 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44627, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:20:38.322833 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AE86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:20:38.323109 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44678, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:20:38.558411 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AEB90100000059061A00000000000000000000000000000000FF1D0400'O } id 3
04:20:38.558766 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44729, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 3
04:20:38.793785 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AEEC0100000049061B3A4662F224C7CF11010100BD3A1D0400392B2B2B'O } id 4
04:20:38.794185 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44780, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010100BD3A1D0400392B2B2B'O } } id 4
04:20:38.859590 mtc Timeout T: 1 s
04:20:38.859712 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:20:38.859760 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:20:38.859793 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:20:38.859821 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:20:38.859852 mtc Port GSMTAP was cleared.
04:20:38.859903 mtc Start timer T: 10 s
04:20:39.028905 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AF1F0100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 5
04:20:39.029141 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44831, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:39.029303 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44831, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:39.029440 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:20:39.264398 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AF52010000005506198FB380000000000000000000000000001D04002B'O } id 6
04:20:39.265738 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44882, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 6
04:20:39.265966 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44882, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 6
04:20:39.266073 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:20:39.499651 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AF850100000059061A00000000000000000000000000000000FF1D0400'O } id 7
04:20:39.499877 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44933, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
04:20:39.500071 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44933, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
04:20:39.500175 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:20:39.735032 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AFB80100000049061B3A4662F224C7CF11010100BD3A1D0400392B2B2B'O } id 8
04:20:39.735286 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44984, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010100BD3A1D0400392B2B2B'O } } id 8
04:20:39.735465 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44984, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11010100BD3A1D0400392B2B2B'O } } id 8
04:20:39.735576 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:20:39.735865 mtc setverdict(pass): none -> pass
04:20:39.735957 mtc Terminating component type Test.dummy_CT.
04:20:39.736014 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:20:39.736104 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:20:39.736157 mtc Port GSMTAP was stopped.
04:20:39.736206 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:20:39.736329 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:20:39.736408 mtc Port BSCVTY was stopped.
04:20:39.736514 mtc Component type Test.dummy_CT was shut down inside testcase TC_emerg_allowed.
04:20:39.736554 mtc Waiting for PTCs to finish.
04:20:39.736814 mtc Setting final verdict of the test case.
04:20:39.736875 mtc Local verdict of MTC: pass
04:20:39.736917 mtc No PTCs were created.
04:20:39.736953 mtc Test case TC_emerg_allowed finished. Verdict: pass
04:20:39.737091 mtc Executing test case TC_bs_pa_mfrms in module Test.
04:20:39.737174 mtc Test case TC_bs_pa_mfrms started.
04:20:39.737210 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_pa_mfrms.
04:20:39.737281 mtc Port GSMTAP was started.
04:20:39.737327 mtc Port BSCVTY was started.
04:20:39.737350 mtc Component type Test.dummy_CT was initialized.
04:20:39.737376 mtc Function rnd() returned 0.439798.
04:20:39.737467 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:20:39.737706 mtc Port GSMTAP was mapped to system:GSMTAP.
04:20:39.737900 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:20:39.738012 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:20:39.738163 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:20:39.738654 mtc Port BSCVTY was mapped to system:BSCVTY.
04:20:39.738817 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:20:39.738903 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:20:39.738982 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:20:39.739052 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:20:39.739229 mtc Sent on BSCVTY to system charstring : "enable"
04:20:39.739342 mtc Start timer T: 2 s
04:20:39.739501 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:20:39.739653 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:20:39.739716 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:20:39.739768 mtc Stop timer T: 2 s
04:20:39.739835 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:39.739943 mtc Start timer T: 2 s
04:20:39.740457 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:20:39.740658 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:20:39.740699 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:20:39.740727 mtc Stop timer T: 2 s
04:20:39.740772 mtc Sent on BSCVTY to system charstring : "network"
04:20:39.740843 mtc Start timer T: 2 s
04:20:39.741097 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:20:39.741202 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:20:39.741471 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:20:39.741539 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:20:39.741752 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:20:39.741823 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:20:39.741878 mtc Stop timer T: 2 s
04:20:39.741955 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:39.742068 mtc Start timer T: 2 s
04:20:39.742305 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:20:39.742413 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:20:39.742662 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:20:39.742729 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:20:39.742854 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:20:39.742889 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:20:39.742935 mtc Stop timer T: 2 s
04:20:39.743033 mtc Sent on BSCVTY to system charstring : "channel-descrption bs-pa-mfrms 5"
04:20:39.743137 mtc Start timer T: 2 s
04:20:39.743399 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption bs-pa-mfrms 5" id 7
04:20:39.743487 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:20:39.743690 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-pa-mfrms 5" id 7
04:20:39.743737 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:20:39.743860 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:20:39.743899 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:20:39.743931 mtc Stop timer T: 2 s
04:20:39.743979 mtc Sent on BSCVTY to system charstring : "end"
04:20:39.744080 mtc Start timer T: 2 s
04:20:39.744254 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:20:39.744316 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:20:39.744535 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:20:39.744602 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:20:39.744709 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:20:39.744759 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:20:39.744806 mtc Stop timer T: 2 s
04:20:39.744882 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:20:39.744978 mtc Start timer T: 2 s
04:20:39.745440 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:20:39.745593 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:20:39.745654 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:20:39.745705 mtc Stop timer T: 2 s
04:20:39.745759 mtc Start timer T: 1 s
04:20:39.970597 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AFEB0100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 1
04:20:39.970936 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45035, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:20:40.205989 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B01E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:20:40.206315 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45086, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:20:40.441358 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B0510100000059061A00000000000000000000000000000000FF1D0400'O } id 3
04:20:40.441682 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45137, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 3
04:20:40.676507 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B0840100000049061B3A4662F224C7CF11030100BD3A1D0400392B2B2B'O } id 4
04:20:40.676775 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45188, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11030100BD3A1D0400392B2B2B'O } } id 4
04:20:40.745815 mtc Timeout T: 1 s
04:20:40.745983 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:20:40.746049 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:20:40.746088 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:20:40.746119 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:20:40.746151 mtc Port GSMTAP was cleared.
04:20:40.746184 mtc Start timer T: 10 s
04:20:40.912017 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B0B70100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 5
04:20:40.912477 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45239, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:40.912753 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45239, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:40.912885 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:20:41.147410 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B0EA010000005506198FB380000000000000000000000000001D04002B'O } id 6
04:20:41.147742 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45290, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 6
04:20:41.147966 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45290, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 6
04:20:41.148101 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:20:41.382616 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B11D0100000059061A00000000000000000000000000000000FF1D0400'O } id 7
04:20:41.382923 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45341, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
04:20:41.383127 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45341, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
04:20:41.383227 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:20:41.617882 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B1500100000049061B3A4662F224C7CF11030100BD3A1D0400392B2B2B'O } id 8
04:20:41.618125 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45392, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11030100BD3A1D0400392B2B2B'O } } id 8
04:20:41.618331 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45392, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF11030100BD3A1D0400392B2B2B'O } } id 8
04:20:41.618448 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:20:41.618765 mtc setverdict(pass): none -> pass
04:20:41.618844 mtc Terminating component type Test.dummy_CT.
04:20:41.618882 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:20:41.618952 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:20:41.618993 mtc Port GSMTAP was stopped.
04:20:41.619022 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:20:41.619297 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:20:41.619367 mtc Port BSCVTY was stopped.
04:20:41.619396 mtc Component type Test.dummy_CT was shut down inside testcase TC_bs_pa_mfrms.
04:20:41.619443 mtc Waiting for PTCs to finish.
04:20:41.619584 mtc Setting final verdict of the test case.
04:20:41.619642 mtc Local verdict of MTC: pass
04:20:41.619688 mtc No PTCs were created.
04:20:41.619728 mtc Test case TC_bs_pa_mfrms finished. Verdict: pass
04:20:41.619860 mtc Executing test case TC_bs_ag_blks_res in module Test.
04:20:41.619930 mtc Test case TC_bs_ag_blks_res started.
04:20:41.619985 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_ag_blks_res.
04:20:41.620099 mtc Port GSMTAP was started.
04:20:41.620166 mtc Port BSCVTY was started.
04:20:41.620211 mtc Component type Test.dummy_CT was initialized.
04:20:41.620259 mtc Function rnd() returned 0.738970.
04:20:41.620362 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:20:41.620521 mtc Port GSMTAP was mapped to system:GSMTAP.
04:20:41.620621 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:20:41.620681 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:20:41.620797 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:20:41.621176 mtc Port BSCVTY was mapped to system:BSCVTY.
04:20:41.621297 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:20:41.621371 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:20:41.621437 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:20:41.621493 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:20:41.621647 mtc Sent on BSCVTY to system charstring : "enable"
04:20:41.621756 mtc Start timer T: 2 s
04:20:41.621922 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:20:41.622059 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:20:41.622114 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:20:41.622162 mtc Stop timer T: 2 s
04:20:41.622224 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:41.622315 mtc Start timer T: 2 s
04:20:41.622629 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:20:41.622822 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:20:41.622867 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:20:41.622899 mtc Stop timer T: 2 s
04:20:41.622951 mtc Sent on BSCVTY to system charstring : "network"
04:20:41.623025 mtc Start timer T: 2 s
04:20:41.623076 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:20:41.623092 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:20:41.623131 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:20:41.623147 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:20:41.623189 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:20:41.623201 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:20:41.623213 mtc Stop timer T: 2 s
04:20:41.623230 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:41.623293 mtc Start timer T: 2 s
04:20:41.623322 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:20:41.623337 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:20:41.623392 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:20:41.623405 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:20:41.623450 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:20:41.623464 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:20:41.623476 mtc Stop timer T: 2 s
04:20:41.623497 mtc Sent on BSCVTY to system charstring : "channel-descrption bs-ag-blks-res 5"
04:20:41.623519 mtc Start timer T: 2 s
04:20:41.623609 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption bs-ag-blks-res 5" id 7
04:20:41.623627 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:20:41.623692 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-ag-blks-res 5" id 7
04:20:41.623706 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:20:41.623750 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:20:41.623763 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:20:41.623774 mtc Stop timer T: 2 s
04:20:41.623792 mtc Sent on BSCVTY to system charstring : "end"
04:20:41.623814 mtc Start timer T: 2 s
04:20:41.623872 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:20:41.623887 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:20:41.623943 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:20:41.623957 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:20:41.623982 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:20:41.623994 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:20:41.624005 mtc Stop timer T: 2 s
04:20:41.624023 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:20:41.624046 mtc Start timer T: 2 s
04:20:41.624215 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:20:41.624244 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:20:41.624256 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:20:41.624268 mtc Stop timer T: 2 s
04:20:41.624280 mtc Start timer T: 1 s
04:20:41.853509 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B1830100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 1
04:20:41.853889 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45443, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:20:42.088909 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B1B6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:20:42.089313 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45494, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:20:42.324245 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B1E90100000059061A00000000000000000000000000000000FF1D0400'O } id 3
04:20:42.324692 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45545, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 3
04:20:42.559619 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B21C0100000049061B3A4662F224C7CF29030100BD3A1D0400392B2B2B'O } id 4
04:20:42.560028 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45596, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF29030100BD3A1D0400392B2B2B'O } } id 4
04:20:42.624300 mtc Timeout T: 1 s
04:20:42.624532 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:20:42.624595 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:20:42.624643 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:20:42.624708 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:20:42.624764 mtc Port GSMTAP was cleared.
04:20:42.624819 mtc Start timer T: 10 s
04:20:42.794983 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B24F0100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 5
04:20:42.795315 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45647, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:42.795571 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45647, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:42.795697 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:20:43.030342 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B282010000005506198FB380000000000000000000000000001D04002B'O } id 6
04:20:43.030728 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45698, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 6
04:20:43.030998 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45698, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 6
04:20:43.031109 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:20:43.265722 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B2B50100000059061A00000000000000000000000000000000FF1D0400'O } id 7
04:20:43.266117 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45749, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
04:20:43.266380 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45749, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
04:20:43.266497 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:20:43.501065 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B2E80100000049061B3A4662F224C7CF29030100BD3A1D0400392B2B2B'O } id 8
04:20:43.501464 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45800, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF29030100BD3A1D0400392B2B2B'O } } id 8
04:20:43.501799 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45800, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF29030100BD3A1D0400392B2B2B'O } } id 8
04:20:43.501929 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:20:43.502278 mtc setverdict(pass): none -> pass
04:20:43.502383 mtc Terminating component type Test.dummy_CT.
04:20:43.502453 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:20:43.502565 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:20:43.502632 mtc Port GSMTAP was stopped.
04:20:43.502692 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:20:43.502839 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:20:43.502911 mtc Port BSCVTY was stopped.
04:20:43.502947 mtc Component type Test.dummy_CT was shut down inside testcase TC_bs_ag_blks_res.
04:20:43.503002 mtc Waiting for PTCs to finish.
04:20:43.503125 mtc Setting final verdict of the test case.
04:20:43.503184 mtc Local verdict of MTC: pass
04:20:43.503243 mtc No PTCs were created.
04:20:43.503295 mtc Test case TC_bs_ag_blks_res finished. Verdict: pass
04:20:43.503457 mtc Executing test case TC_radio_link_timeout in module Test.
04:20:43.503604 mtc Test case TC_radio_link_timeout started.
04:20:43.503674 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_radio_link_timeout.
04:20:43.503804 mtc Port GSMTAP was started.
04:20:43.503882 mtc Port BSCVTY was started.
04:20:43.503911 mtc Component type Test.dummy_CT was initialized.
04:20:43.503942 mtc Function rnd() returned 0.639852.
04:20:43.504045 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:20:43.504240 mtc Port GSMTAP was mapped to system:GSMTAP.
04:20:43.504520 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:20:43.504676 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:20:43.504835 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:20:43.505317 mtc Port BSCVTY was mapped to system:BSCVTY.
04:20:43.505494 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:20:43.505579 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:20:43.505649 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:20:43.505739 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:20:43.505944 mtc Sent on BSCVTY to system charstring : "enable"
04:20:43.506094 mtc Start timer T: 2 s
04:20:43.506335 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:20:43.506503 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:20:43.506578 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:20:43.506696 mtc Stop timer T: 2 s
04:20:43.506776 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:20:43.507056 mtc Start timer T: 2 s
04:20:43.507148 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:20:43.507247 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:20:43.507296 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:20:43.507315 mtc Stop timer T: 2 s
04:20:43.507361 mtc Sent on BSCVTY to system charstring : "network"
04:20:43.507396 mtc Start timer T: 2 s
04:20:43.507486 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:20:43.507525 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:20:43.507631 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:20:43.507651 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:20:43.507694 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:20:43.507711 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:20:43.507731 mtc Stop timer T: 2 s
04:20:43.507759 mtc Sent on BSCVTY to system charstring : "bts 0"
04:20:43.507800 mtc Start timer T: 2 s
04:20:43.507895 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:20:43.507921 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:20:43.508008 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:20:43.508029 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:20:43.508096 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:20:43.508117 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:20:43.508135 mtc Stop timer T: 2 s
04:20:43.508166 mtc Sent on BSCVTY to system charstring : "radio-link-timeout 40"
04:20:43.508202 mtc Start timer T: 2 s
04:20:43.508325 mtc Message enqueued on BSCVTY from system charstring : " radio-link-timeout 40" id 7
04:20:43.508351 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:20:43.508439 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " radio-link-timeout 40" id 7
04:20:43.508462 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:20:43.508528 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:20:43.508549 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:20:43.508567 mtc Stop timer T: 2 s
04:20:43.508594 mtc Sent on BSCVTY to system charstring : "end"
04:20:43.508630 mtc Start timer T: 2 s
04:20:43.508697 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:20:43.508720 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:20:43.508776 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:20:43.508790 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:20:43.508817 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:20:43.508830 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:20:43.508840 mtc Stop timer T: 2 s
04:20:43.508857 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:20:43.508884 mtc Start timer T: 2 s
04:20:43.509099 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:20:43.509163 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:20:43.509189 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:20:43.509211 mtc Stop timer T: 2 s
04:20:43.509233 mtc Start timer T: 1 s
04:20:43.736511 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B31B0100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 1
04:20:43.736857 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45851, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:20:43.971841 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B34E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:20:43.972179 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45902, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:20:44.207185 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B3810100000059061A00000000000000000000000000000000FF1D0400'O } id 3
04:20:44.207521 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 45953, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 3
04:20:44.442523 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B3B40100000049061B3A4662F224C7CF29030109BD3A1D0400392B2B2B'O } id 4
04:20:44.442888 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46004, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF29030109BD3A1D0400392B2B2B'O } } id 4
04:20:44.509262 mtc Timeout T: 1 s
04:20:44.509435 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:20:44.509501 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:20:44.509582 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:20:44.509630 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:20:44.509666 mtc Port GSMTAP was cleared.
04:20:44.509703 mtc Start timer T: 10 s
04:20:44.677912 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B3E70100000031061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } id 5
04:20:44.678274 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46055, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:44.678538 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46055, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224C7CFBD3A1D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:20:44.678705 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:20:44.913286 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B41A010000005506198FB380000000000000000000000000001D04002B'O } id 6
04:20:44.913606 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46106, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 6
04:20:44.913845 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46106, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000001D04002B'O } } id 6
04:20:44.913968 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:20:45.148762 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B44D0100000059061A00000000000000000000000000000000FF1D0400'O } id 7
04:20:45.149073 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46157, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
04:20:45.149270 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46157, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF1D0400'O } } id 7
04:20:45.149360 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:20:45.384036 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B4800100000049061B3A4662F224C7CF29030109BD3A1D0400392B2B2B'O } id 8
04:20:45.384360 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46208, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF29030109BD3A1D0400392B2B2B'O } } id 8
04:20:45.384665 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 56005, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46208, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B3A4662F224C7CF29030109BD3A1D0400392B2B2B'O } } id 8
04:20:45.384764 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:20:45.385039 mtc setverdict(pass): none -> pass
04:20:45.385167 mtc Terminating component type Test.dummy_CT.
04:20:45.385240 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:20:45.385360 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:20:45.385423 mtc Port GSMTAP was stopped.
04:20:45.385471 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:20:45.385621 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:20:45.385710 mtc Port BSCVTY was stopped.
04:20:45.385765 mtc Component type Test.dummy_CT was shut down inside testcase TC_radio_link_timeout.
04:20:45.385813 mtc Waiting for PTCs to finish.
04:20:45.385971 mtc Setting final verdict of the test case.
04:20:45.386047 mtc Local verdict of MTC: pass
04:20:45.386120 mtc No PTCs were created.
04:20:45.386174 mtc Test case TC_radio_link_timeout finished. Verdict: pass
04:20:45.386831 mtc Verdict statistics: 0 none (0.00 %), 21 pass (95.45 %), 0 inconc (0.00 %), 1 fail (4.55 %), 0 error (0.00 %).
04:20:45.386939 mtc Test execution summary: 22 test cases were executed. Overall verdict: fail
04:20:45.386989 mtc Exit was requested from MC. Terminating MTC.
04:20:45.388283 hc Exit was requested from MC. Terminating HC.
04:20:45.388977 hc Disconnected from MC.
04:20:45.389010 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
a0c455972ddb0722f40834113764f13997649221ef39292c5220f70263890d4c
+ 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