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/hudson4353028119098101769.sh + env JENKINS_HOME=/usr/local/jenkins MAIL=/var/mail/osmocom-build SSH_CLIENT=192.168.122.1 41038 22 USER=osmocom-build RUN_CHANGES_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/13/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/13/ HUDSON_COOKIE=3482e4bd-bf72-44a8-831f-76de6c48369e 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=2 XDG_SESSION_ID=2468 BUILD_DISPLAY_NAME=#13 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=13 XDG_RUNTIME_DIR=/run/user/1000 BUILD_TAG=jenkins-ttcn3-nitb-sysinfo-13 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=13 PARALLEL_MAKE=-j 3 SHELL=/bin/bash RUN_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/13/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 41038 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-5c0fd74 . Sending build context to Docker daemon 12.29kB Step 1/14 : FROM laforge/debian-jessie-build ---> 4056f8bfb57c Step 2/14 : MAINTAINER Harald Welte ---> 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 telnet libosmocore-dev libosmo-abis-dev libosmo-netif-dev libosmo-sccp-dev libsmpp34-dev libgtp-dev ---> Using cache ---> 7c104def47a9 Step 6/14 : WORKDIR /tmp ---> Using cache ---> 416dcf056f8d Step 7/14 : RUN git clone git://git.osmocom.org/openbsc.git ---> Using cache ---> 12644e514c54 Step 8/14 : ADD http://git.osmocom.org/openbsc/patch /tmp/commit-openbsc ---> Using cache ---> b769ea201a2c 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 ---> 6a0114a2f68a Step 10/14 : VOLUME /data ---> Using cache ---> 3a2f9c4a74b6 Step 11/14 : COPY openbsc.cfg /data/openbsc.cfg ---> Using cache ---> 050cfd7f06ab Step 12/14 : WORKDIR /data ---> Using cache ---> 09e218ed5fb0 Step 13/14 : CMD /usr/local/bin/osmo-nitb ---> Using cache ---> d30cb911a312 Step 14/14 : EXPOSE 3002/tcp 3003/tcp 4242/tcp 2775/tcp 4249/tcp ---> Using cache ---> 7d4c5cc1e7be Successfully built 7d4c5cc1e7be Successfully tagged osmocom-build/osmo-nitb-master:0.0.0-5c0fd74 docker tag docker.io/osmocom-build/osmo-nitb-master:0.0.0-5c0fd74 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-5c0fd74 . Sending build context to Docker daemon 9.728kB Step 1/16 : FROM laforge/debian-jessie-build ---> 4056f8bfb57c Step 2/16 : MAINTAINER Harald Welte ---> 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 telnet libosmocore-dev libosmo-abis-dev libosmo-netif-dev libosmo-sccp-dev libsmpp34-dev libgtp-dev ---> Using cache ---> 7c104def47a9 Step 6/16 : WORKDIR /tmp ---> Using cache ---> 416dcf056f8d Step 7/16 : RUN git clone git://git.osmocom.org/openbsc.git ---> Using cache ---> 12644e514c54 Step 8/16 : ADD http://git.osmocom.org/openbsc/patch /tmp/commit-openbsc ---> Using cache ---> b769ea201a2c Step 9/16 : RUN git clone git://git.osmocom.org/osmo-bts.git ---> Using cache ---> 292a6d1064ce Step 10/16 : ADD http://git.osmocom.org/osmo-bts/patch /tmp/commit-osmo-bts ---> f67e9643f425 Removing intermediate container ddc4383da12d Step 11/16 : RUN cd openbsc/openbsc && git fetch && git checkout -f -B master origin/master ---> Running in a7393acc54e1 From git://git.osmocom.org/openbsc + 3f07bad...304bdb0 aoip -> origin/aoip (forced update)  4cd6062..2b23b83 fairwaves/master-rebase -> origin/fairwaves/master-rebase  + 3f07bad...386e839 neels/aoip -> origin/neels/aoip (forced update)  ed29a13..b64cdb2 pmaier/aoip3 -> origin/pmaier/aoip3  * [new tag] fairwaves/0.15.1-fw.8 -> fairwaves/0.15.1-fw.8 Reset branch 'master' Branch master set up to track remote branch master from origin. Your branch is up-to-date with 'origin/master'. ---> eec712e0f7ca Removing intermediate container a7393acc54e1 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 f68656bffd6a From git://git.osmocom.org/osmo-bts 2bbf98a..8876a50 master -> origin/master  * [new branch] pespin/sysmocell5000 -> origin/pespin/sysmocell5000 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 Making install in include make[1]: Entering directory '/tmp/osmo-bts/include' Making install in osmo-bts make[2]: Entering directory '/tmp/osmo-bts/include/osmo-bts' make[3]: Entering directory '/tmp/osmo-bts/include/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/include/osmo-bts' make[2]: Leaving directory '/tmp/osmo-bts/include/osmo-bts' make[2]: Entering directory '/tmp/osmo-bts/include' make[3]: Entering directory '/tmp/osmo-bts/include' 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/include' make[2]: Leaving directory '/tmp/osmo-bts/include' make[1]: Leaving directory '/tmp/osmo-bts/include' Making install in src make[1]: Entering directory '/tmp/osmo-bts/src' Making install in common make[2]: Entering directory '/tmp/osmo-bts/src/common' CC gsm_data_shared.o CC sysinfo.o CC logging.o CC abis.o CC oml.o CC bts.o CC vty.o CC rsl.o 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" ^ vty.c:394:2: warning: #warning merge with OpenBSC? [-Wcpp] #warning merge with OpenBSC? ^  CC paging.o CC measurement.o CC amr.o CC lchan.o CC load_indication.o CC pcu_sock.o CC handover.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 msg_utils.o CC tx_power.o CC bts_ctrl_commands.o CC bts_ctrl_lookup.o CC l1sap.o CC cbch.o CC power_control.o l1sap.c: In function 'l1sap_info_time_ind': l1sap.c:448:22: warning: unused variable 'trx' [-Wunused-variable] struct gsm_bts_trx *trx; ^ l1sap.c: In function 'l1sap_tch_rts_ind': l1sap.c:828:15: warning: variable 'timestamp' set but not used [-Wunused-but-set-variable] uint32_t fn, timestamp; ^ l1sap.c:827:11: warning: variable 'seq' set but not used [-Wunused-but-set-variable] uint16_t seq; ^ l1sap.c: In function 'is_fill_frame': l1sap.c:340:1: warning: control reaches end of non-void function [-Wreturn-type] } ^  CC main.o CC phy_link.o CC dtx_dl_amr_fsm.o CC scheduler.o AR libbts.a AR libl1sched.a make[3]: Entering directory '/tmp/osmo-bts/src/common' 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/src/common' make[2]: Leaving directory '/tmp/osmo-bts/src/common' Making install in osmo-bts-virtual make[2]: Entering directory '/tmp/osmo-bts/src/osmo-bts-virtual' CC main.o CC bts_model.o CC scheduler_virtbts.o CC l1_if.o CC virtualbts_vty.o CC virtual_um.o CC osmo_mcast_sock.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[3]: Entering directory '/tmp/osmo-bts/src/osmo-bts-virtual' make[3]: 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[3]: Leaving directory '/tmp/osmo-bts/src/osmo-bts-virtual' make[2]: Leaving directory '/tmp/osmo-bts/src/osmo-bts-virtual' Making install in osmo-bts-trx make[2]: Entering directory '/tmp/osmo-bts/src/osmo-bts-trx' CC main.o CC trx_if.o CC l1_if.o CC scheduler_trx.o CC trx_vty.o CC loops.o l1_if.c: In function 'l1if_provision_transceiver_trx': l1_if.c:132: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:212: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:302: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:324: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:727: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[3]: Entering directory '/tmp/osmo-bts/src/osmo-bts-trx' make[3]: 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[3]: Leaving directory '/tmp/osmo-bts/src/osmo-bts-trx' make[2]: Leaving directory '/tmp/osmo-bts/src/osmo-bts-trx' make[2]: Entering directory '/tmp/osmo-bts/src' make[3]: Entering directory '/tmp/osmo-bts/src' 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/src' make[2]: Leaving directory '/tmp/osmo-bts/src' make[1]: Leaving directory '/tmp/osmo-bts/src' Making install in tests make[1]: Entering directory '/tmp/osmo-bts/tests' Making install in paging make[2]: Entering directory '/tmp/osmo-bts/tests/paging' CC paging_test.o CC stubs.o CCLD paging_test make[3]: Entering directory '/tmp/osmo-bts/tests/paging' 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/tests/paging' make[2]: Leaving directory '/tmp/osmo-bts/tests/paging' Making install in cipher make[2]: Entering directory '/tmp/osmo-bts/tests/cipher' CC cipher_test.o CC stubs.o CCLD cipher_test make[3]: Entering directory '/tmp/osmo-bts/tests/cipher' 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/tests/cipher' make[2]: Leaving directory '/tmp/osmo-bts/tests/cipher' Making install in agch make[2]: Entering directory '/tmp/osmo-bts/tests/agch' CC agch_test.o CC stubs.o CCLD agch_test make[3]: Entering directory '/tmp/osmo-bts/tests/agch' 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/tests/agch' make[2]: Leaving directory '/tmp/osmo-bts/tests/agch' Making install in misc make[2]: Entering directory '/tmp/osmo-bts/tests/misc' CC misc_test.o CC stubs.o CCLD misc_test make[3]: Entering directory '/tmp/osmo-bts/tests/misc' 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/tests/misc' make[2]: Leaving directory '/tmp/osmo-bts/tests/misc' Making install in handover make[2]: Entering directory '/tmp/osmo-bts/tests/handover' CC handover_test.o CCLD handover_test make[3]: Entering directory '/tmp/osmo-bts/tests/handover' 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/tests/handover' make[2]: Leaving directory '/tmp/osmo-bts/tests/handover' Making install in tx_power make[2]: Entering directory '/tmp/osmo-bts/tests/tx_power' CC tx_power_test.o CC stubs.o CCLD tx_power_test make[3]: Entering directory '/tmp/osmo-bts/tests/tx_power' 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/tests/tx_power' make[2]: Leaving directory '/tmp/osmo-bts/tests/tx_power' Making install in meas make[2]: Entering directory '/tmp/osmo-bts/tests/meas' CC meas_test.o CCLD meas_test make[3]: Entering directory '/tmp/osmo-bts/tests/meas' 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/tests/meas' make[2]: Leaving directory '/tmp/osmo-bts/tests/meas' make[2]: Entering directory '/tmp/osmo-bts/tests' make[3]: Entering directory '/tmp/osmo-bts/tests' 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/tests' make[2]: Leaving directory '/tmp/osmo-bts/tests' make[1]: Leaving directory '/tmp/osmo-bts/tests' make[1]: Entering directory '/tmp/osmo-bts' make[2]: Entering directory '/tmp/osmo-bts' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/tmp/osmo-bts' make[1]: Leaving directory '/tmp/osmo-bts' ---> 0c06aa88a168 Removing intermediate container f68656bffd6a Step 13/16 : VOLUME /data ---> Running in dc7cdd999f8c ---> 7ff85f293cf9 Removing intermediate container dc7cdd999f8c Step 14/16 : COPY osmo-bts.cfg /data/osmo-bts.cfg ---> fcd3e530f6d2 Removing intermediate container 7d6ed4497bfb Step 15/16 : WORKDIR /data ---> 80cf616b9485 Removing intermediate container d55c2fc64e4c Step 16/16 : CMD /usr/local/bin/osmo-bts-virtual -i 172.18.0.230 ---> Running in 72762cca2dcc ---> 74bcf0e3ce14 Removing intermediate container 72762cca2dcc Successfully built 74bcf0e3ce14 Successfully tagged osmocom-build/osmo-bts-master:0.0.0-5c0fd74 docker tag docker.io/osmocom-build/osmo-bts-master:0.0.0-5c0fd74 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-5c0fd74 . 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 ---> ef8cbdbe9c60 Step 5/8 : RUN cd osmo-ttcn3-hacks/sysinfo && git pull && ./gen_links.sh && ./regen_makefile.sh && make compile && make -j8 ---> Running in 5366ce11ddfc From git://git.osmocom.org/osmo-ttcn3-hacks 4d77229..3ab91d6 master -> origin/master Updating 4d77229..3ab91d6 Fast-forward ggsn_tests/GGSN_Tests.ttcn | 4 ++-- library/GSM_SystemInformation.ttcn | 1 + library/L1CTL_PortType.ttcn | 6 +++++- library/LAPDm_RAW_PT.ttcn | 3 +-- sysinfo/Test.ttcn | 1 + sysinfo/gen_links.sh | 2 +- sysinfo/regen_makefile.sh | 6 +++--- 7 files changed, 14 insertions(+), 9 deletions(-) Linking /root/projects/git/titan.Libraries.TCCUsefulFunctions/src Linking TCCInterface_Functions.ttcn Linking TCCConversion_Functions.ttcn Linking TCCConversion.cc Linking TCCConversion.hh Linking TCCInterface.cc Linking TCCInterface_ip.h Linking /root/projects/git/titan.TestPorts.Common_Components.Socket-API/src Linking Socket_API_Definitions.ttcn Linking /root/projects/git/titan.TestPorts.IPL4asp/src Linking IPL4asp_Functions.ttcn Linking IPL4asp_PT.cc Linking IPL4asp_PT.hh Linking IPL4asp_PortType.ttcn Linking IPL4asp_Types.ttcn Linking IPL4asp_discovery.cc Linking IPL4asp_protocol_L234.hh Linking /root/projects/git/titan.TestPorts.TELNETasp/src Linking TELNETasp_PT.cc Linking TELNETasp_PT.hh Linking TELNETasp_PortType.ttcn Linking ../library Linking GSMTAP_PortType.ttcn Linking GSMTAP_Types.ttcn Linking GSM_SystemInformation.ttcn Linking GSM_RR_Types.ttcn Linking RLCMAC_CSN1_Types.ttcn Linking GSM_Types.ttcn Linking IPL4_GSMTAP_CtrlFunct.ttcn Linking IPL4_GSMTAP_CtrlFunctDef.cc Linking Osmocom_Types.ttcn Linking General_Types.ttcn Linking Osmocom_VTY_Functions.ttcn ttcn3_makefilegen: warning: File `Test.ttcn' was given more than once for the Makefile. Generating Makefile skeleton... Makefile skeleton was generated. /usr/bin/compiler -L \ Test.ttcn GSMTAP_PortType.ttcn GSMTAP_Types.ttcn GSM_RR_Types.ttcn GSM_SystemInformation.ttcn GSM_Types.ttcn General_Types.ttcn IPL4_GSMTAP_CtrlFunct.ttcn IPL4asp_Functions.ttcn IPL4asp_PortType.ttcn IPL4asp_Types.ttcn Osmocom_Types.ttcn Osmocom_VTY_Functions.ttcn RLCMAC_CSN1_Types.ttcn Socket_API_Definitions.ttcn TCCConversion_Functions.ttcn TCCInterface_Functions.ttcn TELNETasp_PortType.ttcn - Test.ttcn GSMTAP_PortType.ttcn GSMTAP_Types.ttcn GSM_RR_Types.ttcn GSM_SystemInformation.ttcn GSM_Types.ttcn General_Types.ttcn IPL4_GSMTAP_CtrlFunct.ttcn IPL4asp_Functions.ttcn IPL4asp_PortType.ttcn IPL4asp_Types.ttcn Osmocom_Types.ttcn Osmocom_VTY_Functions.ttcn RLCMAC_CSN1_Types.ttcn Socket_API_Definitions.ttcn TCCConversion_Functions.ttcn TCCInterface_Functions.ttcn TELNETasp_PortType.ttcn warning: Charstring pattern: Environment variable TTCN3_DIR not present. Case-insensitive universal charstring patterns are disabled. Notify: Parsing TTCN-3 module `Test.ttcn'... Notify: Parsing TTCN-3 module `GSMTAP_PortType.ttcn'... Notify: Parsing TTCN-3 module `GSMTAP_Types.ttcn'... Notify: Parsing TTCN-3 module `GSM_RR_Types.ttcn'... Notify: Parsing TTCN-3 module `GSM_SystemInformation.ttcn'... Notify: Parsing TTCN-3 module `GSM_Types.ttcn'... Notify: Parsing TTCN-3 module `General_Types.ttcn'... Notify: Parsing TTCN-3 module `IPL4_GSMTAP_CtrlFunct.ttcn'... Notify: Parsing TTCN-3 module `IPL4asp_Functions.ttcn'... Notify: Parsing TTCN-3 module `IPL4asp_PortType.ttcn'... Notify: Parsing TTCN-3 module `IPL4asp_Types.ttcn'... Notify: Parsing TTCN-3 module `Osmocom_Types.ttcn'... Notify: Parsing TTCN-3 module `Osmocom_VTY_Functions.ttcn'... Osmocom_VTY_Functions.ttcn:7.36-49: In charstring value: Osmocom_VTY_Functions.ttcn:7.47-48: warning: Unknown escape sequence `\#' was treated literally Notify: Parsing TTCN-3 module `RLCMAC_CSN1_Types.ttcn'... Notify: Parsing TTCN-3 module `Socket_API_Definitions.ttcn'... Notify: Parsing TTCN-3 module `TCCConversion_Functions.ttcn'... Notify: Parsing TTCN-3 module `TCCInterface_Functions.ttcn'... Notify: Parsing TTCN-3 module `TELNETasp_PortType.ttcn'... Notify: Checking modules... Osmocom_VTY_Functions.ttcn: In TTCN-3 module `Osmocom_VTY_Functions': Osmocom_VTY_Functions.ttcn:68.2-70.2: In function definition `f_vty_transceive': Osmocom_VTY_Functions.ttcn:69.3-30: In function instance: Osmocom_VTY_Functions.ttcn:69.3-30: warning: The value returned by function `@Osmocom_VTY_Functions.f_vty_transceive_ret' is not used Test.ttcn: In TTCN-3 module `Test': Test.ttcn:492.2-506.2: In function definition `f_init': Test.ttcn:498.3-82: In function instance: Test.ttcn:498.3-82: warning: The value returned by external function `@IPL4_GSMTAP_CtrlFunct.f_IPL4_listen' is not used Notify: Generating code... Notify: File `GSMTAP_PortType.hh' was generated. Notify: File `GSMTAP_PortType.cc' was generated. Notify: File `GSMTAP_Types.hh' was generated. Notify: File `GSMTAP_Types.cc' was generated. Notify: File `GSM_RR_Types.hh' was generated. Notify: File `GSM_RR_Types.cc' was generated. Notify: File `GSM_SystemInformation.hh' was generated. Notify: File `GSM_SystemInformation.cc' was generated. Notify: File `GSM_Types.hh' was generated. Notify: File `GSM_Types.cc' was generated. Notify: File `General_Types.hh' was generated. Notify: File `General_Types.cc' was generated. Notify: File `IPL4_GSMTAP_CtrlFunct.hh' was generated. Notify: File `IPL4_GSMTAP_CtrlFunct.cc' was generated. Notify: File `IPL4asp_Functions.hh' was generated. Notify: File `IPL4asp_Functions.cc' was generated. Notify: File `IPL4asp_PortType.hh' was generated. Notify: File `IPL4asp_PortType.cc' was generated. Notify: File `IPL4asp_Types.hh' was generated. Notify: File `IPL4asp_Types.cc' was generated. Notify: File `Osmocom_Types.hh' was generated. Notify: File `Osmocom_Types.cc' was generated. Notify: File `Osmocom_VTY_Functions.hh' was generated. Notify: File `Osmocom_VTY_Functions.cc' was generated. Notify: File `RLCMAC_CSN1_Types.hh' was generated. Notify: File `RLCMAC_CSN1_Types.cc' was generated. Notify: File `Socket_API_Definitions.hh' was generated. Notify: File `Socket_API_Definitions.cc' was generated. Notify: File `TCCConversion_Functions.hh' was generated. Notify: File `TCCConversion_Functions.cc' was generated. Notify: File `TCCInterface_Functions.hh' was generated. Notify: File `TCCInterface_Functions.cc' was generated. Notify: File `TELNETasp_PortType.hh' was generated. Notify: File `TELNETasp_PortType.cc' was generated. Notify: File `Test.hh' was generated. Notify: File `Test.cc' was generated. Notify: 36 files were updated. touch compile g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o IPL4asp_PT.o IPL4asp_PT.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o IPL4asp_discovery.o IPL4asp_discovery.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o TCCConversion.o TCCConversion.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o TCCInterface.o TCCInterface.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o IPL4_GSMTAP_CtrlFunctDef.o IPL4_GSMTAP_CtrlFunctDef.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o TELNETasp_PT.o TELNETasp_PT.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o Test.o Test.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o GSMTAP_PortType.o GSMTAP_PortType.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o GSMTAP_Types.o GSMTAP_Types.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o GSM_RR_Types.o GSM_RR_Types.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o GSM_SystemInformation.o GSM_SystemInformation.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o GSM_Types.o GSM_Types.cc IPL4asp_PT.cc: In member function 'virtual void IPL4asp__PortType::IPL4asp__PT_PROVIDER::set_parameter(const char*, const char*)': IPL4asp_PT.cc:825:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!strcasecmp(parameter_value,"YES")) ^~ IPL4asp_PT.cc:827:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' globalConnOpts.sctp_nodelay = GlobalConnOpts::YES; ^~~~~~~~~~~~~~ g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o General_Types.o General_Types.cc GSM_RR_Types.cc: In member function 'boolean GSM__RR__Types::MaioHsn_template::match(const GSM__RR__Types::MaioHsn&, boolean) const': GSM_RR_Types.cc:5377:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~ GSM_RR_Types.cc:5377:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~~~~~ g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o IPL4_GSMTAP_CtrlFunct.o IPL4_GSMTAP_CtrlFunct.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o IPL4asp_Functions.o IPL4asp_Functions.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o IPL4asp_PortType.o IPL4asp_PortType.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o IPL4asp_Types.o IPL4asp_Types.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o Osmocom_Types.o Osmocom_Types.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o Osmocom_VTY_Functions.o Osmocom_VTY_Functions.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o RLCMAC_CSN1_Types.o RLCMAC_CSN1_Types.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o Socket_API_Definitions.o Socket_API_Definitions.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o TCCConversion_Functions.o TCCConversion_Functions.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o TCCInterface_Functions.o TCCInterface_Functions.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o TELNETasp_PortType.o TELNETasp_PortType.cc Socket_API_Definitions.cc: In member function 'boolean Socket__API__Definitions::UdpTuple_template::match(const Socket__API__Definitions::UdpTuple&, boolean) const': Socket_API_Definitions.cc:2103:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~ Socket_API_Definitions.cc:2103:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~~~~~ Socket_API_Definitions.cc: In member function 'boolean Socket__API__Definitions::UdpLightTuple_template::match(const Socket__API__Definitions::UdpLightTuple&, boolean) const': Socket_API_Definitions.cc:2492:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~ Socket_API_Definitions.cc:2492:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~~~~~ Socket_API_Definitions.cc: In member function 'boolean Socket__API__Definitions::TcpTuple_template::match(const Socket__API__Definitions::TcpTuple&, boolean) const': Socket_API_Definitions.cc:2881:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~ Socket_API_Definitions.cc:2881:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~~~~~ Socket_API_Definitions.cc: In member function 'boolean Socket__API__Definitions::SslTuple_template::match(const Socket__API__Definitions::SslTuple&, boolean) const': Socket_API_Definitions.cc:4171:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~ Socket_API_Definitions.cc:4171:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~~~~~ g++ -shared -o IPL4asp_PT.so IPL4asp_PT.o Socket_API_Definitions.cc: In member function 'boolean Socket__API__Definitions::UnspecifiedTuple_template::match(const Socket__API__Definitions::UnspecifiedTuple&, boolean) const': Socket_API_Definitions.cc:5326:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~ Socket_API_Definitions.cc:5326:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~~~~~ g++ -shared -o IPL4asp_discovery.so IPL4asp_discovery.o TELNETasp_PortType.cc: In member function 'boolean TELNETasp__PortType::ASP__TelnetClose_template::match(const TELNETasp__PortType::ASP__TelnetClose&, boolean) const': TELNETasp_PortType.cc:6581:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~ TELNETasp_PortType.cc:6581:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~~~~~ TELNETasp_PortType.cc: In member function 'boolean TELNETasp__PortType::ASP__Get__portnum_template::match(const TELNETasp__PortType::ASP__Get__portnum&, boolean) const': TELNETasp_PortType.cc:6970:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~ TELNETasp_PortType.cc:6970:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~~~~~ g++ -shared -o TCCConversion.so TCCConversion.o g++ -shared -o TCCInterface.so TCCInterface.o g++ -shared -o IPL4_GSMTAP_CtrlFunctDef.so IPL4_GSMTAP_CtrlFunctDef.o g++ -shared -o TELNETasp_PT.so TELNETasp_PT.o g++ -shared -o Test.so Test.o g++ -shared -o GSMTAP_PortType.so GSMTAP_PortType.o g++ -shared -o GSMTAP_Types.so GSMTAP_Types.o g++ -shared -o GSM_Types.so GSM_Types.o g++ -shared -o General_Types.so General_Types.o g++ -shared -o IPL4_GSMTAP_CtrlFunct.so IPL4_GSMTAP_CtrlFunct.o g++ -shared -o IPL4asp_Functions.so IPL4asp_Functions.o g++ -shared -o IPL4asp_PortType.so IPL4asp_PortType.o g++ -shared -o Osmocom_Types.so Osmocom_Types.o g++ -shared -o Osmocom_VTY_Functions.so Osmocom_VTY_Functions.o g++ -shared -o TCCConversion_Functions.so TCCConversion_Functions.o g++ -shared -o TCCInterface_Functions.so TCCInterface_Functions.o g++ -shared -o TELNETasp_PortType.so TELNETasp_PortType.o g++ -shared -o GSM_SystemInformation.so GSM_SystemInformation.o g++ -shared -o IPL4asp_Types.so IPL4asp_Types.o g++ -shared -o Socket_API_Definitions.so Socket_API_Definitions.o g++ -shared -o GSM_RR_Types.so GSM_RR_Types.o g++ -shared -o RLCMAC_CSN1_Types.so RLCMAC_CSN1_Types.o if g++ -L /usr/lib/titan -fPIC -o Test -Wl,--no-as-needed Test.so GSMTAP_PortType.so GSMTAP_Types.so GSM_RR_Types.so GSM_SystemInformation.so GSM_Types.so General_Types.so IPL4_GSMTAP_CtrlFunct.so IPL4asp_Functions.so IPL4asp_PortType.so IPL4asp_Types.so Osmocom_Types.so Osmocom_VTY_Functions.so RLCMAC_CSN1_Types.so Socket_API_Definitions.so TCCConversion_Functions.so TCCInterface_Functions.so TELNETasp_PortType.so IPL4asp_PT.so IPL4asp_discovery.so TCCConversion.so TCCInterface.so IPL4_GSMTAP_CtrlFunctDef.so TELNETasp_PT.so \ -L/usr/lib -lttcn3-parallel-dynamic \ -L/lib -lcrypto \ -L/usr/lib -lxml2; \ then : ; else /usr/bin/titanver Test.o GSMTAP_PortType.o GSMTAP_Types.o GSM_RR_Types.o GSM_SystemInformation.o GSM_Types.o General_Types.o IPL4_GSMTAP_CtrlFunct.o IPL4asp_Functions.o IPL4asp_PortType.o IPL4asp_Types.o Osmocom_Types.o Osmocom_VTY_Functions.o RLCMAC_CSN1_Types.o Socket_API_Definitions.o TCCConversion_Functions.o TCCInterface_Functions.o TELNETasp_PortType.o IPL4asp_PT.o IPL4asp_discovery.o TCCConversion.o TCCInterface.o IPL4_GSMTAP_CtrlFunctDef.o TELNETasp_PT.o; exit 1; fi ---> bb3f01031e81 Removing intermediate container 5366ce11ddfc Step 6/8 : VOLUME /data ---> Running in c004073ed030 ---> ea3af7e510b6 Removing intermediate container c004073ed030 Step 7/8 : COPY Test.cfg /data/Test.cfg ---> bb942f47e54d Removing intermediate container 02cedb674d6b Step 8/8 : CMD cd /data && /osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/sysinfo/Test && ttcn3_logmerge Test*.log ---> Running in da5097402037 ---> 01b57d69d327 Removing intermediate container da5097402037 Successfully built 01b57d69d327 Successfully tagged osmocom-build/ttcn3-nitb-sysinfo:0.0.0-5c0fd74 docker tag docker.io/osmocom-build/ttcn3-nitb-sysinfo:0.0.0-5c0fd74 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 3b3a7aa0b69b6f171b7709e25d8dbf03d3209446c70acf7735aa3ddc8c07f644 + 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 87223d6c96eb537607a1140e9dc067105a5fb610c2f7af685dc01ca21e023a4c + 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@02de37bb920a: Unix server socket created successfully. MC@02de37bb920a: Listening on TCP port 46415. MC2> 02de37bb920a is the default spawn /osmo-ttcn3-hacks/sysinfo/Test 02de37bb920a 46415 TTCN-3 Host Controller (parallel mode), version CRL 113 200/6 R1A MC@02de37bb920a: New HC connected from 02de37bb920a [172.18.0.230]. 02de37bb920a: Linux 4.7.0-0.bpo.1-amd64 on x86_64. cmtc MC@02de37bb920a: Downloading configuration file to all HCs. construct junitlogger Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML HC@02de37bb920a: TTCN-3 Host Controller started on 02de37bb920a. Version: CRL 113 200/6 R1A. HC@02de37bb920a: 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@02de37bb920a: Maximum number of open file descriptors: 1048576, FD_SETSIZE = 1024 HC@02de37bb920a: The address of MC was set to 02de37bb920a[172.18.0.230]:0. HC@02de37bb920a: The local IP address of the control connection to MC is 172.18.0.230. HC@02de37bb920a: Connected to MC. HC@02de37bb920a: This host supports UNIX domain sockets for local communication. HC@02de37bb920a: Processing configuration data received from MC. HC@02de37bb920a: Initializing module GSMTAP_PortType. HC@02de37bb920a: Initializing module GSMTAP_Types. HC@02de37bb920a: Initializing module Osmocom_Types. HC@02de37bb920a: Initialization of module Osmocom_Types finished. HC@02de37bb920a: Initialization of module GSMTAP_Types finished. HC@02de37bb920a: Initializing module IPL4asp_PortType. HC@02de37bb920a: Initializing module IPL4asp_Types. HC@02de37bb920a: Initializing module Socket_API_Definitions. HC@02de37bb920a: Initialization of module Socket_API_Definitions finished. HC@02de37bb920a: Initialization of module IPL4asp_Types finished. HC@02de37bb920a: Initialization of module IPL4asp_PortType finished. HC@02de37bb920a: Initialization of module GSMTAP_PortType finished. HC@02de37bb920a: Initializing module GSM_RR_Types. HC@02de37bb920a: Initializing module RLCMAC_CSN1_Types. HC@02de37bb920a: Initializing module GSM_Types. HC@02de37bb920a: Initializing module General_Types. HC@02de37bb920a: Initialization of module General_Types finished. HC@02de37bb920a: Initialization of module GSM_Types finished. HC@02de37bb920a: Initialization of module RLCMAC_CSN1_Types finished. HC@02de37bb920a: Initialization of module GSM_RR_Types finished. HC@02de37bb920a: Initializing module GSM_SystemInformation. HC@02de37bb920a: Initialization of module GSM_SystemInformation finished. HC@02de37bb920a: Initializing module IPL4_GSMTAP_CtrlFunct. HC@02de37bb920a: Initialization of module IPL4_GSMTAP_CtrlFunct finished. HC@02de37bb920a: Initializing module IPL4asp_Functions. HC@02de37bb920a: Initializing module TCCInterface_Functions. HC@02de37bb920a: Initializing module TCCConversion_Functions. HC@02de37bb920a: Initialization of module TCCConversion_Functions finished. HC@02de37bb920a: Initialization of module TCCInterface_Functions finished. HC@02de37bb920a: Initialization of module IPL4asp_Functions finished. HC@02de37bb920a: Initializing module Osmocom_VTY_Functions. HC@02de37bb920a: Initializing module TELNETasp_PortType. HC@02de37bb920a: Initialization of module TELNETasp_PortType finished. HC@02de37bb920a: Initialization of module Osmocom_VTY_Functions finished. HC@02de37bb920a: Initializing module PreGenRecordOf. HC@02de37bb920a: Initialization of module PreGenRecordOf finished. HC@02de37bb920a: Initializing module Test. HC@02de37bb920a: Initialization of module Test finished. HC@02de37bb920a: Initializing module TitanLoggerApi. HC@02de37bb920a: Initialization of module TitanLoggerApi finished. HC@02de37bb920a: Initializing module TitanLoggerControl. HC@02de37bb920a: Initialization of module TitanLoggerControl finished. MC@02de37bb920a: Configuration file was processed on all HCs. MC@02de37bb920a: Creating MTC on host 02de37bb920a. HC@02de37bb920a: Configuration data was processed successfully. HC@02de37bb920a: MTC was created. Process id: 20. MC@02de37bb920a: MTC is created. MC2> smtc Executing all items of [EXECUTE] section. MC2> MTC@02de37bb920a: Executing test case TC_si1 in module Test. MTC@02de37bb920a: Test case TC_si1 started. MTC@02de37bb920a: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si1. MTC@02de37bb920a: Port GSMTAP was started. MTC@02de37bb920a: Port BSCVTY was started. MTC@02de37bb920a: Component type Test.dummy_CT was initialized. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB38000000000000000000000000000E504002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FFE50400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B000062F22404D2490301275D40E50400392B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F22404D25D40E504002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: setverdict(pass): none -> pass MTC@02de37bb920a: Terminating component type Test.dummy_CT. MTC@02de37bb920a: Port GSMTAP was stopped. MTC@02de37bb920a: Port BSCVTY was stopped. MTC@02de37bb920a: Component type Test.dummy_CT was shut down inside testcase TC_si1. MTC@02de37bb920a: Waiting for PTCs to finish. MTC@02de37bb920a: Setting final verdict of the test case. MTC@02de37bb920a: Local verdict of MTC: pass MTC@02de37bb920a: No PTCs were created. MTC@02de37bb920a: Test case TC_si1 finished. Verdict: pass MC@02de37bb920a: Test execution finished. MTC@02de37bb920a: Executing test case TC_telnet in module Test. MTC@02de37bb920a: Test case TC_telnet started. MTC@02de37bb920a: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_telnet. MTC@02de37bb920a: Port GSMTAP was started. MTC@02de37bb920a: Port BSCVTY was started. MTC@02de37bb920a: Component type Test.dummy_CT was initialized. MTC@02de37bb920a: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was mapped to system:GSMTAP. MTC@02de37bb920a: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@02de37bb920a: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@02de37bb920a: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was mapped to system:BSCVTY. MTC@02de37bb920a: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@02de37bb920a: Sent on BSCVTY to system charstring : "enable" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Message with id 1 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Message with id 2 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "show network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " show network\n% Unknown command." id 3 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 4 MTC@02de37bb920a: Matching on port BSCVTY " show network\n% Unknown command." with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " show network\n% Unknown command." with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " show network\n% Unknown command." with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " show network\n% Unknown command." with pattern "*% Unknown command." matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " show network\n% Unknown command." id 3 MTC@02de37bb920a: Message with id 3 was extracted from the queue of BSCVTY. MTC@02de37bb920a: failVTY: Unknown Command MTC@02de37bb920a: Osmocom_VTY_Functions.ttcn:53: Dynamic test case error: testcase.stop MTC@02de37bb920a: setverdict(error): none -> error MTC@02de37bb920a: Performing error recovery. MTC@02de37bb920a: Terminating component type Test.dummy_CT. MTC@02de37bb920a: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was unmapped from system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was stopped. MTC@02de37bb920a: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@02de37bb920a: Warning: BSCVTY: Dropping partial message MTC@02de37bb920a: Port BSCVTY was unmapped from system:BSCVTY. MTC@02de37bb920a: Message with id 4 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Port BSCVTY was stopped. MTC@02de37bb920a: Component type Test.dummy_CT was shut down inside testcase TC_telnet. MTC@02de37bb920a: Waiting for PTCs to finish. MTC@02de37bb920a: Setting final verdict of the test case. MTC@02de37bb920a: Local verdict of MTC: error MTC@02de37bb920a: No PTCs were created. MTC@02de37bb920a: Test case TC_telnet finished. Verdict: error MC@02de37bb920a: Test execution finished. MTC@02de37bb920a: Executing test case TC_si_default in module Test. MTC@02de37bb920a: Test case TC_si_default started. MTC@02de37bb920a: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_default. MTC@02de37bb920a: Port GSMTAP was started. MTC@02de37bb920a: Port BSCVTY was started. MTC@02de37bb920a: Component type Test.dummy_CT was initialized. MTC@02de37bb920a: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was mapped to system:GSMTAP. MTC@02de37bb920a: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@02de37bb920a: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@02de37bb920a: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was mapped to system:BSCVTY. MTC@02de37bb920a: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@02de37bb920a: Sent on BSCVTY to system charstring : "enable" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Message with id 1 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Port GSMTAP was cleared. MTC@02de37bb920a: Start timer T: 8 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000867B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 1 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000867B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 1 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 1 MTC@02de37bb920a: Message with id 1 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34478, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34478, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@02de37bb920a: Message with id 2 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086E10100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086E10100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34529, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34529, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34529, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 MTC@02de37bb920a: Message with id 3 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087140100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 4 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087140100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 4 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 4 MTC@02de37bb920a: Message with id 4 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087470100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 5 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087470100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000877A010000005506198FB380000000000000000000000000009D04002B'O } id 6 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000877A010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34682, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34682, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087AD0100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087AD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34733, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34733, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087E00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 8 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087E00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 8 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088130100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 9 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000088130100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 9 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008846010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 10 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008846010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34886, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34886, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 10 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34886, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 10 MTC@02de37bb920a: Message with id 10 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088790100000059061A00000000000000000000000000000000FF9D0400'O } id 11 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000088790100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 11 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 11 MTC@02de37bb920a: Message with id 11 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088AC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 12 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000088AC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 12 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 12 MTC@02de37bb920a: Message with id 12 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088DF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 13 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000088DF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 13 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 13 MTC@02de37bb920a: Message with id 13 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008912010000005506198FB380000000000000000000000000009D04002B'O } id 14 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008912010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 MTC@02de37bb920a: Message with id 14 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089450100000059061A00000000000000000000000000000000FF9D0400'O } id 15 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089450100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 MTC@02de37bb920a: Message with id 15 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089780100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 16 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089780100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 16 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 16 MTC@02de37bb920a: Message with id 16 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089AB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 17 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089AB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 17 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 17 MTC@02de37bb920a: Message with id 17 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 18 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 MTC@02de37bb920a: Message with id 18 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A110100000059061A00000000000000000000000000000000FF9D0400'O } id 19 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008A110100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 19 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 19 MTC@02de37bb920a: Message with id 19 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A440100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 20 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008A440100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 20 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 20 MTC@02de37bb920a: Message with id 20 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A770100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 21 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008A770100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21 MTC@02de37bb920a: Message with id 21 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008AAA010000005506198FB380000000000000000000000000009D04002B'O } id 22 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008AAA010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 MTC@02de37bb920a: Message with id 22 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008ADD0100000059061A00000000000000000000000000000000FF9D0400'O } id 23 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008ADD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 MTC@02de37bb920a: Message with id 23 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B100100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 24 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008B100100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 24 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 24 MTC@02de37bb920a: Message with id 24 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B430100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 25 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008B430100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25 MTC@02de37bb920a: Message with id 25 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B76010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 26 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008B76010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35702, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35702, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 26 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35702, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 26 MTC@02de37bb920a: Message with id 26 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BA90100000059061A00000000000000000000000000000000FF9D0400'O } id 27 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008BA90100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 27 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 27 MTC@02de37bb920a: Message with id 27 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BDC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 28 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008BDC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 28 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 28 MTC@02de37bb920a: Message with id 28 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C0F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 29 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008C0F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29 MTC@02de37bb920a: Message with id 29 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C42010000005506198FB380000000000000000000000000009D04002B'O } id 30 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008C42010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 MTC@02de37bb920a: Message with id 30 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C750100000059061A00000000000000000000000000000000FF9D0400'O } id 31 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008C750100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@02de37bb920a: Message with id 31 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008CA80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 32 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008CA80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 32 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 32 MTC@02de37bb920a: Message with id 32 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008CDB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 33 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008CDB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33 MTC@02de37bb920a: Message with id 33 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Timeout T: 8 s MTC@02de37bb920a: "TC_si_default": TC=0 has #of SI=4 MTC@02de37bb920a: "TC_si_default": TC=1 has #of SI=4 MTC@02de37bb920a: "TC_si_default": TC=2 has #of SI=4 MTC@02de37bb920a: "TC_si_default": TC=3 has #of SI=5 MTC@02de37bb920a: "TC_si_default": TC=4 has #of SI=4 MTC@02de37bb920a: "TC_si_default": TC=5 has #of SI=4 MTC@02de37bb920a: "TC_si_default": TC=6 has #of SI=4 MTC@02de37bb920a: "TC_si_default": TC=7 has #of SI=4 MTC@02de37bb920a: setverdict(pass): none -> pass MTC@02de37bb920a: Terminating component type Test.dummy_CT. MTC@02de37bb920a: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was unmapped from system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was stopped. MTC@02de37bb920a: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was unmapped from system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was stopped. MTC@02de37bb920a: Component type Test.dummy_CT was shut down inside testcase TC_si_default. MTC@02de37bb920a: Waiting for PTCs to finish. MTC@02de37bb920a: Setting final verdict of the test case. MTC@02de37bb920a: Local verdict of MTC: pass MTC@02de37bb920a: No PTCs were created. MTC@02de37bb920a: Test case TC_si_default finished. Verdict: pass MC@02de37bb920a: Test execution finished. MTC@02de37bb920a: Executing test case TC_si_sched_2bis in module Test. MTC@02de37bb920a: Test case TC_si_sched_2bis started. MTC@02de37bb920a: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2bis. MTC@02de37bb920a: Port GSMTAP was started. MTC@02de37bb920a: Port BSCVTY was started. MTC@02de37bb920a: Component type Test.dummy_CT was initialized. MTC@02de37bb920a: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was mapped to system:GSMTAP. MTC@02de37bb920a: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@02de37bb920a: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@02de37bb920a: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was mapped to system:BSCVTY. MTC@02de37bb920a: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@02de37bb920a: Sent on BSCVTY to system charstring : "enable" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Message with id 1 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Message with id 2 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@02de37bb920a: Message with id 3 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Message with id 4 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2bis mode static" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 MTC@02de37bb920a: Message with id 10 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 11 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 MTC@02de37bb920a: Message with id 11 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 MTC@02de37bb920a: Message with id 12 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 MTC@02de37bb920a: Message with id 13 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 14 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 MTC@02de37bb920a: Message with id 14 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 MTC@02de37bb920a: Message with id 15 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 16 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 MTC@02de37bb920a: Message with id 16 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@02de37bb920a: Message with id 17 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 18 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 18 MTC@02de37bb920a: Message with id 18 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 MTC@02de37bb920a: Message with id 19 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 20 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20 MTC@02de37bb920a: Message with id 20 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 MTC@02de37bb920a: Message with id 21 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22 MTC@02de37bb920a: Message with id 22 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 23 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23 MTC@02de37bb920a: Message with id 23 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24 MTC@02de37bb920a: Message with id 24 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 25 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25 MTC@02de37bb920a: Message with id 25 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 MTC@02de37bb920a: Message with id 26 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "gprs mode none" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27 MTC@02de37bb920a: Message with id 27 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 MTC@02de37bb920a: Message with id 28 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 29 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29 MTC@02de37bb920a: Message with id 29 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30 MTC@02de37bb920a: Message with id 30 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31 MTC@02de37bb920a: Message with id 31 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 32 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32 MTC@02de37bb920a: Message with id 32 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33 MTC@02de37bb920a: Message with id 33 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 34 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34 MTC@02de37bb920a: Message with id 34 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 MTC@02de37bb920a: Message with id 35 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@02de37bb920a: 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@02de37bb920a: Message with id 36 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 MTC@02de37bb920a: Message with id 37 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 38 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38 MTC@02de37bb920a: Message with id 38 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 MTC@02de37bb920a: Message with id 39 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "write terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message with id 40 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 MTC@02de37bb920a: Message with id 41 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42 MTC@02de37bb920a: Message with id 42 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008D0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D4101000000550602BFE809B3FF00000000000000000000007900002B'O } id 2 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008D4101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D740100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 3 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008D740100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008DA70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008DA70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 4 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008DDA010000005506198FB380000000000000000000000000009D04002B'O } id 5 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008DDA010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: Message with id 1 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 2 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 3 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 4 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 5 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Port GSMTAP was cleared. MTC@02de37bb920a: Start timer T: 8 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E0D0100000059061A00000000000000000000000000000000FF9D0400'O } id 6 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008E0D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E400100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 7 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008E400100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E730100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 8 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008E730100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008EA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 9 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008EA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008ED901000000550602BFE809B3FF00000000000000000000007900002B'O } id 10 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008ED901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 10 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 10 MTC@02de37bb920a: Message with id 10 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F0C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 11 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008F0C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 11 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 11 MTC@02de37bb920a: Message with id 11 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F3F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 12 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008F3F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12 MTC@02de37bb920a: Message with id 12 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F72010000005506198FB380000000000000000000000000009D04002B'O } id 13 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008F72010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@02de37bb920a: Message with id 13 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008FA50100000059061A00000000000000000000000000000000FF9D0400'O } id 14 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008FA50100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 MTC@02de37bb920a: Message with id 14 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008FD80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 15 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008FD80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 MTC@02de37bb920a: Message with id 15 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000900B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 16 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000900B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16 MTC@02de37bb920a: Message with id 16 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000903E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 17 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000903E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 MTC@02de37bb920a: Message with id 17 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000907101000000550602BFE809B3FF00000000000000000000007900002B'O } id 18 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000907101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 18 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 18 MTC@02de37bb920a: Message with id 18 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090A40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 19 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000090A40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 19 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 19 MTC@02de37bb920a: Message with id 19 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090D70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 20 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000090D70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20 MTC@02de37bb920a: Message with id 20 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000910A010000005506198FB380000000000000000000000000009D04002B'O } id 21 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000910A010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@02de37bb920a: Message with id 21 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000913D0100000059061A00000000000000000000000000000000FF9D0400'O } id 22 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000913D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 MTC@02de37bb920a: Message with id 22 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091700100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 23 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000091700100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 23 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 23 MTC@02de37bb920a: Message with id 23 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091A30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 24 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000091A30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24 MTC@02de37bb920a: Message with id 24 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091D6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 25 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000091D6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 MTC@02de37bb920a: Message with id 25 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000920901000000550602BFE809B3FF00000000000000000000007900002B'O } id 26 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000920901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 26 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 26 MTC@02de37bb920a: Message with id 26 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000923C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 27 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000923C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 27 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 27 MTC@02de37bb920a: Message with id 27 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000926F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 28 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000926F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28 MTC@02de37bb920a: Message with id 28 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092A2010000005506198FB380000000000000000000000000009D04002B'O } id 29 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000092A2010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 MTC@02de37bb920a: Message with id 29 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092D50100000059061A00000000000000000000000000000000FF9D0400'O } id 30 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000092D50100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 MTC@02de37bb920a: Message with id 30 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093080100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 31 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000093080100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 31 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 31 MTC@02de37bb920a: Message with id 31 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000933B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 32 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000933B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 32 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 32 MTC@02de37bb920a: Message with id 32 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000936E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 33 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000936E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 MTC@02de37bb920a: Message with id 33 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093A101000000550602BFE809B3FF00000000000000000000007900002B'O } id 34 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000093A101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 34 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 34 MTC@02de37bb920a: Message with id 34 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093D40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 35 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000093D40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 35 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 35 MTC@02de37bb920a: Message with id 35 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094070100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 36 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000094070100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 36 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 36 MTC@02de37bb920a: Message with id 36 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000943A010000005506198FB380000000000000000000000000009D04002B'O } id 37 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000943A010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 MTC@02de37bb920a: Message with id 37 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000946D0100000059061A00000000000000000000000000000000FF9D0400'O } id 38 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000946D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 MTC@02de37bb920a: Message with id 38 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094A00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 39 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000094A00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 39 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 39 MTC@02de37bb920a: Message with id 39 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Timeout T: 8 s MTC@02de37bb920a: "TC_si_sched_2bis": TC=0 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_2bis": TC=1 has #of SI=5 MTC@02de37bb920a: "TC_si_sched_2bis": TC=2 has #of SI=5 MTC@02de37bb920a: "TC_si_sched_2bis": TC=3 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_2bis": TC=4 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_2bis": TC=5 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_2bis": TC=6 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_2bis": TC=7 has #of SI=4 MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43 MTC@02de37bb920a: Message with id 43 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 44 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44 MTC@02de37bb920a: Message with id 44 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45 MTC@02de37bb920a: Message with id 45 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 46 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46 MTC@02de37bb920a: Message with id 46 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 MTC@02de37bb920a: Message with id 47 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48 MTC@02de37bb920a: Message with id 48 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 MTC@02de37bb920a: Message with id 49 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 50 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50 MTC@02de37bb920a: Message with id 50 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51 MTC@02de37bb920a: Message with id 51 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52 MTC@02de37bb920a: Message with id 52 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 53 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53 MTC@02de37bb920a: Message with id 53 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54 MTC@02de37bb920a: Message with id 54 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 55 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55 MTC@02de37bb920a: Message with id 55 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 MTC@02de37bb920a: Message with id 56 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57 MTC@02de37bb920a: Message with id 57 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 MTC@02de37bb920a: Message with id 58 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 59 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59 MTC@02de37bb920a: Message with id 59 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60 MTC@02de37bb920a: Message with id 60 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61 MTC@02de37bb920a: Message with id 61 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 62 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62 MTC@02de37bb920a: Message with id 62 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63 MTC@02de37bb920a: Message with id 63 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 64 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64 MTC@02de37bb920a: Message with id 64 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 MTC@02de37bb920a: Message with id 65 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "gprs mode none" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66 MTC@02de37bb920a: Message with id 66 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 MTC@02de37bb920a: Message with id 67 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 68 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68 MTC@02de37bb920a: Message with id 68 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69 MTC@02de37bb920a: Message with id 69 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70 MTC@02de37bb920a: Message with id 70 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 71 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71 MTC@02de37bb920a: Message with id 71 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72 MTC@02de37bb920a: Message with id 72 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 73 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73 MTC@02de37bb920a: Message with id 73 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 MTC@02de37bb920a: Message with id 74 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@02de37bb920a: 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@02de37bb920a: Message with id 75 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 MTC@02de37bb920a: Message with id 76 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 77 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77 MTC@02de37bb920a: Message with id 77 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 MTC@02de37bb920a: Message with id 78 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "write terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message with id 79 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 MTC@02de37bb920a: Message with id 80 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81 MTC@02de37bb920a: Message with id 81 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094D30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 40 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000094D30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 40 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009506010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 41 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009506010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 41 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000095390100000059061A00000000000000000000000000000000FF9D0400'O } id 42 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000095390100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 42 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000956C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 43 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000956C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 43 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: setverdict(pass): none -> pass MTC@02de37bb920a: Terminating component type Test.dummy_CT. MTC@02de37bb920a: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was unmapped from system:GSMTAP. MTC@02de37bb920a: Message with id 40 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 41 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 42 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 43 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Port GSMTAP was stopped. MTC@02de37bb920a: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was unmapped from system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was stopped. MTC@02de37bb920a: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2bis. MTC@02de37bb920a: Waiting for PTCs to finish. MTC@02de37bb920a: Setting final verdict of the test case. MTC@02de37bb920a: Local verdict of MTC: pass MTC@02de37bb920a: No PTCs were created. MTC@02de37bb920a: Test case TC_si_sched_2bis finished. Verdict: pass MC@02de37bb920a: Test execution finished. MTC@02de37bb920a: Executing test case TC_si_sched_2ter in module Test. MTC@02de37bb920a: Test case TC_si_sched_2ter started. MTC@02de37bb920a: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter. MTC@02de37bb920a: Port GSMTAP was started. MTC@02de37bb920a: Port BSCVTY was started. MTC@02de37bb920a: Component type Test.dummy_CT was initialized. MTC@02de37bb920a: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was mapped to system:GSMTAP. MTC@02de37bb920a: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@02de37bb920a: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@02de37bb920a: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was mapped to system:BSCVTY. MTC@02de37bb920a: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@02de37bb920a: Sent on BSCVTY to system charstring : "enable" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Message with id 1 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Message with id 2 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@02de37bb920a: Message with id 3 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Message with id 4 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Message with id 10 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 MTC@02de37bb920a: Message with id 11 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 12 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 MTC@02de37bb920a: Message with id 12 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 MTC@02de37bb920a: Message with id 13 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 14 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 MTC@02de37bb920a: Message with id 14 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 MTC@02de37bb920a: Message with id 15 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2ter mode static" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 16 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 16 MTC@02de37bb920a: Message with id 16 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@02de37bb920a: Message with id 17 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18 MTC@02de37bb920a: Message with id 18 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 MTC@02de37bb920a: Message with id 19 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 20 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20 MTC@02de37bb920a: Message with id 20 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 MTC@02de37bb920a: Message with id 21 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22 MTC@02de37bb920a: Message with id 22 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 23 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23 MTC@02de37bb920a: Message with id 23 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24 MTC@02de37bb920a: Message with id 24 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 25 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25 MTC@02de37bb920a: Message with id 25 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 MTC@02de37bb920a: Message with id 26 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "gprs mode none" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27 MTC@02de37bb920a: Message with id 27 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 MTC@02de37bb920a: Message with id 28 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 29 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29 MTC@02de37bb920a: Message with id 29 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30 MTC@02de37bb920a: Message with id 30 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31 MTC@02de37bb920a: Message with id 31 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 32 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32 MTC@02de37bb920a: Message with id 32 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33 MTC@02de37bb920a: Message with id 33 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 34 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34 MTC@02de37bb920a: Message with id 34 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 MTC@02de37bb920a: Message with id 35 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@02de37bb920a: 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@02de37bb920a: Message with id 36 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 MTC@02de37bb920a: Message with id 37 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 38 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38 MTC@02de37bb920a: Message with id 38 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 MTC@02de37bb920a: Message with id 39 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "write terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message with id 40 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 MTC@02de37bb920a: Message with id 41 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42 MTC@02de37bb920a: Message with id 42 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000959F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000959F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000095D2010000005506198FB380000000000000000000000000009D04002B'O } id 2 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000095D2010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096050100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000096050100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096380100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 4 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000096380100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 4 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: Message with id 1 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 2 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 3 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 4 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Port GSMTAP was cleared. MTC@02de37bb920a: Start timer T: 8 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000966B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000966B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000969E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000969E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096D101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 7 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000096D101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 7 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097040100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 8 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000097040100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 8 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097370100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 9 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000097370100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 9 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000976A010000005506198FB380000000000000000000000000009D04002B'O } id 10 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000976A010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 MTC@02de37bb920a: Message with id 10 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000979D0100000059061A00000000000000000000000000000000FF9D0400'O } id 11 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000979D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11 MTC@02de37bb920a: Message with id 11 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097D00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 12 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000097D00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 12 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 12 MTC@02de37bb920a: Message with id 12 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000098030100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 13 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000098030100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@02de37bb920a: Message with id 13 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009836010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 14 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009836010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 MTC@02de37bb920a: Message with id 14 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000986901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 15 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000986901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 15 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 15 MTC@02de37bb920a: Message with id 15 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000989C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 16 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000989C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 16 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 16 MTC@02de37bb920a: Message with id 16 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000098CF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 17 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000098CF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 17 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 17 MTC@02de37bb920a: Message with id 17 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009902010000005506198FB380000000000000000000000000009D04002B'O } id 18 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009902010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 MTC@02de37bb920a: Message with id 18 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099350100000059061A00000000000000000000000000000000FF9D0400'O } id 19 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000099350100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 MTC@02de37bb920a: Message with id 19 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099680100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 20 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000099680100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 20 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 20 MTC@02de37bb920a: Message with id 20 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000999B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 21 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000999B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 21 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 21 MTC@02de37bb920a: Message with id 21 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099CE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 22 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000099CE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 22 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 22 MTC@02de37bb920a: Message with id 22 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A0101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 23 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009A0101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 23 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 23 MTC@02de37bb920a: Message with id 23 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A340100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 24 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009A340100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 24 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 24 MTC@02de37bb920a: Message with id 24 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A670100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 25 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009A670100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 25 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 25 MTC@02de37bb920a: Message with id 25 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A9A010000005506198FB380000000000000000000000000009D04002B'O } id 26 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009A9A010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 MTC@02de37bb920a: Message with id 26 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009ACD0100000059061A00000000000000000000000000000000FF9D0400'O } id 27 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009ACD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 MTC@02de37bb920a: Message with id 27 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B000100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 28 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009B000100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 28 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 28 MTC@02de37bb920a: Message with id 28 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B330100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 29 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009B330100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 29 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 29 MTC@02de37bb920a: Message with id 29 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B66010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 30 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009B66010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 MTC@02de37bb920a: Message with id 30 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B9901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 31 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009B9901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 31 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 31 MTC@02de37bb920a: Message with id 31 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009BCC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 32 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009BCC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 32 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 32 MTC@02de37bb920a: Message with id 32 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009BFF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 33 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009BFF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 33 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 33 MTC@02de37bb920a: Message with id 33 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009C32010000005506198FB380000000000000000000000000009D04002B'O } id 34 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009C32010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@02de37bb920a: Message with id 34 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009C650100000059061A00000000000000000000000000000000FF9D0400'O } id 35 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009C650100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@02de37bb920a: Message with id 35 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009C980100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 36 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009C980100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 36 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 36 MTC@02de37bb920a: Message with id 36 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009CCB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 37 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009CCB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 37 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 37 MTC@02de37bb920a: Message with id 37 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009CFE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 38 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009CFE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 38 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 38 MTC@02de37bb920a: Message with id 38 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Timeout T: 8 s MTC@02de37bb920a: "TC_si_sched_2ter": TC=0 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_2ter": TC=1 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_2ter": TC=2 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_2ter": TC=3 has #of SI=5 MTC@02de37bb920a: "TC_si_sched_2ter": TC=4 has #of SI=5 MTC@02de37bb920a: "TC_si_sched_2ter": TC=5 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_2ter": TC=6 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_2ter": TC=7 has #of SI=4 MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43 MTC@02de37bb920a: Message with id 43 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 44 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44 MTC@02de37bb920a: Message with id 44 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45 MTC@02de37bb920a: Message with id 45 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 46 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46 MTC@02de37bb920a: Message with id 46 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 MTC@02de37bb920a: Message with id 47 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48 MTC@02de37bb920a: Message with id 48 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 MTC@02de37bb920a: Message with id 49 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 50 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50 MTC@02de37bb920a: Message with id 50 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51 MTC@02de37bb920a: Message with id 51 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52 MTC@02de37bb920a: Message with id 52 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 53 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53 MTC@02de37bb920a: Message with id 53 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54 MTC@02de37bb920a: Message with id 54 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 55 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55 MTC@02de37bb920a: Message with id 55 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 MTC@02de37bb920a: Message with id 56 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57 MTC@02de37bb920a: Message with id 57 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 MTC@02de37bb920a: Message with id 58 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 59 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59 MTC@02de37bb920a: Message with id 59 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60 MTC@02de37bb920a: Message with id 60 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61 MTC@02de37bb920a: Message with id 61 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 62 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62 MTC@02de37bb920a: Message with id 62 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63 MTC@02de37bb920a: Message with id 63 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 64 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64 MTC@02de37bb920a: Message with id 64 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 MTC@02de37bb920a: Message with id 65 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "gprs mode none" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66 MTC@02de37bb920a: Message with id 66 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 MTC@02de37bb920a: Message with id 67 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 68 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68 MTC@02de37bb920a: Message with id 68 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69 MTC@02de37bb920a: Message with id 69 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70 MTC@02de37bb920a: Message with id 70 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 71 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71 MTC@02de37bb920a: Message with id 71 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72 MTC@02de37bb920a: Message with id 72 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 73 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73 MTC@02de37bb920a: Message with id 73 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 MTC@02de37bb920a: Message with id 74 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@02de37bb920a: 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@02de37bb920a: Message with id 75 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 MTC@02de37bb920a: Message with id 76 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 77 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77 MTC@02de37bb920a: Message with id 77 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 MTC@02de37bb920a: Message with id 78 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "write terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message with id 79 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 MTC@02de37bb920a: Message with id 80 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81 MTC@02de37bb920a: Message with id 81 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009D310100000059061A00000000000000000000000000000000FF9D0400'O } id 39 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009D310100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 39 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009D640100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 40 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009D640100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 40 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009D970100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 41 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009D970100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 41 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009DCA010000005506198FB380000000000000000000000000009D04002B'O } id 42 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009DCA010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 42 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009DFD0100000059061A00000000000000000000000000000000FF9D0400'O } id 43 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009DFD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 43 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: setverdict(pass): none -> pass MTC@02de37bb920a: Terminating component type Test.dummy_CT. MTC@02de37bb920a: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was unmapped from system:GSMTAP. MTC@02de37bb920a: Message with id 39 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 40 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 41 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 42 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 43 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Port GSMTAP was stopped. MTC@02de37bb920a: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was unmapped from system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was stopped. MTC@02de37bb920a: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter. MTC@02de37bb920a: Waiting for PTCs to finish. MTC@02de37bb920a: Setting final verdict of the test case. MTC@02de37bb920a: Local verdict of MTC: pass MTC@02de37bb920a: No PTCs were created. MTC@02de37bb920a: Test case TC_si_sched_2ter finished. Verdict: pass MC@02de37bb920a: Test execution finished. MTC@02de37bb920a: Executing test case TC_si_sched_2ter_2bis in module Test. MTC@02de37bb920a: Test case TC_si_sched_2ter_2bis started. MTC@02de37bb920a: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter_2bis. MTC@02de37bb920a: Port GSMTAP was started. MTC@02de37bb920a: Port BSCVTY was started. MTC@02de37bb920a: Component type Test.dummy_CT was initialized. MTC@02de37bb920a: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was mapped to system:GSMTAP. MTC@02de37bb920a: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@02de37bb920a: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@02de37bb920a: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was mapped to system:BSCVTY. MTC@02de37bb920a: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@02de37bb920a: Sent on BSCVTY to system charstring : "enable" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Message with id 1 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Message with id 2 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@02de37bb920a: Message with id 3 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Message with id 4 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2bis mode static" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 MTC@02de37bb920a: Message with id 10 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 11 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 MTC@02de37bb920a: Message with id 11 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 MTC@02de37bb920a: Message with id 12 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 MTC@02de37bb920a: Message with id 13 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 14 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 MTC@02de37bb920a: Message with id 14 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 MTC@02de37bb920a: Message with id 15 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 16 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 MTC@02de37bb920a: Message with id 16 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@02de37bb920a: Message with id 17 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2ter mode static" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18 MTC@02de37bb920a: Message with id 18 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 MTC@02de37bb920a: Message with id 19 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 MTC@02de37bb920a: Message with id 20 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21 MTC@02de37bb920a: Message with id 21 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 22 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22 MTC@02de37bb920a: Message with id 22 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 MTC@02de37bb920a: Message with id 23 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24 MTC@02de37bb920a: Message with id 24 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 25 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25 MTC@02de37bb920a: Message with id 25 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26 MTC@02de37bb920a: Message with id 26 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 27 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27 MTC@02de37bb920a: Message with id 27 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 MTC@02de37bb920a: Message with id 28 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "gprs mode none" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 29 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30 MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 29 MTC@02de37bb920a: Message with id 29 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30 MTC@02de37bb920a: Message with id 30 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 31 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31 MTC@02de37bb920a: Message with id 31 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32 MTC@02de37bb920a: Message with id 32 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33 MTC@02de37bb920a: Message with id 33 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 34 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34 MTC@02de37bb920a: Message with id 34 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35 MTC@02de37bb920a: Message with id 35 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 36 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36 MTC@02de37bb920a: Message with id 36 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 MTC@02de37bb920a: Message with id 37 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 38 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@02de37bb920a: 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@02de37bb920a: Message with id 38 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39 MTC@02de37bb920a: Message with id 39 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 40 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40 MTC@02de37bb920a: Message with id 40 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 MTC@02de37bb920a: Message with id 41 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "write terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message with id 42 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43 MTC@02de37bb920a: Message with id 43 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 MTC@02de37bb920a: Message with id 44 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009E300100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 1 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009E300100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 1 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009E630100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009E630100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009E96010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009E96010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 3 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009EC901000000550602BFE809B3FF00000000000000000000007900002B'O } id 4 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009EC901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 4 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: Message with id 1 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 2 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 3 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 4 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Port GSMTAP was cleared. MTC@02de37bb920a: Start timer T: 8 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009EFC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 5 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009EFC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 5 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009F2F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009F2F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009F62010000005506198FB380000000000000000000000000009D04002B'O } id 7 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009F62010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009F950100000059061A00000000000000000000000000000000FF9D0400'O } id 8 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009F950100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009FC80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 9 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009FC80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 9 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009FFB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 10 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009FFB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10 MTC@02de37bb920a: Message with id 10 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A02E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 11 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A02E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 11 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 11 MTC@02de37bb920a: Message with id 11 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A06101000000550602BFE809B3FF00000000000000000000007900002B'O } id 12 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A06101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 12 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 12 MTC@02de37bb920a: Message with id 12 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A0940100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 13 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A0940100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 13 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 13 MTC@02de37bb920a: Message with id 13 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A0C70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 14 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A0C70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 MTC@02de37bb920a: Message with id 14 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A0FA010000005506198FB380000000000000000000000000009D04002B'O } id 15 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A0FA010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 MTC@02de37bb920a: Message with id 15 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A12D0100000059061A00000000000000000000000000000000FF9D0400'O } id 16 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A12D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 MTC@02de37bb920a: Message with id 16 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1600100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 17 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A1600100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 17 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 17 MTC@02de37bb920a: Message with id 17 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1930100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 18 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A1930100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 MTC@02de37bb920a: Message with id 18 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1C6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 19 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A1C6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 MTC@02de37bb920a: Message with id 19 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1F901000000550602BFE809B3FF00000000000000000000007900002B'O } id 20 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A1F901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 20 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 20 MTC@02de37bb920a: Message with id 20 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A22C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 21 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A22C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 21 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 21 MTC@02de37bb920a: Message with id 21 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A25F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 22 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A25F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22 MTC@02de37bb920a: Message with id 22 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A292010000005506198FB380000000000000000000000000009D04002B'O } id 23 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A292010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 MTC@02de37bb920a: Message with id 23 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A2C50100000059061A00000000000000000000000000000000FF9D0400'O } id 24 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A2C50100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 MTC@02de37bb920a: Message with id 24 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A2F80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 25 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A2F80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 25 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 25 MTC@02de37bb920a: Message with id 25 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A32B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 26 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A32B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26 MTC@02de37bb920a: Message with id 26 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A35E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 27 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A35E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 27 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 27 MTC@02de37bb920a: Message with id 27 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A39101000000550602BFE809B3FF00000000000000000000007900002B'O } id 28 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A39101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 28 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 28 MTC@02de37bb920a: Message with id 28 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A3C40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 29 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A3C40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 29 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 29 MTC@02de37bb920a: Message with id 29 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A3F70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 30 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A3F70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30 MTC@02de37bb920a: Message with id 30 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A42A010000005506198FB380000000000000000000000000009D04002B'O } id 31 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A42A010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@02de37bb920a: Message with id 31 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A45D0100000059061A00000000000000000000000000000000FF9D0400'O } id 32 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A45D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@02de37bb920a: Message with id 32 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A4900100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 33 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A4900100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 33 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 33 MTC@02de37bb920a: Message with id 33 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A4C30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 34 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A4C30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34 MTC@02de37bb920a: Message with id 34 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A4F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 35 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A4F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@02de37bb920a: Message with id 35 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A52901000000550602BFE809B3FF00000000000000000000007900002B'O } id 36 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A52901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 36 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 36 MTC@02de37bb920a: Message with id 36 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A55C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 37 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A55C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 37 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 37 MTC@02de37bb920a: Message with id 37 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A58F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 38 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A58F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38 MTC@02de37bb920a: Message with id 38 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Timeout T: 8 s MTC@02de37bb920a: "TC_si_sched_2ter_2bis": TC=0 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_2ter_2bis": TC=1 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_2ter_2bis": TC=2 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_2ter_2bis": TC=3 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_2ter_2bis": TC=4 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_2ter_2bis": TC=5 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_2ter_2bis": TC=6 has #of SI=5 MTC@02de37bb920a: "TC_si_sched_2ter_2bis": TC=7 has #of SI=5 MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45 MTC@02de37bb920a: Message with id 45 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 46 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46 MTC@02de37bb920a: Message with id 46 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47 MTC@02de37bb920a: Message with id 47 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 48 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48 MTC@02de37bb920a: Message with id 48 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 MTC@02de37bb920a: Message with id 49 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50 MTC@02de37bb920a: Message with id 50 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51 MTC@02de37bb920a: Message with id 51 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 52 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52 MTC@02de37bb920a: Message with id 52 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53 MTC@02de37bb920a: Message with id 53 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54 MTC@02de37bb920a: Message with id 54 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 55 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55 MTC@02de37bb920a: Message with id 55 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56 MTC@02de37bb920a: Message with id 56 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 57 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57 MTC@02de37bb920a: Message with id 57 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 MTC@02de37bb920a: Message with id 58 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59 MTC@02de37bb920a: Message with id 59 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60 MTC@02de37bb920a: Message with id 60 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 61 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61 MTC@02de37bb920a: Message with id 61 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62 MTC@02de37bb920a: Message with id 62 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63 MTC@02de37bb920a: Message with id 63 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 64 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64 MTC@02de37bb920a: Message with id 64 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65 MTC@02de37bb920a: Message with id 65 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 66 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66 MTC@02de37bb920a: Message with id 66 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 MTC@02de37bb920a: Message with id 67 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "gprs mode none" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69 MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68 MTC@02de37bb920a: Message with id 68 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69 MTC@02de37bb920a: Message with id 69 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 70 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70 MTC@02de37bb920a: Message with id 70 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71 MTC@02de37bb920a: Message with id 71 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72 MTC@02de37bb920a: Message with id 72 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 73 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73 MTC@02de37bb920a: Message with id 73 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74 MTC@02de37bb920a: Message with id 74 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 75 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75 MTC@02de37bb920a: Message with id 75 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 MTC@02de37bb920a: Message with id 76 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 77 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@02de37bb920a: 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@02de37bb920a: Message with id 77 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78 MTC@02de37bb920a: Message with id 78 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 79 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79 MTC@02de37bb920a: Message with id 79 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 MTC@02de37bb920a: Message with id 80 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "write terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message with id 81 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82 MTC@02de37bb920a: Message with id 82 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83 MTC@02de37bb920a: Message with id 83 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A5C2010000005506198FB380000000000000000000000000009D04002B'O } id 39 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A5C2010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A5F50100000059061A00000000000000000000000000000000FF9D0400'O } id 40 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A5F50100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A6280100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 41 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A6280100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 41 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A65B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 42 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A65B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 42 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: setverdict(pass): none -> pass MTC@02de37bb920a: Terminating component type Test.dummy_CT. MTC@02de37bb920a: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was unmapped from system:GSMTAP. MTC@02de37bb920a: Message with id 39 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 40 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 41 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 42 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Port GSMTAP was stopped. MTC@02de37bb920a: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was unmapped from system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was stopped. MTC@02de37bb920a: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter_2bis. MTC@02de37bb920a: Waiting for PTCs to finish. MTC@02de37bb920a: Setting final verdict of the test case. MTC@02de37bb920a: Local verdict of MTC: pass MTC@02de37bb920a: No PTCs were created. MTC@02de37bb920a: Test case TC_si_sched_2ter_2bis finished. Verdict: pass MC@02de37bb920a: Test execution finished. MTC@02de37bb920a: Executing test case TC_si_sched_2quater in module Test. MTC@02de37bb920a: Test case TC_si_sched_2quater started. MTC@02de37bb920a: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2quater. MTC@02de37bb920a: Port GSMTAP was started. MTC@02de37bb920a: Port BSCVTY was started. MTC@02de37bb920a: Component type Test.dummy_CT was initialized. MTC@02de37bb920a: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was mapped to system:GSMTAP. MTC@02de37bb920a: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@02de37bb920a: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@02de37bb920a: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was mapped to system:BSCVTY. MTC@02de37bb920a: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@02de37bb920a: Sent on BSCVTY to system charstring : "enable" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Message with id 1 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Message with id 2 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@02de37bb920a: Message with id 3 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Message with id 4 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Message with id 10 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 MTC@02de37bb920a: Message with id 11 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 12 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 MTC@02de37bb920a: Message with id 12 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 MTC@02de37bb920a: Message with id 13 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 14 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 MTC@02de37bb920a: Message with id 14 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 MTC@02de37bb920a: Message with id 15 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16 MTC@02de37bb920a: Message with id 16 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@02de37bb920a: Message with id 17 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 18 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18 MTC@02de37bb920a: Message with id 18 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19 MTC@02de37bb920a: Message with id 19 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20 MTC@02de37bb920a: Message with id 20 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 21 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21 MTC@02de37bb920a: Message with id 21 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22 MTC@02de37bb920a: Message with id 22 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 23 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23 MTC@02de37bb920a: Message with id 23 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24 MTC@02de37bb920a: Message with id 24 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "gprs mode none" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 25 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 25 MTC@02de37bb920a: Message with id 25 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 MTC@02de37bb920a: Message with id 26 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 27 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27 MTC@02de37bb920a: Message with id 27 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28 MTC@02de37bb920a: Message with id 28 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29 MTC@02de37bb920a: Message with id 29 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 30 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30 MTC@02de37bb920a: Message with id 30 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31 MTC@02de37bb920a: Message with id 31 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 32 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32 MTC@02de37bb920a: Message with id 32 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33 MTC@02de37bb920a: Message with id 33 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " si2quater neighbor-list add uarfcn 23 42 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34 MTC@02de37bb920a: Message with id 34 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 MTC@02de37bb920a: Message with id 35 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 36 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36 MTC@02de37bb920a: Message with id 36 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37 MTC@02de37bb920a: Message with id 37 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "write terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message with id 38 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 MTC@02de37bb920a: Message with id 39 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40 MTC@02de37bb920a: Message with id 40 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A68E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A68E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A6C101000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A6C101000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A6F40100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O } id 3 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A6F40100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } } id 3 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A7270100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A7270100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 4 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A75A010000005506198FB380000000000000000000000000009D04002B'O } id 5 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A75A010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41 MTC@02de37bb920a: Message with id 41 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 42 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42 MTC@02de37bb920a: Message with id 42 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43 MTC@02de37bb920a: Message with id 43 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 44 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44 MTC@02de37bb920a: Message with id 44 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45 MTC@02de37bb920a: Message with id 45 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46 MTC@02de37bb920a: Message with id 46 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 MTC@02de37bb920a: Message with id 47 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 48 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48 MTC@02de37bb920a: Message with id 48 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 MTC@02de37bb920a: Message with id 49 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50 MTC@02de37bb920a: Message with id 50 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 51 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51 MTC@02de37bb920a: Message with id 51 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52 MTC@02de37bb920a: Message with id 52 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 53 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53 MTC@02de37bb920a: Message with id 53 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54 MTC@02de37bb920a: Message with id 54 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55 MTC@02de37bb920a: Message with id 55 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 MTC@02de37bb920a: Message with id 56 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 57 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57 MTC@02de37bb920a: Message with id 57 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58 MTC@02de37bb920a: Message with id 58 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59 MTC@02de37bb920a: Message with id 59 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 60 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60 MTC@02de37bb920a: Message with id 60 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61 MTC@02de37bb920a: Message with id 61 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 62 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62 MTC@02de37bb920a: Message with id 62 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63 MTC@02de37bb920a: Message with id 63 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "gprs mode none" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64 MTC@02de37bb920a: Message with id 64 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 MTC@02de37bb920a: Message with id 65 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 66 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66 MTC@02de37bb920a: Message with id 66 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67 MTC@02de37bb920a: Message with id 67 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68 MTC@02de37bb920a: Message with id 68 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 69 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69 MTC@02de37bb920a: Message with id 69 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70 MTC@02de37bb920a: Message with id 70 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 71 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71 MTC@02de37bb920a: Message with id 71 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72 MTC@02de37bb920a: Message with id 72 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 73 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 73 MTC@02de37bb920a: Message with id 73 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 MTC@02de37bb920a: Message with id 74 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 75 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75 MTC@02de37bb920a: Message with id 75 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76 MTC@02de37bb920a: Message with id 76 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "write terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message with id 77 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 MTC@02de37bb920a: Message with id 78 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79 MTC@02de37bb920a: Message with id 79 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A78D0100000059061A00000000000000000000000000000000FF9D0400'O } id 6 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A78D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A7C00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 7 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A7C00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A7F30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 8 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A7F30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A826010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 9 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A826010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: setverdict(pass): none -> pass MTC@02de37bb920a: Terminating component type Test.dummy_CT. MTC@02de37bb920a: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was unmapped from system:GSMTAP. MTC@02de37bb920a: Message with id 1 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 2 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 3 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 4 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 5 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 6 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 7 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 8 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 9 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Port GSMTAP was stopped. MTC@02de37bb920a: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was unmapped from system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was stopped. MTC@02de37bb920a: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2quater. MTC@02de37bb920a: Waiting for PTCs to finish. MTC@02de37bb920a: Setting final verdict of the test case. MTC@02de37bb920a: Local verdict of MTC: pass MTC@02de37bb920a: No PTCs were created. MTC@02de37bb920a: Test case TC_si_sched_2quater finished. Verdict: pass MC@02de37bb920a: Test execution finished. MTC@02de37bb920a: Executing test case TC_si_sched_13 in module Test. MTC@02de37bb920a: Test case TC_si_sched_13 started. MTC@02de37bb920a: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13. MTC@02de37bb920a: Port GSMTAP was started. MTC@02de37bb920a: Port BSCVTY was started. MTC@02de37bb920a: Component type Test.dummy_CT was initialized. MTC@02de37bb920a: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was mapped to system:GSMTAP. MTC@02de37bb920a: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@02de37bb920a: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@02de37bb920a: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was mapped to system:BSCVTY. MTC@02de37bb920a: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@02de37bb920a: Sent on BSCVTY to system charstring : "enable" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Message with id 1 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Message with id 2 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@02de37bb920a: Message with id 3 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Message with id 4 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Message with id 10 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 MTC@02de37bb920a: Message with id 11 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 12 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 MTC@02de37bb920a: Message with id 12 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 MTC@02de37bb920a: Message with id 13 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 14 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 MTC@02de37bb920a: Message with id 14 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 MTC@02de37bb920a: Message with id 15 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16 MTC@02de37bb920a: Message with id 16 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@02de37bb920a: Message with id 17 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 18 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18 MTC@02de37bb920a: Message with id 18 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19 MTC@02de37bb920a: Message with id 19 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20 MTC@02de37bb920a: Message with id 20 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 21 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21 MTC@02de37bb920a: Message with id 21 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22 MTC@02de37bb920a: Message with id 22 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 23 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23 MTC@02de37bb920a: Message with id 23 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24 MTC@02de37bb920a: Message with id 24 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "gprs mode gprs" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 25 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 MTC@02de37bb920a: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode gprs" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode gprs" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " gprs mode gprs" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 25 MTC@02de37bb920a: Message with id 25 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 MTC@02de37bb920a: Message with id 26 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 27 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27 MTC@02de37bb920a: Message with id 27 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28 MTC@02de37bb920a: Message with id 28 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29 MTC@02de37bb920a: Message with id 29 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 30 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30 MTC@02de37bb920a: Message with id 30 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31 MTC@02de37bb920a: Message with id 31 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 32 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32 MTC@02de37bb920a: Message with id 32 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33 MTC@02de37bb920a: Message with id 33 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 34 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@02de37bb920a: 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@02de37bb920a: Message with id 34 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 MTC@02de37bb920a: Message with id 35 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 36 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36 MTC@02de37bb920a: Message with id 36 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37 MTC@02de37bb920a: Message with id 37 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "write terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message with id 38 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 MTC@02de37bb920a: Message with id 39 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40 MTC@02de37bb920a: Message with id 40 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A8590100000059061A00000000000000000000000000000000FF9D0400'O } id 1 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A8590100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A88C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 2 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A88C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 2 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A8BF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 3 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A8BF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 3 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A8F2010000005506198FB380000000000000000000000000009D04002B'O } id 4 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A8F2010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 4 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: Message with id 1 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 2 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 3 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 4 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Port GSMTAP was cleared. MTC@02de37bb920a: Start timer T: 8 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9250100000059061A00000000000000000000000000000000FF9D0400'O } id 5 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A9250100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9580100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 6 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A9580100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A98B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 7 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A98B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 8 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A9BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9F10100000059061A00000000000000000000000000000000FF9D0400'O } id 9 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A9F10100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AA240100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 10 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AA240100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10 MTC@02de37bb920a: Message with id 10 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AA570100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 11 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AA570100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11 MTC@02de37bb920a: Message with id 11 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AA8A010000005506198FB380000000000000000000000000009D04002B'O } id 12 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AA8A010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 12 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 12 MTC@02de37bb920a: Message with id 12 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AABD0100000059061A00000000000000000000000000000000FF9D0400'O } id 13 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AABD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 13 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 13 MTC@02de37bb920a: Message with id 13 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AAF00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 14 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AAF00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14 MTC@02de37bb920a: Message with id 14 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AB230100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 15 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AB230100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15 MTC@02de37bb920a: Message with id 15 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AB56010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 16 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AB56010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 MTC@02de37bb920a: Message with id 16 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AB890100000059061A00000000000000000000000000000000FF9D0400'O } id 17 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AB890100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 17 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 17 MTC@02de37bb920a: Message with id 17 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ABBC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 18 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000ABBC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18 MTC@02de37bb920a: Message with id 18 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ABEF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 19 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000ABEF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19 MTC@02de37bb920a: Message with id 19 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AC22010000005506198FB380000000000000000000000000009D04002B'O } id 20 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AC22010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 20 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 20 MTC@02de37bb920a: Message with id 20 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AC550100000059061A00000000000000000000000000000000FF9D0400'O } id 21 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AC550100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 21 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 21 MTC@02de37bb920a: Message with id 21 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AC880100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 22 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AC880100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22 MTC@02de37bb920a: Message with id 22 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ACBB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 23 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000ACBB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23 MTC@02de37bb920a: Message with id 23 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ACEE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 24 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000ACEE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 MTC@02de37bb920a: Message with id 24 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AD210100000059061A00000000000000000000000000000000FF9D0400'O } id 25 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AD210100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 25 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 25 MTC@02de37bb920a: Message with id 25 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AD540100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 26 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AD540100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26 MTC@02de37bb920a: Message with id 26 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AD870100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 27 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AD870100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27 MTC@02de37bb920a: Message with id 27 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ADBA010000005506198FB380000000000000000000000000009D04002B'O } id 28 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000ADBA010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 28 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 28 MTC@02de37bb920a: Message with id 28 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ADED0100000059061A00000000000000000000000000000000FF9D0400'O } id 29 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000ADED0100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 29 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 29 MTC@02de37bb920a: Message with id 29 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AE200100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 30 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AE200100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 30 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 30 MTC@02de37bb920a: Message with id 30 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AE530100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 31 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AE530100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31 MTC@02de37bb920a: Message with id 31 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AE86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 32 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AE86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@02de37bb920a: Message with id 32 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AEB90100000059061A00000000000000000000000000000000FF9D0400'O } id 33 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AEB90100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 33 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 33 MTC@02de37bb920a: Message with id 33 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AEEC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 34 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AEEC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 34 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 34 MTC@02de37bb920a: Message with id 34 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AF1F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 35 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AF1F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 35 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 35 MTC@02de37bb920a: Message with id 35 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AF52010000005506198FB380000000000000000000000000009D04002B'O } id 36 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AF52010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 36 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 36 MTC@02de37bb920a: Message with id 36 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AF850100000059061A00000000000000000000000000000000FF9D0400'O } id 37 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AF850100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 37 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 37 MTC@02de37bb920a: Message with id 37 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AFB80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 38 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AFB80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 38 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 38 MTC@02de37bb920a: Message with id 38 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Timeout T: 8 s MTC@02de37bb920a: "TC_si_sched_13": TC=0 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_13": TC=1 has #of SI=5 MTC@02de37bb920a: "TC_si_sched_13": TC=2 has #of SI=5 MTC@02de37bb920a: "TC_si_sched_13": TC=3 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_13": TC=4 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_13": TC=5 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_13": TC=6 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_13": TC=7 has #of SI=4 MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41 MTC@02de37bb920a: Message with id 41 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 42 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42 MTC@02de37bb920a: Message with id 42 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43 MTC@02de37bb920a: Message with id 43 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 44 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44 MTC@02de37bb920a: Message with id 44 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45 MTC@02de37bb920a: Message with id 45 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46 MTC@02de37bb920a: Message with id 46 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 MTC@02de37bb920a: Message with id 47 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 48 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48 MTC@02de37bb920a: Message with id 48 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 MTC@02de37bb920a: Message with id 49 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50 MTC@02de37bb920a: Message with id 50 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 51 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51 MTC@02de37bb920a: Message with id 51 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52 MTC@02de37bb920a: Message with id 52 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 53 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53 MTC@02de37bb920a: Message with id 53 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54 MTC@02de37bb920a: Message with id 54 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55 MTC@02de37bb920a: Message with id 55 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 MTC@02de37bb920a: Message with id 56 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 57 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57 MTC@02de37bb920a: Message with id 57 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58 MTC@02de37bb920a: Message with id 58 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59 MTC@02de37bb920a: Message with id 59 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 60 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60 MTC@02de37bb920a: Message with id 60 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61 MTC@02de37bb920a: Message with id 61 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 62 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62 MTC@02de37bb920a: Message with id 62 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63 MTC@02de37bb920a: Message with id 63 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "gprs mode none" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64 MTC@02de37bb920a: Message with id 64 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 MTC@02de37bb920a: Message with id 65 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 66 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66 MTC@02de37bb920a: Message with id 66 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67 MTC@02de37bb920a: Message with id 67 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68 MTC@02de37bb920a: Message with id 68 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 69 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69 MTC@02de37bb920a: Message with id 69 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70 MTC@02de37bb920a: Message with id 70 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 71 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71 MTC@02de37bb920a: Message with id 71 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72 MTC@02de37bb920a: Message with id 72 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 73 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@02de37bb920a: 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@02de37bb920a: Message with id 73 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 MTC@02de37bb920a: Message with id 74 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 75 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75 MTC@02de37bb920a: Message with id 75 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76 MTC@02de37bb920a: Message with id 76 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "write terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message with id 77 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 MTC@02de37bb920a: Message with id 78 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79 MTC@02de37bb920a: Message with id 79 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AFEB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 39 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AFEB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 39 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B01E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 40 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B01E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B0510100000059061A00000000000000000000000000000000FF9D0400'O } id 41 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B0510100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 41 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B0840100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 42 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B0840100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 42 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B0B70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 43 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B0B70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 43 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: setverdict(pass): none -> pass MTC@02de37bb920a: Terminating component type Test.dummy_CT. MTC@02de37bb920a: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was unmapped from system:GSMTAP. MTC@02de37bb920a: Message with id 39 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 40 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 41 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 42 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 43 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Port GSMTAP was stopped. MTC@02de37bb920a: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was unmapped from system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was stopped. MTC@02de37bb920a: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13. MTC@02de37bb920a: Waiting for PTCs to finish. MTC@02de37bb920a: Setting final verdict of the test case. MTC@02de37bb920a: Local verdict of MTC: pass MTC@02de37bb920a: No PTCs were created. MTC@02de37bb920a: Test case TC_si_sched_13 finished. Verdict: pass MC@02de37bb920a: Test execution finished. MTC@02de37bb920a: Executing test case TC_si_sched_13_2bis_2ter_2quater in module Test. MTC@02de37bb920a: Test case TC_si_sched_13_2bis_2ter_2quater started. MTC@02de37bb920a: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13_2bis_2ter_2quater. MTC@02de37bb920a: Port GSMTAP was started. MTC@02de37bb920a: Port BSCVTY was started. MTC@02de37bb920a: Component type Test.dummy_CT was initialized. MTC@02de37bb920a: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was mapped to system:GSMTAP. MTC@02de37bb920a: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@02de37bb920a: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@02de37bb920a: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was mapped to system:BSCVTY. MTC@02de37bb920a: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@02de37bb920a: Sent on BSCVTY to system charstring : "enable" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Message with id 1 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Message with id 2 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@02de37bb920a: Message with id 3 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Message with id 4 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2bis mode static" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 MTC@02de37bb920a: Message with id 10 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 11 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 MTC@02de37bb920a: Message with id 11 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 MTC@02de37bb920a: Message with id 12 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 MTC@02de37bb920a: Message with id 13 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 14 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 MTC@02de37bb920a: Message with id 14 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 MTC@02de37bb920a: Message with id 15 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 16 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 MTC@02de37bb920a: Message with id 16 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@02de37bb920a: Message with id 17 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2ter mode static" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18 MTC@02de37bb920a: Message with id 18 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 MTC@02de37bb920a: Message with id 19 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 MTC@02de37bb920a: Message with id 20 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21 MTC@02de37bb920a: Message with id 21 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 22 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22 MTC@02de37bb920a: Message with id 22 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 MTC@02de37bb920a: Message with id 23 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24 MTC@02de37bb920a: Message with id 24 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 25 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25 MTC@02de37bb920a: Message with id 25 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26 MTC@02de37bb920a: Message with id 26 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 27 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27 MTC@02de37bb920a: Message with id 27 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 MTC@02de37bb920a: Message with id 28 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "gprs mode gprs" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 29 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30 MTC@02de37bb920a: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode gprs" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode gprs" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " gprs mode gprs" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 29 MTC@02de37bb920a: Message with id 29 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30 MTC@02de37bb920a: Message with id 30 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 31 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31 MTC@02de37bb920a: Message with id 31 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32 MTC@02de37bb920a: Message with id 32 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33 MTC@02de37bb920a: Message with id 33 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 34 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34 MTC@02de37bb920a: Message with id 34 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35 MTC@02de37bb920a: Message with id 35 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 36 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36 MTC@02de37bb920a: Message with id 36 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 MTC@02de37bb920a: Message with id 37 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " si2quater neighbor-list add uarfcn 23 42 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38 MTC@02de37bb920a: Message with id 38 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39 MTC@02de37bb920a: Message with id 39 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 40 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40 MTC@02de37bb920a: Message with id 40 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 MTC@02de37bb920a: Message with id 41 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "write terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message with id 42 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43 MTC@02de37bb920a: Message with id 43 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 MTC@02de37bb920a: Message with id 44 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B0EA010000005506198FB380000000000000000000000000009D04002B'O } id 1 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B0EA010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 1 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B11D0100000059061A00000000000000000000000000000000FF9D0400'O } id 2 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B11D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 2 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B1500100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 3 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B1500100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 3 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B1830100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 4 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B1830100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 4 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: Message with id 1 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 2 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 3 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 4 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Port GSMTAP was cleared. MTC@02de37bb920a: Start timer T: 8 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B1B601000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B1B601000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B1E901000000550602BFE809B3FF00000000000000000000007900002B'O } id 6 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B1E901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 6 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B21C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 7 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B21C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 7 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B24F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 8 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B24F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 8 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B282010000005506198FB380000000000000000000000000009D04002B'O } id 9 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B282010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 9 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B2B50100000059061A00000000000000000000000000000000FF9D0400'O } id 10 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B2B50100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 10 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 10 MTC@02de37bb920a: Message with id 10 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B2E80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 11 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B2E80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 11 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 11 MTC@02de37bb920a: Message with id 11 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B31B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 12 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B31B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 12 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 12 MTC@02de37bb920a: Message with id 12 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B34E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 13 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B34E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@02de37bb920a: Message with id 13 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B38101000000550602BFE809B3FF00000000000000000000007900002B'O } id 14 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B38101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 14 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 14 MTC@02de37bb920a: Message with id 14 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B3B40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 15 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B3B40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 15 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 15 MTC@02de37bb920a: Message with id 15 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B3E70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 16 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B3E70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 16 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 16 MTC@02de37bb920a: Message with id 16 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B41A010000005506198FB380000000000000000000000000009D04002B'O } id 17 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B41A010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 17 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 17 MTC@02de37bb920a: Message with id 17 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B44D0100000059061A00000000000000000000000000000000FF9D0400'O } id 18 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B44D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 18 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 18 MTC@02de37bb920a: Message with id 18 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B4800100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 19 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B4800100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 19 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 19 MTC@02de37bb920a: Message with id 19 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B4B30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 20 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B4B30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46259, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46259, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 20 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46259, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 20 MTC@02de37bb920a: Message with id 20 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B4E601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 21 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B4E601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46310, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46310, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 21 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46310, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 21 MTC@02de37bb920a: Message with id 21 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B51901000000550602BFE809B3FF00000000000000000000007900002B'O } id 22 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B51901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46361, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46361, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 22 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46361, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 22 MTC@02de37bb920a: Message with id 22 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B54C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 23 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B54C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46412, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46412, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 23 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46412, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 23 MTC@02de37bb920a: Message with id 23 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B57F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 24 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B57F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46463, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46463, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 24 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46463, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 24 MTC@02de37bb920a: Message with id 24 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B5B2010000005506198FB380000000000000000000000000009D04002B'O } id 25 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B5B2010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46514, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46514, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 25 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46514, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 25 MTC@02de37bb920a: Message with id 25 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B5E50100000059061A00000000000000000000000000000000FF9D0400'O } id 26 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B5E50100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46565, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46565, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 26 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46565, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 26 MTC@02de37bb920a: Message with id 26 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B6180100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 27 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B6180100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46616, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46616, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 27 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46616, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 27 MTC@02de37bb920a: Message with id 27 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B64B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 28 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B64B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46667, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46667, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 28 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46667, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 28 MTC@02de37bb920a: Message with id 28 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B67E01000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 29 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B67E01000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46718, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46718, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 29 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46718, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 29 MTC@02de37bb920a: Message with id 29 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B6B101000000550602BFE809B3FF00000000000000000000007900002B'O } id 30 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B6B101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46769, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46769, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 30 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46769, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 30 MTC@02de37bb920a: Message with id 30 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B6E40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 31 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B6E40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46820, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46820, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 31 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46820, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 31 MTC@02de37bb920a: Message with id 31 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B7170100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 32 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B7170100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46871, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46871, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 32 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46871, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 32 MTC@02de37bb920a: Message with id 32 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B74A010000005506198FB380000000000000000000000000009D04002B'O } id 33 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B74A010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46922, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46922, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 33 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46922, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 33 MTC@02de37bb920a: Message with id 33 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B77D0100000059061A00000000000000000000000000000000FF9D0400'O } id 34 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B77D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46973, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46973, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 34 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46973, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 34 MTC@02de37bb920a: Message with id 34 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B7B00100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 35 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B7B00100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47024, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47024, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 35 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47024, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 35 MTC@02de37bb920a: Message with id 35 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B7E30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 36 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B7E30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47075, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47075, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 36 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47075, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 36 MTC@02de37bb920a: Message with id 36 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B816010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 37 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B816010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47126, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47126, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 37 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47126, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 37 MTC@02de37bb920a: Message with id 37 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B84901000000550602BFE809B3FF00000000000000000000007900002B'O } id 38 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B84901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47177, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47177, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 38 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47177, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 38 MTC@02de37bb920a: Message with id 38 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Timeout T: 8 s MTC@02de37bb920a: "TC_si_sched_13_2bis_2ter_2quater": TC=0 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_13_2bis_2ter_2quater": TC=1 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_13_2bis_2ter_2quater": TC=2 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_13_2bis_2ter_2quater": TC=3 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_13_2bis_2ter_2quater": TC=4 has #of SI=5 MTC@02de37bb920a: "TC_si_sched_13_2bis_2ter_2quater": TC=5 has #of SI=5 MTC@02de37bb920a: "TC_si_sched_13_2bis_2ter_2quater": TC=6 has #of SI=4 MTC@02de37bb920a: "TC_si_sched_13_2bis_2ter_2quater": TC=7 has #of SI=4 MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45 MTC@02de37bb920a: Message with id 45 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 46 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46 MTC@02de37bb920a: Message with id 46 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47 MTC@02de37bb920a: Message with id 47 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 48 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48 MTC@02de37bb920a: Message with id 48 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 MTC@02de37bb920a: Message with id 49 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50 MTC@02de37bb920a: Message with id 50 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51 MTC@02de37bb920a: Message with id 51 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 52 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52 MTC@02de37bb920a: Message with id 52 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53 MTC@02de37bb920a: Message with id 53 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54 MTC@02de37bb920a: Message with id 54 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 55 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55 MTC@02de37bb920a: Message with id 55 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56 MTC@02de37bb920a: Message with id 56 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 57 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57 MTC@02de37bb920a: Message with id 57 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 MTC@02de37bb920a: Message with id 58 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60 MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59 MTC@02de37bb920a: Message with id 59 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60 MTC@02de37bb920a: Message with id 60 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 61 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61 MTC@02de37bb920a: Message with id 61 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62 MTC@02de37bb920a: Message with id 62 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63 MTC@02de37bb920a: Message with id 63 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 64 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64 MTC@02de37bb920a: Message with id 64 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65 MTC@02de37bb920a: Message with id 65 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 66 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66 MTC@02de37bb920a: Message with id 66 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 MTC@02de37bb920a: Message with id 67 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "gprs mode none" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69 MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68 MTC@02de37bb920a: Message with id 68 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69 MTC@02de37bb920a: Message with id 69 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 70 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70 MTC@02de37bb920a: Message with id 70 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71 MTC@02de37bb920a: Message with id 71 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72 MTC@02de37bb920a: Message with id 72 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 73 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73 MTC@02de37bb920a: Message with id 73 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74 MTC@02de37bb920a: Message with id 74 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 75 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75 MTC@02de37bb920a: Message with id 75 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 MTC@02de37bb920a: Message with id 76 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 77 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 77 MTC@02de37bb920a: Message with id 77 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78 MTC@02de37bb920a: Message with id 78 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 79 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79 MTC@02de37bb920a: Message with id 79 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 MTC@02de37bb920a: Message with id 80 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "write terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82 MTC@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: 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@02de37bb920a: Message with id 81 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82 MTC@02de37bb920a: Message with id 82 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83 MTC@02de37bb920a: Message with id 83 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B87C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 39 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B87C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47228, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47228, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 39 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B8AF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 40 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B8AF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47279, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47279, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 40 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B8E2010000005506198FB380000000000000000000000000009D04002B'O } id 41 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B8E2010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47330, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47330, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 41 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B9150100000059061A00000000000000000000000000000000FF9D0400'O } id 42 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B9150100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47381, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47381, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 42 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: setverdict(pass): none -> pass MTC@02de37bb920a: Terminating component type Test.dummy_CT. MTC@02de37bb920a: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was unmapped from system:GSMTAP. MTC@02de37bb920a: Message with id 39 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 40 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 41 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 42 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Port GSMTAP was stopped. MTC@02de37bb920a: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was unmapped from system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was stopped. MTC@02de37bb920a: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13_2bis_2ter_2quater. MTC@02de37bb920a: Waiting for PTCs to finish. MTC@02de37bb920a: Setting final verdict of the test case. MTC@02de37bb920a: Local verdict of MTC: pass MTC@02de37bb920a: No PTCs were created. MTC@02de37bb920a: Test case TC_si_sched_13_2bis_2ter_2quater finished. Verdict: pass MC@02de37bb920a: Test execution finished. MTC@02de37bb920a: Executing test case TC_neci in module Test. MTC@02de37bb920a: Test case TC_neci started. MTC@02de37bb920a: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_neci. MTC@02de37bb920a: Port GSMTAP was started. MTC@02de37bb920a: Port BSCVTY was started. MTC@02de37bb920a: Component type Test.dummy_CT was initialized. MTC@02de37bb920a: Random number generator was initialized with seed 60.251770: srand48(-968147223). MTC@02de37bb920a: Function rnd() returned 0.254250. MTC@02de37bb920a: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was mapped to system:GSMTAP. MTC@02de37bb920a: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@02de37bb920a: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@02de37bb920a: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was mapped to system:BSCVTY. MTC@02de37bb920a: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@02de37bb920a: Sent on BSCVTY to system charstring : "enable" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Message with id 1 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Message with id 2 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@02de37bb920a: Message with id 3 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Message with id 4 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "neci 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " neci 0" id 5 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6 MTC@02de37bb920a: Matching on port BSCVTY " neci 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " neci 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " neci 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " neci 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " neci 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " neci 0" id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 7 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 8 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 9 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B9480100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 1 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B9480100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47432, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47432, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 1 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B97B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B97B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47483, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47483, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B9AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B9AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47534, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47534, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 3 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B9E10100000059061A00000000000000000000000000000000FF9D0400'O } id 4 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000B9E10100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47585, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47585, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 4 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BA140100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 5 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BA140100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47636, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47636, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 5 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: Message with id 1 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 2 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 3 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 4 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 5 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Port GSMTAP was cleared. MTC@02de37bb920a: Start timer T: 10 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BA470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BA470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47687, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47687, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47687, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BA7A010000005506198FB380000000000000000000000000009D04002B'O } id 7 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BA7A010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47738, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47738, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 7 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47738, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BAAD0100000059061A00000000000000000000000000000000FF9D0400'O } id 8 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BAAD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47789, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47789, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 8 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47789, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BAE00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 9 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BAE00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47840, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47840, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 9 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47840, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: setverdict(pass): none -> pass MTC@02de37bb920a: Terminating component type Test.dummy_CT. MTC@02de37bb920a: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was unmapped from system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was stopped. MTC@02de37bb920a: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was unmapped from system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was stopped. MTC@02de37bb920a: Component type Test.dummy_CT was shut down inside testcase TC_neci. MTC@02de37bb920a: Waiting for PTCs to finish. MTC@02de37bb920a: Setting final verdict of the test case. MTC@02de37bb920a: Local verdict of MTC: pass MTC@02de37bb920a: No PTCs were created. MTC@02de37bb920a: Test case TC_neci finished. Verdict: pass MC@02de37bb920a: Test execution finished. MTC@02de37bb920a: Executing test case TC_cell_resel_hyst in module Test. MTC@02de37bb920a: Test case TC_cell_resel_hyst started. MTC@02de37bb920a: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cell_resel_hyst. MTC@02de37bb920a: Port GSMTAP was started. MTC@02de37bb920a: Port BSCVTY was started. MTC@02de37bb920a: Component type Test.dummy_CT was initialized. MTC@02de37bb920a: Function rnd() returned 0.440117. MTC@02de37bb920a: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was mapped to system:GSMTAP. MTC@02de37bb920a: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@02de37bb920a: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@02de37bb920a: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was mapped to system:BSCVTY. MTC@02de37bb920a: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@02de37bb920a: Sent on BSCVTY to system charstring : "enable" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Message with id 1 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Message with id 2 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@02de37bb920a: Message with id 3 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Message with id 4 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "cell reselection hysteresis 6" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " cell reselection hysteresis 6" id 7 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Matching on port BSCVTY " cell reselection hysteresis 6" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " cell reselection hysteresis 6" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " cell reselection hysteresis 6" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " cell reselection hysteresis 6" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " cell reselection hysteresis 6" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell reselection hysteresis 6" id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Message with id 10 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@02de37bb920a: Message with id 11 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BB130100000031061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BB130100000031061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47891, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47891, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BB46010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BB46010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47942, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47942, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BB790100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BB790100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47993, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47993, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BBAC0100000049061B51E062F224334F110101107D2D9D0400392B2B2B'O } id 4 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BBAC0100000049061B51E062F224334F110101107D2D9D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48044, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D2D9D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48044, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D2D9D0400392B2B2B'O } } id 4 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: Message with id 1 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 2 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 3 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 4 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Port GSMTAP was cleared. MTC@02de37bb920a: Start timer T: 10 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BBDF0100000031061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BBDF0100000031061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48095, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48095, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48095, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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 := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BC12010000005506198FB380000000000000000000000000009D04002B'O } id 6 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BC12010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48146, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48146, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48146, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BC450100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BC450100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48197, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48197, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48197, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BC780100000049061B51E062F224334F110101107D2D9D0400392B2B2B'O } id 8 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BC780100000049061B51E062F224334F110101107D2D9D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48248, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D2D9D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48248, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D2D9D0400392B2B2B'O } } id 8 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48248, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D2D9D0400392B2B2B'O } } id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101107D2D9D0400392B2B2B'O MTC@02de37bb920a: 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 := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@02de37bb920a: setverdict(pass): none -> pass MTC@02de37bb920a: Terminating component type Test.dummy_CT. MTC@02de37bb920a: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was unmapped from system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was stopped. MTC@02de37bb920a: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was unmapped from system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was stopped. MTC@02de37bb920a: Component type Test.dummy_CT was shut down inside testcase TC_cell_resel_hyst. MTC@02de37bb920a: Waiting for PTCs to finish. MTC@02de37bb920a: Setting final verdict of the test case. MTC@02de37bb920a: Local verdict of MTC: pass MTC@02de37bb920a: No PTCs were created. MTC@02de37bb920a: Test case TC_cell_resel_hyst finished. Verdict: pass MC@02de37bb920a: Test execution finished. MTC@02de37bb920a: Executing test case TC_rxlev_acc_min in module Test. MTC@02de37bb920a: Test case TC_rxlev_acc_min started. MTC@02de37bb920a: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rxlev_acc_min. MTC@02de37bb920a: Port GSMTAP was started. MTC@02de37bb920a: Port BSCVTY was started. MTC@02de37bb920a: Component type Test.dummy_CT was initialized. MTC@02de37bb920a: Function rnd() returned 0.383357. MTC@02de37bb920a: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was mapped to system:GSMTAP. MTC@02de37bb920a: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@02de37bb920a: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@02de37bb920a: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was mapped to system:BSCVTY. MTC@02de37bb920a: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@02de37bb920a: Sent on BSCVTY to system charstring : "enable" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Message with id 1 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Message with id 2 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@02de37bb920a: Message with id 3 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Message with id 4 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "rxlev access min 24" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " rxlev access min 24" id 7 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Matching on port BSCVTY " rxlev access min 24" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " rxlev access min 24" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " rxlev access min 24" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " rxlev access min 24" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " rxlev access min 24" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rxlev access min 24" id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Message with id 10 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@02de37bb920a: Message with id 11 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BCAB0100000031061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BCAB0100000031061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48299, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48299, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BCDE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BCDE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48350, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48350, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BD110100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BD110100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48401, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48401, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BD440100000049061B51E062F224334F110101107D189D0400392B2B2B'O } id 4 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BD440100000049061B51E062F224334F110101107D189D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48452, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D189D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48452, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D189D0400392B2B2B'O } } id 4 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: Message with id 1 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 2 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 3 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 4 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Port GSMTAP was cleared. MTC@02de37bb920a: Start timer T: 10 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BD770100000031061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BD770100000031061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48503, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48503, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48503, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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 := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 24 }, rach_control := { max_retrans := '10'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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BDAA010000005506198FB380000000000000000000000000009D04002B'O } id 6 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BDAA010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48554, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48554, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48554, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BDDD0100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BDDD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48605, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48605, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48605, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BE100100000049061B51E062F224334F110101107D189D0400392B2B2B'O } id 8 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BE100100000049061B51E062F224334F110101107D189D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48656, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D189D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48656, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D189D0400392B2B2B'O } } id 8 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48656, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D189D0400392B2B2B'O } } id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101107D189D0400392B2B2B'O MTC@02de37bb920a: 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 := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 24 }, 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@02de37bb920a: setverdict(pass): none -> pass MTC@02de37bb920a: Terminating component type Test.dummy_CT. MTC@02de37bb920a: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was unmapped from system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was stopped. MTC@02de37bb920a: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was unmapped from system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was stopped. MTC@02de37bb920a: Component type Test.dummy_CT was shut down inside testcase TC_rxlev_acc_min. MTC@02de37bb920a: Waiting for PTCs to finish. MTC@02de37bb920a: Setting final verdict of the test case. MTC@02de37bb920a: Local verdict of MTC: pass MTC@02de37bb920a: No PTCs were created. MTC@02de37bb920a: Test case TC_rxlev_acc_min finished. Verdict: pass MC@02de37bb920a: Test execution finished. MTC@02de37bb920a: Executing test case TC_cellid in module Test. MTC@02de37bb920a: Test case TC_cellid started. MTC@02de37bb920a: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cellid. MTC@02de37bb920a: Port GSMTAP was started. MTC@02de37bb920a: Port BSCVTY was started. MTC@02de37bb920a: Component type Test.dummy_CT was initialized. MTC@02de37bb920a: Function rnd() returned 0.082923. MTC@02de37bb920a: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was mapped to system:GSMTAP. MTC@02de37bb920a: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@02de37bb920a: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@02de37bb920a: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was mapped to system:BSCVTY. MTC@02de37bb920a: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@02de37bb920a: Sent on BSCVTY to system charstring : "enable" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Message with id 1 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Message with id 2 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@02de37bb920a: Message with id 3 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Message with id 4 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "cell_identity 5434" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " cell_identity 5434" id 7 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Matching on port BSCVTY " cell_identity 5434" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " cell_identity 5434" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " cell_identity 5434" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " cell_identity 5434" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " cell_identity 5434" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell_identity 5434" id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Message with id 10 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@02de37bb920a: Message with id 11 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BE430100000031061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BE430100000031061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48707, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48707, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BE76010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BE76010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48758, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48758, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BEA90100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BEA90100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48809, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48809, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BEDC0100000049061B153A62F224334F110101107D189D0400392B2B2B'O } id 4 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BEDC0100000049061B153A62F224334F110101107D189D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48860, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224334F110101107D189D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48860, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224334F110101107D189D0400392B2B2B'O } } id 4 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: Message with id 1 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 2 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 3 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 4 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Port GSMTAP was cleared. MTC@02de37bb920a: Start timer T: 10 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BF0F0100000031061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BF0F0100000031061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48911, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48911, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48911, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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 := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 24 }, rach_control := { max_retrans := '10'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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BF42010000005506198FB380000000000000000000000000009D04002B'O } id 6 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BF42010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48962, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48962, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48962, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BF750100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BF750100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49013, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49013, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49013, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BFA80100000049061B153A62F224334F110101107D189D0400392B2B2B'O } id 8 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BFA80100000049061B153A62F224334F110101107D189D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49064, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224334F110101107D189D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49064, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224334F110101107D189D0400392B2B2B'O } } id 8 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49064, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224334F110101107D189D0400392B2B2B'O } } id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B153A62F224334F110101107D189D0400392B2B2B'O MTC@02de37bb920a: 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 := 5434, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 24 }, 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@02de37bb920a: setverdict(pass): none -> pass MTC@02de37bb920a: Terminating component type Test.dummy_CT. MTC@02de37bb920a: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was unmapped from system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was stopped. MTC@02de37bb920a: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was unmapped from system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was stopped. MTC@02de37bb920a: Component type Test.dummy_CT was shut down inside testcase TC_cellid. MTC@02de37bb920a: Waiting for PTCs to finish. MTC@02de37bb920a: Setting final verdict of the test case. MTC@02de37bb920a: Local verdict of MTC: pass MTC@02de37bb920a: No PTCs were created. MTC@02de37bb920a: Test case TC_cellid finished. Verdict: pass MC@02de37bb920a: Test execution finished. MTC@02de37bb920a: Executing test case TC_lac in module Test. MTC@02de37bb920a: Test case TC_lac started. MTC@02de37bb920a: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_lac. MTC@02de37bb920a: Port GSMTAP was started. MTC@02de37bb920a: Port BSCVTY was started. MTC@02de37bb920a: Component type Test.dummy_CT was initialized. MTC@02de37bb920a: Function rnd() returned 0.810667. MTC@02de37bb920a: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was mapped to system:GSMTAP. MTC@02de37bb920a: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@02de37bb920a: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@02de37bb920a: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was mapped to system:BSCVTY. MTC@02de37bb920a: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@02de37bb920a: Sent on BSCVTY to system charstring : "enable" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Message with id 1 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Message with id 2 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@02de37bb920a: Message with id 3 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Message with id 4 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "location_area_code 53127" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " location_area_code 53127" id 7 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Matching on port BSCVTY " location_area_code 53127" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " location_area_code 53127" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " location_area_code 53127" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " location_area_code 53127" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " location_area_code 53127" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " location_area_code 53127" id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Message with id 10 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@02de37bb920a: Message with id 11 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BFDB0100000031061C62F224CF877D189D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000BFDB0100000031061C62F224CF877D189D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49115, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D189D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49115, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D189D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C00E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C00E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49166, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49166, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C0410100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C0410100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49217, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49217, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C0740100000049061B153A62F224CF87110101107D189D0400392B2B2B'O } id 4 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C0740100000049061B153A62F224CF87110101107D189D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49268, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D189D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49268, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D189D0400392B2B2B'O } } id 4 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: Message with id 1 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 2 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 3 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 4 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Port GSMTAP was cleared. MTC@02de37bb920a: Start timer T: 10 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C0A70100000031061C62F224CF877D189D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C0A70100000031061C62F224CF877D189D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49319, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D189D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49319, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D189D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49319, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D189D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224CF877D189D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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 := 53127 }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 24 }, rach_control := { max_retrans := '10'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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C0DA010000005506198FB380000000000000000000000000009D04002B'O } id 6 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C0DA010000005506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49370, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49370, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49370, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C10D0100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C10D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49421, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49421, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49421, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C1400100000049061B153A62F224CF87110101107D189D0400392B2B2B'O } id 8 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C1400100000049061B153A62F224CF87110101107D189D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49472, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D189D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49472, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D189D0400392B2B2B'O } } id 8 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49472, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D189D0400392B2B2B'O } } id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B153A62F224CF87110101107D189D0400392B2B2B'O MTC@02de37bb920a: 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 := 5434, lai := { mcc_mnc := '262F42'H, lac := 53127 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 24 }, 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@02de37bb920a: setverdict(pass): none -> pass MTC@02de37bb920a: Terminating component type Test.dummy_CT. MTC@02de37bb920a: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was unmapped from system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was stopped. MTC@02de37bb920a: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was unmapped from system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was stopped. MTC@02de37bb920a: Component type Test.dummy_CT was shut down inside testcase TC_lac. MTC@02de37bb920a: Waiting for PTCs to finish. MTC@02de37bb920a: Setting final verdict of the test case. MTC@02de37bb920a: Local verdict of MTC: pass MTC@02de37bb920a: No PTCs were created. MTC@02de37bb920a: Test case TC_lac finished. Verdict: pass MC@02de37bb920a: Test execution finished. MTC@02de37bb920a: Executing test case TC_rach_tx_int in module Test. MTC@02de37bb920a: Test case TC_rach_tx_int started. MTC@02de37bb920a: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_tx_int. MTC@02de37bb920a: Port GSMTAP was started. MTC@02de37bb920a: Port BSCVTY was started. MTC@02de37bb920a: Component type Test.dummy_CT was initialized. MTC@02de37bb920a: Function rnd() returned 0.741536. MTC@02de37bb920a: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was mapped to system:GSMTAP. MTC@02de37bb920a: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@02de37bb920a: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@02de37bb920a: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was mapped to system:BSCVTY. MTC@02de37bb920a: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@02de37bb920a: Sent on BSCVTY to system charstring : "enable" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Message with id 1 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Message with id 2 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@02de37bb920a: Message with id 3 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Message with id 4 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "rach tx integer 11" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " rach tx integer 11" id 7 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Matching on port BSCVTY " rach tx integer 11" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " rach tx integer 11" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " rach tx integer 11" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " rach tx integer 11" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " rach tx integer 11" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach tx integer 11" id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Message with id 10 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@02de37bb920a: Message with id 11 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C1730100000031061C62F224CF877D18AD04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C1730100000031061C62F224CF877D18AD04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49523, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D18AD04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49523, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D18AD04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C1A6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C1A6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49574, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49574, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C1D90100000059061A00000000000000000000000000000000FFAD0400'O } id 3 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C1D90100000059061A00000000000000000000000000000000FFAD0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49625, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFAD0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49625, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFAD0400'O } } id 3 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C20C0100000049061B153A62F224CF87110101107D18AD0400392B2B2B'O } id 4 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C20C0100000049061B153A62F224CF87110101107D18AD0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49676, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D18AD0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49676, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D18AD0400392B2B2B'O } } id 4 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: Message with id 1 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 2 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 3 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 4 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Port GSMTAP was cleared. MTC@02de37bb920a: Start timer T: 10 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C23F0100000031061C62F224CF877D18AD04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C23F0100000031061C62F224CF877D18AD04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49727, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D18AD04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49727, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D18AD04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49727, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D18AD04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224CF877D18AD04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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 := 53127 }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 24 }, rach_control := { max_retrans := '10'B, tx_integer := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C272010000005506198FB38000000000000000000000000000AD04002B'O } id 6 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C272010000005506198FB38000000000000000000000000000AD04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49778, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000AD04002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49778, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000AD04002B'O } } id 6 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49778, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000AD04002B'O } } id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB38000000000000000000000000000AD04002B'O MTC@02de37bb920a: 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 := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C2A50100000059061A00000000000000000000000000000000FFAD0400'O } id 7 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C2A50100000059061A00000000000000000000000000000000FFAD0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49829, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFAD0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49829, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFAD0400'O } } id 7 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49829, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFAD0400'O } } id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FFAD0400'O MTC@02de37bb920a: 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 := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C2D80100000049061B153A62F224CF87110101107D18AD0400392B2B2B'O } id 8 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C2D80100000049061B153A62F224CF87110101107D18AD0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49880, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D18AD0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49880, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D18AD0400392B2B2B'O } } id 8 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49880, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D18AD0400392B2B2B'O } } id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B153A62F224CF87110101107D18AD0400392B2B2B'O MTC@02de37bb920a: 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 := 5434, lai := { mcc_mnc := '262F42'H, lac := 53127 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 24 }, rach_control := { max_retrans := '10'B, tx_integer := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@02de37bb920a: setverdict(pass): none -> pass MTC@02de37bb920a: Terminating component type Test.dummy_CT. MTC@02de37bb920a: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was unmapped from system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was stopped. MTC@02de37bb920a: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was unmapped from system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was stopped. MTC@02de37bb920a: Component type Test.dummy_CT was shut down inside testcase TC_rach_tx_int. MTC@02de37bb920a: Waiting for PTCs to finish. MTC@02de37bb920a: Setting final verdict of the test case. MTC@02de37bb920a: Local verdict of MTC: pass MTC@02de37bb920a: No PTCs were created. MTC@02de37bb920a: Test case TC_rach_tx_int finished. Verdict: pass MC@02de37bb920a: Test execution finished. MTC@02de37bb920a: Executing test case TC_rach_max_tx in module Test. MTC@02de37bb920a: Test case TC_rach_max_tx started. MTC@02de37bb920a: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_max_tx. MTC@02de37bb920a: Port GSMTAP was started. MTC@02de37bb920a: Port BSCVTY was started. MTC@02de37bb920a: Component type Test.dummy_CT was initialized. MTC@02de37bb920a: Function rnd() returned 0.192590. MTC@02de37bb920a: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was mapped to system:GSMTAP. MTC@02de37bb920a: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@02de37bb920a: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@02de37bb920a: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was mapped to system:BSCVTY. MTC@02de37bb920a: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@02de37bb920a: Sent on BSCVTY to system charstring : "enable" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Message with id 1 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Message with id 2 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@02de37bb920a: Message with id 3 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Message with id 4 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "rach max transmission 1" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " rach max transmission 1" id 7 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Matching on port BSCVTY " rach max transmission 1" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " rach max transmission 1" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " rach max transmission 1" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " rach max transmission 1" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " rach max transmission 1" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach max transmission 1" id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Message with id 10 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@02de37bb920a: Message with id 11 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C30B0100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C30B0100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49931, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49931, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C33E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C33E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49982, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49982, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C3710100000059061A00000000000000000000000000000000FF2D0400'O } id 3 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C3710100000059061A00000000000000000000000000000000FF2D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50033, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50033, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 3 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C3A40100000049061B153A62F224CF87110101107D182D0400392B2B2B'O } id 4 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C3A40100000049061B153A62F224CF87110101107D182D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50084, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50084, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } } id 4 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: Message with id 1 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 2 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 3 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 4 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Port GSMTAP was cleared. MTC@02de37bb920a: Start timer T: 10 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C3D70100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C3D70100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50135, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50135, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50135, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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 := 53127 }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 24 }, rach_control := { max_retrans := '00'B, tx_integer := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C40A010000005506198FB380000000000000000000000000002D04002B'O } id 6 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C40A010000005506198FB380000000000000000000000000002D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50186, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000002D04002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50186, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000002D04002B'O } } id 6 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50186, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000002D04002B'O } } id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000002D04002B'O MTC@02de37bb920a: 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 := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C43D0100000059061A00000000000000000000000000000000FF2D0400'O } id 7 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C43D0100000059061A00000000000000000000000000000000FF2D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50237, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50237, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50237, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF2D0400'O MTC@02de37bb920a: 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 := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C4700100000049061B153A62F224CF87110101107D182D0400392B2B2B'O } id 8 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C4700100000049061B153A62F224CF87110101107D182D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50288, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50288, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } } id 8 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50288, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } } id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B153A62F224CF87110101107D182D0400392B2B2B'O MTC@02de37bb920a: 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 := 5434, lai := { mcc_mnc := '262F42'H, lac := 53127 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 24 }, rach_control := { max_retrans := '00'B, tx_integer := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@02de37bb920a: setverdict(pass): none -> pass MTC@02de37bb920a: Terminating component type Test.dummy_CT. MTC@02de37bb920a: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was unmapped from system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was stopped. MTC@02de37bb920a: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was unmapped from system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was stopped. MTC@02de37bb920a: Component type Test.dummy_CT was shut down inside testcase TC_rach_max_tx. MTC@02de37bb920a: Waiting for PTCs to finish. MTC@02de37bb920a: Setting final verdict of the test case. MTC@02de37bb920a: Local verdict of MTC: pass MTC@02de37bb920a: No PTCs were created. MTC@02de37bb920a: Test case TC_rach_max_tx finished. Verdict: pass MC@02de37bb920a: Test execution finished. MTC@02de37bb920a: Executing test case TC_attach in module Test. MTC@02de37bb920a: Test case TC_attach started. MTC@02de37bb920a: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_attach. MTC@02de37bb920a: Port GSMTAP was started. MTC@02de37bb920a: Port BSCVTY was started. MTC@02de37bb920a: Component type Test.dummy_CT was initialized. MTC@02de37bb920a: Function rnd() returned 0.472081. MTC@02de37bb920a: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was mapped to system:GSMTAP. MTC@02de37bb920a: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@02de37bb920a: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@02de37bb920a: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was mapped to system:BSCVTY. MTC@02de37bb920a: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@02de37bb920a: Sent on BSCVTY to system charstring : "enable" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Message with id 1 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Message with id 2 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@02de37bb920a: Message with id 3 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Message with id 4 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "channel-descrption attach 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " channel-descrption attach 0" id 7 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Matching on port BSCVTY " channel-descrption attach 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " channel-descrption attach 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " channel-descrption attach 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " channel-descrption attach 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " channel-descrption attach 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption attach 0" id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Message with id 10 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@02de37bb920a: Message with id 11 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C4A30100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C4A30100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50339, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50339, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C4D6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C4D6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50390, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50390, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C5090100000059061A00000000000000000000000000000000FF2D0400'O } id 3 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C5090100000059061A00000000000000000000000000000000FF2D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50441, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50441, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 3 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C53C0100000049061B153A62F224CF87110101107D182D0400392B2B2B'O } id 4 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C53C0100000049061B153A62F224CF87110101107D182D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50492, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50492, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } } id 4 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: Message with id 1 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 2 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 3 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 4 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Port GSMTAP was cleared. MTC@02de37bb920a: Start timer T: 10 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C56F0100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C56F0100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50543, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50543, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50543, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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 := 53127 }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 24 }, rach_control := { max_retrans := '00'B, tx_integer := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C5A2010000005506198FB380000000000000000000000000002D04002B'O } id 6 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C5A2010000005506198FB380000000000000000000000000002D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50594, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000002D04002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50594, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000002D04002B'O } } id 6 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50594, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000002D04002B'O } } id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000002D04002B'O MTC@02de37bb920a: 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 := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C5D50100000059061A00000000000000000000000000000000FF2D0400'O } id 7 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C5D50100000059061A00000000000000000000000000000000FF2D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50645, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50645, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50645, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF2D0400'O MTC@02de37bb920a: 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 := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C6080100000049061B153A62F224CF87110101107D182D0400392B2B2B'O } id 8 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C6080100000049061B153A62F224CF87110101107D182D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50696, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50696, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } } id 8 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50696, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } } id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B153A62F224CF87110101107D182D0400392B2B2B'O MTC@02de37bb920a: 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 := 5434, lai := { mcc_mnc := '262F42'H, lac := 53127 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 24 }, rach_control := { max_retrans := '00'B, tx_integer := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@02de37bb920a: setverdict(pass): none -> pass MTC@02de37bb920a: Terminating component type Test.dummy_CT. MTC@02de37bb920a: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was unmapped from system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was stopped. MTC@02de37bb920a: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was unmapped from system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was stopped. MTC@02de37bb920a: Component type Test.dummy_CT was shut down inside testcase TC_attach. MTC@02de37bb920a: Waiting for PTCs to finish. MTC@02de37bb920a: Setting final verdict of the test case. MTC@02de37bb920a: Local verdict of MTC: pass MTC@02de37bb920a: No PTCs were created. MTC@02de37bb920a: Test case TC_attach finished. Verdict: pass MC@02de37bb920a: Test execution finished. MTC@02de37bb920a: Executing test case TC_dtx_ul in module Test. MTC@02de37bb920a: Test case TC_dtx_ul started. MTC@02de37bb920a: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_dtx_ul. MTC@02de37bb920a: Port GSMTAP was started. MTC@02de37bb920a: Port BSCVTY was started. MTC@02de37bb920a: Component type Test.dummy_CT was initialized. MTC@02de37bb920a: Function rnd() returned 0.650423. MTC@02de37bb920a: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was mapped to system:GSMTAP. MTC@02de37bb920a: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@02de37bb920a: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@02de37bb920a: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was mapped to system:BSCVTY. MTC@02de37bb920a: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@02de37bb920a: Sent on BSCVTY to system charstring : "enable" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Message with id 1 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Message with id 2 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@02de37bb920a: Message with id 3 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Message with id 4 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "dtx uplink force" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " dtx uplink force" id 7 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Matching on port BSCVTY " dtx uplink force" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " dtx uplink force" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " dtx uplink force" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " dtx uplink force" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " dtx uplink force" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " dtx uplink force" id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Port GSMTAP was cleared. MTC@02de37bb920a: Start timer T: 10 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C63B0100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C63B0100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50747, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50747, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50747, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@02de37bb920a: Message with id 1 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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 := 53127 }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 24 }, rach_control := { max_retrans := '00'B, tx_integer := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C66E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C66E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50798, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50798, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50798, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@02de37bb920a: Message with id 2 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C6A10100000059061A00000000000000000000000000000000FF2D0400'O } id 3 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C6A10100000059061A00000000000000000000000000000000FF2D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50849, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50849, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 3 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50849, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 3 MTC@02de37bb920a: Message with id 3 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF2D0400'O MTC@02de37bb920a: 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 := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C6D40100000049061B153A62F224CF87110101107D182D0400392B2B2B'O } id 4 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C6D40100000049061B153A62F224CF87110101107D182D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50900, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50900, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } } id 4 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50900, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } } id 4 MTC@02de37bb920a: Message with id 4 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B153A62F224CF87110101107D182D0400392B2B2B'O MTC@02de37bb920a: 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 := 5434, lai := { mcc_mnc := '262F42'H, lac := 53127 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 24 }, rach_control := { max_retrans := '00'B, tx_integer := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@02de37bb920a: setverdict(pass): none -> pass MTC@02de37bb920a: Terminating component type Test.dummy_CT. MTC@02de37bb920a: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was unmapped from system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was stopped. MTC@02de37bb920a: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@02de37bb920a: Warning: BSCVTY: Dropping partial message MTC@02de37bb920a: Port BSCVTY was unmapped from system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was stopped. MTC@02de37bb920a: Component type Test.dummy_CT was shut down inside testcase TC_dtx_ul. MTC@02de37bb920a: Waiting for PTCs to finish. MTC@02de37bb920a: Setting final verdict of the test case. MTC@02de37bb920a: Local verdict of MTC: pass MTC@02de37bb920a: No PTCs were created. MTC@02de37bb920a: Test case TC_dtx_ul finished. Verdict: pass MC@02de37bb920a: Test execution finished. MTC@02de37bb920a: Executing test case TC_emerg_allowed in module Test. MTC@02de37bb920a: Test case TC_emerg_allowed started. MTC@02de37bb920a: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_emerg_allowed. MTC@02de37bb920a: Port GSMTAP was started. MTC@02de37bb920a: Port BSCVTY was started. MTC@02de37bb920a: Component type Test.dummy_CT was initialized. MTC@02de37bb920a: Function rnd() returned 0.544761. MTC@02de37bb920a: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was mapped to system:GSMTAP. MTC@02de37bb920a: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@02de37bb920a: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@02de37bb920a: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was mapped to system:BSCVTY. MTC@02de37bb920a: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@02de37bb920a: Sent on BSCVTY to system charstring : "enable" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Message with id 1 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Message with id 2 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@02de37bb920a: Message with id 3 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Message with id 4 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "rach emergency call allowed 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " rach emergency call allowed 0" id 7 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Matching on port BSCVTY " rach emergency call allowed 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " rach emergency call allowed 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " rach emergency call allowed 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: 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@02de37bb920a: Matching on port BSCVTY succeeded: " rach emergency call allowed 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach emergency call allowed 0" id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Message with id 10 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@02de37bb920a: Message with id 11 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C7070100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C7070100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50951, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50951, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C73A010000005506198FB380000000000000000000000000002D04002B'O } id 2 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C73A010000005506198FB380000000000000000000000000002D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51002, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000002D04002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51002, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000002D04002B'O } } id 2 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C76D0100000059061A00000000000000000000000000000000FF2D0400'O } id 3 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C76D0100000059061A00000000000000000000000000000000FF2D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51053, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51053, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 3 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C7A00100000049061B153A62F224CF87110101107D182D0400392B2B2B'O } id 4 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C7A00100000049061B153A62F224CF87110101107D182D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51104, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51104, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } } id 4 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: Message with id 1 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 2 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 3 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 4 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Port GSMTAP was cleared. MTC@02de37bb920a: Start timer T: 10 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C7D30100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C7D30100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51155, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51155, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51155, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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 := 53127 }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 24 }, rach_control := { max_retrans := '00'B, tx_integer := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C806010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C806010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51206, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51206, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51206, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C8390100000059061A00000000000000000000000000000000FF2D0400'O } id 7 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C8390100000059061A00000000000000000000000000000000FF2D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51257, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51257, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51257, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF2D0400'O MTC@02de37bb920a: 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 := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C86C0100000049061B153A62F224CF87110101107D182D0400392B2B2B'O } id 8 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C86C0100000049061B153A62F224CF87110101107D182D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51308, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51308, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } } id 8 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51308, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } } id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B153A62F224CF87110101107D182D0400392B2B2B'O MTC@02de37bb920a: 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 := 5434, lai := { mcc_mnc := '262F42'H, lac := 53127 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 24 }, rach_control := { max_retrans := '00'B, tx_integer := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@02de37bb920a: setverdict(pass): none -> pass MTC@02de37bb920a: Terminating component type Test.dummy_CT. MTC@02de37bb920a: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was unmapped from system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was stopped. MTC@02de37bb920a: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was unmapped from system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was stopped. MTC@02de37bb920a: Component type Test.dummy_CT was shut down inside testcase TC_emerg_allowed. MTC@02de37bb920a: Waiting for PTCs to finish. MTC@02de37bb920a: Setting final verdict of the test case. MTC@02de37bb920a: Local verdict of MTC: pass MTC@02de37bb920a: No PTCs were created. MTC@02de37bb920a: Test case TC_emerg_allowed finished. Verdict: pass MC@02de37bb920a: Test execution finished. MTC@02de37bb920a: Executing test case TC_bs_pa_mfrms in module Test. MTC@02de37bb920a: Test case TC_bs_pa_mfrms started. MTC@02de37bb920a: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_pa_mfrms. MTC@02de37bb920a: Port GSMTAP was started. MTC@02de37bb920a: Port BSCVTY was started. MTC@02de37bb920a: Component type Test.dummy_CT was initialized. MTC@02de37bb920a: Function rnd() returned 0.946475. MTC@02de37bb920a: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was mapped to system:GSMTAP. MTC@02de37bb920a: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@02de37bb920a: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@02de37bb920a: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was mapped to system:BSCVTY. MTC@02de37bb920a: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@02de37bb920a: Sent on BSCVTY to system charstring : "enable" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Message with id 1 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Message with id 2 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@02de37bb920a: Message with id 3 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Message with id 4 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "channel-descrption bs-pa-mfrms 8" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " channel-descrption bs-pa-mfrms 8" id 7 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 8" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 8" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 8" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 8" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " channel-descrption bs-pa-mfrms 8" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-pa-mfrms 8" id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Message with id 10 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@02de37bb920a: Message with id 11 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C89F0100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C89F0100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51359, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51359, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C8D2010000005506198FB380000000000000000000000000002D04002B'O } id 2 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C8D2010000005506198FB380000000000000000000000000002D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51410, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000002D04002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51410, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000002D04002B'O } } id 2 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C9050100000059061A00000000000000000000000000000000FF2D0400'O } id 3 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C9050100000059061A00000000000000000000000000000000FF2D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51461, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51461, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 3 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C9380100000049061B153A62F224CF87110601107D182D0400392B2B2B'O } id 4 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C9380100000049061B153A62F224CF87110601107D182D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51512, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110601107D182D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51512, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110601107D182D0400392B2B2B'O } } id 4 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: Message with id 1 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 2 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 3 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 4 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Port GSMTAP was cleared. MTC@02de37bb920a: Start timer T: 10 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C96B0100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C96B0100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51563, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51563, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51563, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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 := 53127 }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 24 }, rach_control := { max_retrans := '00'B, tx_integer := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C99E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C99E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51614, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51614, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51614, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C9D10100000059061A00000000000000000000000000000000FF2D0400'O } id 7 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000C9D10100000059061A00000000000000000000000000000000FF2D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51665, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51665, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51665, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF2D0400'O MTC@02de37bb920a: 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 := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CA040100000049061B153A62F224CF87110601107D182D0400392B2B2B'O } id 8 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000CA040100000049061B153A62F224CF87110601107D182D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51716, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110601107D182D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51716, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110601107D182D0400392B2B2B'O } } id 8 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51716, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110601107D182D0400392B2B2B'O } } id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B153A62F224CF87110601107D182D0400392B2B2B'O MTC@02de37bb920a: 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 := 5434, lai := { mcc_mnc := '262F42'H, lac := 53127 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 6, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 24 }, rach_control := { max_retrans := '00'B, tx_integer := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@02de37bb920a: setverdict(pass): none -> pass MTC@02de37bb920a: Terminating component type Test.dummy_CT. MTC@02de37bb920a: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was unmapped from system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was stopped. MTC@02de37bb920a: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was unmapped from system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was stopped. MTC@02de37bb920a: Component type Test.dummy_CT was shut down inside testcase TC_bs_pa_mfrms. MTC@02de37bb920a: Waiting for PTCs to finish. MTC@02de37bb920a: Setting final verdict of the test case. MTC@02de37bb920a: Local verdict of MTC: pass MTC@02de37bb920a: No PTCs were created. MTC@02de37bb920a: Test case TC_bs_pa_mfrms finished. Verdict: pass MC@02de37bb920a: Test execution finished. MTC@02de37bb920a: Executing test case TC_bs_ag_blks_res in module Test. MTC@02de37bb920a: Test case TC_bs_ag_blks_res started. MTC@02de37bb920a: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_ag_blks_res. MTC@02de37bb920a: Port GSMTAP was started. MTC@02de37bb920a: Port BSCVTY was started. MTC@02de37bb920a: Component type Test.dummy_CT was initialized. MTC@02de37bb920a: Function rnd() returned 0.175938. MTC@02de37bb920a: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was mapped to system:GSMTAP. MTC@02de37bb920a: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@02de37bb920a: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@02de37bb920a: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was mapped to system:BSCVTY. MTC@02de37bb920a: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@02de37bb920a: Sent on BSCVTY to system charstring : "enable" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Message with id 1 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Message with id 2 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@02de37bb920a: Message with id 3 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Message with id 4 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "channel-descrption bs-ag-blks-res 1" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " channel-descrption bs-ag-blks-res 1" id 7 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 1" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 1" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 1" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 1" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " channel-descrption bs-ag-blks-res 1" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-ag-blks-res 1" id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Message with id 10 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@02de37bb920a: Message with id 11 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CA370100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000CA370100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51767, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51767, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CA6A010000005506198FB380000000000000000000000000002D04002B'O } id 2 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000CA6A010000005506198FB380000000000000000000000000002D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51818, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000002D04002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51818, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000002D04002B'O } } id 2 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CA9D0100000059061A00000000000000000000000000000000FF2D0400'O } id 3 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000CA9D0100000059061A00000000000000000000000000000000FF2D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51869, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51869, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 3 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CAD00100000049061B153A62F224CF87090601107D182D0400392B2B2B'O } id 4 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000CAD00100000049061B153A62F224CF87090601107D182D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51920, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87090601107D182D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51920, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87090601107D182D0400392B2B2B'O } } id 4 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: Message with id 1 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 2 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 3 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 4 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Port GSMTAP was cleared. MTC@02de37bb920a: Start timer T: 10 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CB030100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000CB030100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51971, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51971, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51971, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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 := 53127 }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 24 }, rach_control := { max_retrans := '00'B, tx_integer := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CB36010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000CB36010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52022, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52022, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52022, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CB690100000059061A00000000000000000000000000000000FF2D0400'O } id 7 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000CB690100000059061A00000000000000000000000000000000FF2D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52073, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52073, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52073, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF2D0400'O MTC@02de37bb920a: 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 := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CB9C0100000049061B153A62F224CF87090601107D182D0400392B2B2B'O } id 8 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000CB9C0100000049061B153A62F224CF87090601107D182D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52124, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87090601107D182D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52124, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87090601107D182D0400392B2B2B'O } } id 8 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52124, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87090601107D182D0400392B2B2B'O } } id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B153A62F224CF87090601107D182D0400392B2B2B'O MTC@02de37bb920a: 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 := 5434, lai := { mcc_mnc := '262F42'H, lac := 53127 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 1, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 6, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 24 }, rach_control := { max_retrans := '00'B, tx_integer := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@02de37bb920a: setverdict(pass): none -> pass MTC@02de37bb920a: Terminating component type Test.dummy_CT. MTC@02de37bb920a: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was unmapped from system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was stopped. MTC@02de37bb920a: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was unmapped from system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was stopped. MTC@02de37bb920a: Component type Test.dummy_CT was shut down inside testcase TC_bs_ag_blks_res. MTC@02de37bb920a: Waiting for PTCs to finish. MTC@02de37bb920a: Setting final verdict of the test case. MTC@02de37bb920a: Local verdict of MTC: pass MTC@02de37bb920a: No PTCs were created. MTC@02de37bb920a: Test case TC_bs_ag_blks_res finished. Verdict: pass MC@02de37bb920a: Test execution finished. MTC@02de37bb920a: Executing test case TC_radio_link_timeout in module Test. MTC@02de37bb920a: Test case TC_radio_link_timeout started. MTC@02de37bb920a: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_radio_link_timeout. MTC@02de37bb920a: Port GSMTAP was started. MTC@02de37bb920a: Port BSCVTY was started. MTC@02de37bb920a: Component type Test.dummy_CT was initialized. MTC@02de37bb920a: Function rnd() returned 0.277015. MTC@02de37bb920a: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was mapped to system:GSMTAP. MTC@02de37bb920a: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@02de37bb920a: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@02de37bb920a: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was mapped to system:BSCVTY. MTC@02de37bb920a: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@02de37bb920a: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@02de37bb920a: Sent on BSCVTY to system charstring : "enable" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@02de37bb920a: Message with id 1 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "configure terminal" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@02de37bb920a: Message with id 2 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "network" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " network" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@02de37bb920a: Message with id 3 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@02de37bb920a: Message with id 4 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "radio-link-timeout 20" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " radio-link-timeout 20" id 7 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Matching on port BSCVTY " radio-link-timeout 20" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " radio-link-timeout 20" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " radio-link-timeout 20" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " radio-link-timeout 20" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " radio-link-timeout 20" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " radio-link-timeout 20" id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "end" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: " end" with ? matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@02de37bb920a: Message with id 9 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@02de37bb920a: Message with id 10 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@02de37bb920a: Start timer T: 2 s MTC@02de37bb920a: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@02de37bb920a: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@02de37bb920a: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@02de37bb920a: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@02de37bb920a: Message with id 11 was extracted from the queue of BSCVTY. MTC@02de37bb920a: Stop timer T: 2 s MTC@02de37bb920a: Start timer T: 1 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CBCF0100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000CBCF0100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52175, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52175, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CC02010000005506198FB380000000000000000000000000002D04002B'O } id 2 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000CC02010000005506198FB380000000000000000000000000002D04002B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52226, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000002D04002B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52226, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000002D04002B'O } } id 2 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CC350100000059061A00000000000000000000000000000000FF2D0400'O } id 3 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000CC350100000059061A00000000000000000000000000000000FF2D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52277, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52277, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 3 MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CC680100000049061B153A62F224CF87090601147D182D0400392B2B2B'O } id 4 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000CC680100000049061B153A62F224CF87090601147D182D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52328, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87090601147D182D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52328, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87090601147D182D0400392B2B2B'O } } id 4 MTC@02de37bb920a: Timeout T: 1 s MTC@02de37bb920a: Message with id 1 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 2 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 3 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Message with id 4 was extracted from the queue of GSMTAP. MTC@02de37bb920a: Port GSMTAP was cleared. MTC@02de37bb920a: Start timer T: 10 s MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CC9B0100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000CC9B0100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52379, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52379, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52379, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@02de37bb920a: Message with id 5 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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 := 53127 }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 24 }, rach_control := { max_retrans := '00'B, tx_integer := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CCCE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000CCCE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52430, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52430, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52430, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@02de37bb920a: Message with id 6 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@02de37bb920a: 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@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CD010100000059061A00000000000000000000000000000000FF2D0400'O } id 7 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000CD010100000059061A00000000000000000000000000000000FF2D0400'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52481, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52481, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52481, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 MTC@02de37bb920a: Message with id 7 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF2D0400'O MTC@02de37bb920a: 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 := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@02de37bb920a: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CD340100000049061B153A62F224CF87090601147D182D0400392B2B2B'O } id 8 MTC@02de37bb920a: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000CD340100000049061B153A62F224CF87090601147D182D0400392B2B2B'O MTC@02de37bb920a: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52532, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87090601147D182D0400392B2B2B'O } MTC@02de37bb920a: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52532, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87090601147D182D0400392B2B2B'O } } id 8 MTC@02de37bb920a: Matching on port GSMTAP succeeded: matched MTC@02de37bb920a: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52532, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87090601147D182D0400392B2B2B'O } } id 8 MTC@02de37bb920a: Message with id 8 was extracted from the queue of GSMTAP. MTC@02de37bb920a: dec_SystemInformation(): Stream before decoding: '49061B153A62F224CF87090601147D182D0400392B2B2B'O MTC@02de37bb920a: 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 := 5434, lai := { mcc_mnc := '262F42'H, lac := 53127 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 1, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 6, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0100'B }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 24 }, rach_control := { max_retrans := '00'B, tx_integer := '1011'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@02de37bb920a: setverdict(pass): none -> pass MTC@02de37bb920a: Terminating component type Test.dummy_CT. MTC@02de37bb920a: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was unmapped from system:GSMTAP. MTC@02de37bb920a: Port GSMTAP was stopped. MTC@02de37bb920a: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was unmapped from system:BSCVTY. MTC@02de37bb920a: Port BSCVTY was stopped. MTC@02de37bb920a: Component type Test.dummy_CT was shut down inside testcase TC_radio_link_timeout. MTC@02de37bb920a: Waiting for PTCs to finish. MTC@02de37bb920a: Setting final verdict of the test case. MTC@02de37bb920a: Local verdict of MTC: pass MTC@02de37bb920a: No PTCs were created. MTC@02de37bb920a: Test case TC_radio_link_timeout finished. Verdict: pass MC@02de37bb920a: Test execution finished. Execution of [EXECUTE] section finished. emtc MC@02de37bb920a: Terminating MTC. MTC@02de37bb920a: Verdict statistics: 0 none (0.00 %), 21 pass (95.45 %), 0 inconc (0.00 %), 0 fail (0.00 %), 1 error (4.55 %). MTC@02de37bb920a: Test execution summary: 22 test cases were executed. Overall verdict: error MTC@02de37bb920a: Exit was requested from MC. Terminating MTC. MC@02de37bb920a: MTC terminated. MC2> exit MC@02de37bb920a: Shutting down session. HC@02de37bb920a: Exit was requested from MC. Terminating HC. MC@02de37bb920a: Shutdown complete. 04:30:05.020587 hc TTCN-3 Host Controller started on 02de37bb920a. Version: CRL 113 200/6 R1A. 04:30:05.020619 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:30:05.020621 hc Maximum number of open file descriptors: 1048576, FD_SETSIZE = 1024 04:30:05.020835 hc The address of MC was set to 02de37bb920a[172.18.0.230]:0. 04:30:05.020940 hc The local IP address of the control connection to MC is 172.18.0.230. 04:30:05.020951 hc Connected to MC. 04:30:05.020974 hc This host supports UNIX domain sockets for local communication. 04:30:05.021376 hc Processing configuration data received from MC. 04:30:05.022009 hc Initializing module GSMTAP_PortType. 04:30:05.022032 hc Initializing module GSMTAP_Types. 04:30:05.022051 hc Initializing module Osmocom_Types. 04:30:05.022070 hc Initialization of module Osmocom_Types finished. 04:30:05.022086 hc Initialization of module GSMTAP_Types finished. 04:30:05.022121 hc Initializing module IPL4asp_PortType. 04:30:05.022139 hc Initializing module IPL4asp_Types. 04:30:05.022161 hc Initializing module Socket_API_Definitions. 04:30:05.022179 hc Initialization of module Socket_API_Definitions finished. 04:30:05.022194 hc Initialization of module IPL4asp_Types finished. 04:30:05.022223 hc Initialization of module IPL4asp_PortType finished. 04:30:05.022244 hc Initialization of module GSMTAP_PortType finished. 04:30:05.022268 hc Initializing module GSM_RR_Types. 04:30:05.022298 hc Initializing module RLCMAC_CSN1_Types. 04:30:05.022327 hc Initializing module GSM_Types. 04:30:05.022355 hc Initializing module General_Types. 04:30:05.022396 hc Initialization of module General_Types finished. 04:30:05.022450 hc Initialization of module GSM_Types finished. 04:30:05.022475 hc Initialization of module RLCMAC_CSN1_Types finished. 04:30:05.022497 hc Initialization of module GSM_RR_Types finished. 04:30:05.022521 hc Initializing module GSM_SystemInformation. 04:30:05.022633 hc Initialization of module GSM_SystemInformation finished. 04:30:05.022665 hc Initializing module IPL4_GSMTAP_CtrlFunct. 04:30:05.022697 hc Initialization of module IPL4_GSMTAP_CtrlFunct finished. 04:30:05.022744 hc Initializing module IPL4asp_Functions. 04:30:05.022798 hc Initializing module TCCInterface_Functions. 04:30:05.022823 hc Initializing module TCCConversion_Functions. 04:30:05.022856 hc Initialization of module TCCConversion_Functions finished. 04:30:05.022884 hc Initialization of module TCCInterface_Functions finished. 04:30:05.022926 hc Initialization of module IPL4asp_Functions finished. 04:30:05.022964 hc Initializing module Osmocom_VTY_Functions. 04:30:05.022993 hc Initializing module TELNETasp_PortType. 04:30:05.023022 hc Initialization of module TELNETasp_PortType finished. 04:30:05.023054 hc Initialization of module Osmocom_VTY_Functions finished. 04:30:05.023092 hc Initializing module PreGenRecordOf. 04:30:05.023117 hc Initialization of module PreGenRecordOf finished. 04:30:05.023171 hc Initializing module Test. 04:30:05.023360 hc Initialization of module Test finished. 04:30:05.023392 hc Initializing module TitanLoggerApi. 04:30:05.023433 hc Initialization of module TitanLoggerApi finished. 04:30:05.023458 hc Initializing module TitanLoggerControl. 04:30:05.023489 hc Initialization of module TitanLoggerControl finished. 04:30:05.023522 hc Configuration data was processed successfully. 04:30:05.023836 hc MTC was created. Process id: 20. 04:30:05.023995 mtc Warning: A plug-in from the same path `libjunitlogger2' is already active, skipping plug-in 04:30:05.024250 mtc TTCN-3 Main Test Component started on 02de37bb920a. Version: CRL 113 200/6 R1A. 04:30:05.024285 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:30:05.024339 mtc Connected to MC. 04:30:05.024732 mtc Executing test case TC_si1 in module Test. 04:30:05.024870 mtc Test case TC_si1 started. 04:30:05.024903 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si1. 04:30:05.025019 mtc Port GSMTAP was started. 04:30:05.025053 mtc Port BSCVTY was started. 04:30:05.025064 mtc Component type Test.dummy_CT was initialized. 04:30:05.025083 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:30:05.025456 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:30:05.025597 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:30:05.025831 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:30:05.026117 mtc setverdict(pass): none -> pass 04:30:05.026157 mtc Terminating component type Test.dummy_CT. 04:30:05.026178 mtc Port GSMTAP was stopped. 04:30:05.026199 mtc Port BSCVTY was stopped. 04:30:05.026223 mtc Component type Test.dummy_CT was shut down inside testcase TC_si1. 04:30:05.026245 mtc Waiting for PTCs to finish. 04:30:05.026280 mtc Setting final verdict of the test case. 04:30:05.026302 mtc Local verdict of MTC: pass 04:30:05.026329 mtc No PTCs were created. 04:30:05.026345 mtc Test case TC_si1 finished. Verdict: pass 04:30:05.026420 mtc Executing test case TC_telnet in module Test. 04:30:05.026468 mtc Test case TC_telnet started. 04:30:05.026488 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_telnet. 04:30:05.026533 mtc Port GSMTAP was started. 04:30:05.026556 mtc Port BSCVTY was started. 04:30:05.026572 mtc Component type Test.dummy_CT was initialized. 04:30:05.026600 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:30:05.026658 mtc Port GSMTAP was mapped to system:GSMTAP. 04:30:05.026721 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:30:05.026830 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:30:05.027019 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:30:05.027310 mtc Port BSCVTY was mapped to system:BSCVTY. 04:30:05.027367 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:30:05.027448 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:30:05.027485 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:30:05.027518 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:30:05.027610 mtc Sent on BSCVTY to system charstring : "enable" 04:30:05.027669 mtc Start timer T: 2 s 04:30:05.027819 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:30:05.027913 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:30:05.027945 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:30:05.027968 mtc Stop timer T: 2 s 04:30:05.028000 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:05.028041 mtc Start timer T: 2 s 04:30:05.028239 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:30:05.028352 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:30:05.028381 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:30:05.028406 mtc Stop timer T: 2 s 04:30:05.028436 mtc Sent on BSCVTY to system charstring : "show network" 04:30:05.028478 mtc Start timer T: 2 s 04:30:05.028584 mtc Message enqueued on BSCVTY from system charstring : " show network\n% Unknown command." id 3 04:30:05.028617 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 4 04:30:05.028824 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " show network\n% Unknown command." id 3 04:30:05.028847 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:30:05.028861 mtc failVTY: Unknown Command 04:30:05.028890 mtc Osmocom_VTY_Functions.ttcn:53: Dynamic test case error: testcase.stop 04:30:05.028919 mtc setverdict(error): none -> error 04:30:05.028941 mtc Performing error recovery. 04:30:05.029110 mtc Terminating component type Test.dummy_CT. 04:30:05.029135 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:30:05.029204 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:30:05.029230 mtc Port GSMTAP was stopped. 04:30:05.029249 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:30:05.029264 mtc Warning: BSCVTY: Dropping partial message 04:30:05.029308 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:30:05.029331 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:30:05.029347 mtc Port BSCVTY was stopped. 04:30:05.029363 mtc Component type Test.dummy_CT was shut down inside testcase TC_telnet. 04:30:05.029386 mtc Waiting for PTCs to finish. 04:30:05.029427 mtc Setting final verdict of the test case. 04:30:05.029443 mtc Local verdict of MTC: error 04:30:05.029465 mtc No PTCs were created. 04:30:05.029483 mtc Test case TC_telnet finished. Verdict: error 04:30:05.029530 mtc Executing test case TC_si_default in module Test. 04:30:05.029554 mtc Test case TC_si_default started. 04:30:05.029573 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_default. 04:30:05.029618 mtc Port GSMTAP was started. 04:30:05.029643 mtc Port BSCVTY was started. 04:30:05.029660 mtc Component type Test.dummy_CT was initialized. 04:30:05.029683 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:30:05.029725 mtc Port GSMTAP was mapped to system:GSMTAP. 04:30:05.029762 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:30:05.029787 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:30:05.029833 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:30:05.029988 mtc Port BSCVTY was mapped to system:BSCVTY. 04:30:05.030036 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:30:05.030069 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:30:05.030097 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:30:05.030121 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:30:05.030182 mtc Sent on BSCVTY to system charstring : "enable" 04:30:05.030228 mtc Start timer T: 2 s 04:30:05.030290 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:30:05.030353 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:30:05.030379 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:30:05.030401 mtc Stop timer T: 2 s 04:30:05.030458 mtc Port GSMTAP was cleared. 04:30:05.030479 mtc Start timer T: 8 s 04:30:05.292493 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000867B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 1 04:30:05.293282 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 1 04:30:05.293646 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 1 04:30:05.293750 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:30:05.294168 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:30:05.527837 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:30:05.528230 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34478, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 04:30:05.528484 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34478, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 04:30:05.528651 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:30:05.528872 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:30:05.762933 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086E10100000059061A00000000000000000000000000000000FF9D0400'O } id 3 04:30:05.763244 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34529, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 04:30:05.763447 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34529, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 04:30:05.763539 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:30:05.763807 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:30:05.998558 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087140100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 4 04:30:05.998868 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 4 04:30:05.999091 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 4 04:30:05.999232 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:30:05.999596 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:30:06.233910 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087470100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 5 04:30:06.234284 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 5 04:30:06.234511 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 5 04:30:06.234616 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:30:06.234931 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:30:06.468995 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000877A010000005506198FB380000000000000000000000000009D04002B'O } id 6 04:30:06.469185 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34682, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 04:30:06.469297 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34682, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 04:30:06.469351 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:30:06.469492 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:30:06.704447 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087AD0100000059061A00000000000000000000000000000000FF9D0400'O } id 7 04:30:06.704763 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34733, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:30:06.704955 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34733, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:30:06.705051 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:30:06.705266 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:30:06.939983 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087E00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 8 04:30:06.940319 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 8 04:30:06.940554 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 8 04:30:06.940656 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:30:06.940931 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:30:07.175180 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088130100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 9 04:30:07.175494 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 9 04:30:07.175680 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 9 04:30:07.175795 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:30:07.176053 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:30:07.410551 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008846010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 10 04:30:07.410865 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34886, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 10 04:30:07.411067 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34886, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 10 04:30:07.411154 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:30:07.411329 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:30:07.645943 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088790100000059061A00000000000000000000000000000000FF9D0400'O } id 11 04:30:07.646230 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 11 04:30:07.646398 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 11 04:30:07.646476 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:30:07.646688 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:30:07.881259 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088AC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 12 04:30:07.881501 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 12 04:30:07.881705 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 12 04:30:07.881797 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:30:07.882067 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:30:08.116586 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088DF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 13 04:30:08.116948 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 13 04:30:08.117159 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 13 04:30:08.117244 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:30:08.117527 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:30:08.352218 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008912010000005506198FB380000000000000000000000000009D04002B'O } id 14 04:30:08.352633 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 04:30:08.352917 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 04:30:08.353033 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:30:08.353334 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:30:08.587584 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089450100000059061A00000000000000000000000000000000FF9D0400'O } id 15 04:30:08.587969 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 04:30:08.588194 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 04:30:08.588330 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:30:08.588576 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:30:08.822799 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089780100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 16 04:30:08.823126 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 16 04:30:08.823299 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 16 04:30:08.823406 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:30:08.823739 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:30:09.058290 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089AB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 17 04:30:09.058694 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 17 04:30:09.058963 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 17 04:30:09.059106 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:30:09.059440 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:30:09.293432 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 18 04:30:09.293743 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 04:30:09.293939 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 04:30:09.294017 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:30:09.294200 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:30:09.528776 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A110100000059061A00000000000000000000000000000000FF9D0400'O } id 19 04:30:09.529079 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 19 04:30:09.529288 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 19 04:30:09.529368 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:30:09.529627 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:30:09.764136 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A440100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 20 04:30:09.764453 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 20 04:30:09.764614 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 20 04:30:09.764685 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:30:09.764906 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:30:09.999578 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A770100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 21 04:30:09.999927 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21 04:30:10.000093 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21 04:30:10.000193 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:30:10.000491 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:30:10.235025 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008AAA010000005506198FB380000000000000000000000000009D04002B'O } id 22 04:30:10.235430 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 04:30:10.235686 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 04:30:10.235825 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:30:10.236102 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:30:10.470343 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008ADD0100000059061A00000000000000000000000000000000FF9D0400'O } id 23 04:30:10.470567 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 04:30:10.470711 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 04:30:10.470781 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:30:10.470990 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:30:10.705577 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B100100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 24 04:30:10.705891 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 24 04:30:10.706166 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 24 04:30:10.706274 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:30:10.706607 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:30:10.940953 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B430100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 25 04:30:10.941254 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25 04:30:10.941436 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25 04:30:10.941566 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:30:10.941905 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:30:11.176580 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B76010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 26 04:30:11.176929 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35702, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 26 04:30:11.177157 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35702, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 26 04:30:11.177256 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:30:11.177439 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:30:11.412029 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BA90100000059061A00000000000000000000000000000000FF9D0400'O } id 27 04:30:11.412361 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 27 04:30:11.412616 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 27 04:30:11.412770 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:30:11.413053 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:30:11.647311 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BDC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 28 04:30:11.647675 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 28 04:30:11.647934 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 28 04:30:11.648052 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:30:11.648401 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:30:11.882345 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C0F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 29 04:30:11.882556 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29 04:30:11.882682 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29 04:30:11.882742 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:30:11.882937 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:30:12.117803 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C42010000005506198FB380000000000000000000000000009D04002B'O } id 30 04:30:12.118058 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 04:30:12.118204 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 04:30:12.118270 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:30:12.118432 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:30:12.353113 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C750100000059061A00000000000000000000000000000000FF9D0400'O } id 31 04:30:12.353360 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 04:30:12.353507 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 04:30:12.353595 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:30:12.353820 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:30:12.588566 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008CA80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 32 04:30:12.588908 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 32 04:30:12.589114 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 32 04:30:12.589201 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:30:12.589477 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:30:12.823931 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008CDB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 33 04:30:12.824221 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33 04:30:12.824445 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33 04:30:12.824544 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:30:12.824856 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:30:13.030619 mtc Timeout T: 8 s 04:30:13.030784 mtc "TC_si_default": TC=0 has #of SI=4 04:30:13.030899 mtc "TC_si_default": TC=1 has #of SI=4 04:30:13.030970 mtc "TC_si_default": TC=2 has #of SI=4 04:30:13.031036 mtc "TC_si_default": TC=3 has #of SI=5 04:30:13.031099 mtc "TC_si_default": TC=4 has #of SI=4 04:30:13.031161 mtc "TC_si_default": TC=5 has #of SI=4 04:30:13.031225 mtc "TC_si_default": TC=6 has #of SI=4 04:30:13.031307 mtc "TC_si_default": TC=7 has #of SI=4 04:30:13.031501 mtc setverdict(pass): none -> pass 04:30:13.031649 mtc Terminating component type Test.dummy_CT. 04:30:13.031775 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:30:13.031899 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:30:13.031962 mtc Port GSMTAP was stopped. 04:30:13.032018 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:30:13.032167 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:30:13.032254 mtc Port BSCVTY was stopped. 04:30:13.032308 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_default. 04:30:13.032357 mtc Waiting for PTCs to finish. 04:30:13.032520 mtc Setting final verdict of the test case. 04:30:13.032571 mtc Local verdict of MTC: pass 04:30:13.032604 mtc No PTCs were created. 04:30:13.032631 mtc Test case TC_si_default finished. Verdict: pass 04:30:13.032983 mtc Executing test case TC_si_sched_2bis in module Test. 04:30:13.033112 mtc Test case TC_si_sched_2bis started. 04:30:13.033186 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2bis. 04:30:13.033301 mtc Port GSMTAP was started. 04:30:13.033372 mtc Port BSCVTY was started. 04:30:13.033419 mtc Component type Test.dummy_CT was initialized. 04:30:13.033478 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:30:13.033698 mtc Port GSMTAP was mapped to system:GSMTAP. 04:30:13.033875 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:30:13.034006 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:30:13.034164 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:30:13.034758 mtc Port BSCVTY was mapped to system:BSCVTY. 04:30:13.034912 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:30:13.035026 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:30:13.035100 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:30:13.035166 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:30:13.035336 mtc Sent on BSCVTY to system charstring : "enable" 04:30:13.035488 mtc Start timer T: 2 s 04:30:13.035676 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:30:13.035903 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:30:13.035953 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:30:13.035985 mtc Stop timer T: 2 s 04:30:13.036036 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:13.036120 mtc Start timer T: 2 s 04:30:13.036476 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:30:13.036860 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:30:13.036948 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:30:13.037010 mtc Stop timer T: 2 s 04:30:13.037105 mtc Sent on BSCVTY to system charstring : "network" 04:30:13.037222 mtc Start timer T: 2 s 04:30:13.037566 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:30:13.037686 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:30:13.037963 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:30:13.038039 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:30:13.038255 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:30:13.038321 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:30:13.038370 mtc Stop timer T: 2 s 04:30:13.038449 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:13.038548 mtc Start timer T: 2 s 04:30:13.038793 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:30:13.038887 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:30:13.039111 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:30:13.039162 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:30:13.039287 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:30:13.039340 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:30:13.039390 mtc Stop timer T: 2 s 04:30:13.039460 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static" 04:30:13.039549 mtc Start timer T: 2 s 04:30:13.040014 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 04:30:13.040102 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:30:13.040418 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 04:30:13.040496 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:30:13.040692 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:30:13.040757 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:30:13.040810 mtc Stop timer T: 2 s 04:30:13.040927 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" 04:30:13.041263 mtc Start timer T: 2 s 04:30:13.041344 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:30:13.041367 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 04:30:13.041476 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:30:13.041497 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:30:13.041558 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 04:30:13.041578 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:30:13.041594 mtc Stop timer T: 2 s 04:30:13.041623 mtc Sent on BSCVTY to system charstring : "end" 04:30:13.041656 mtc Start timer T: 2 s 04:30:13.041727 mtc Message enqueued on BSCVTY from system charstring : " end" id 11 04:30:13.041756 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 04:30:13.041821 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 04:30:13.041844 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:30:13.041887 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 04:30:13.041910 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:30:13.041929 mtc Stop timer T: 2 s 04:30:13.041956 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:13.041996 mtc Start timer T: 2 s 04:30:13.042125 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 04:30:13.042191 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 04:30:13.042205 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:30:13.042214 mtc Stop timer T: 2 s 04:30:13.042228 mtc Sent on BSCVTY to system charstring : "network" 04:30:13.042260 mtc Start timer T: 2 s 04:30:13.042317 mtc Message enqueued on BSCVTY from system charstring : " network" id 14 04:30:13.042338 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 04:30:13.042418 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 04:30:13.042439 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:30:13.042499 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 04:30:13.042518 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:30:13.042534 mtc Stop timer T: 2 s 04:30:13.042558 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:13.042592 mtc Start timer T: 2 s 04:30:13.042654 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16 04:30:13.042675 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:30:13.042751 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 04:30:13.042770 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:30:13.042830 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:30:13.042850 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:30:13.042866 mtc Stop timer T: 2 s 04:30:13.042892 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:30:13.042926 mtc Start timer T: 2 s 04:30:13.043018 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 18 04:30:13.043041 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 04:30:13.043107 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 18 04:30:13.043123 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:30:13.043180 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 04:30:13.043199 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:30:13.043216 mtc Stop timer T: 2 s 04:30:13.043239 mtc Sent on BSCVTY to system charstring : "end" 04:30:13.043273 mtc Start timer T: 2 s 04:30:13.043329 mtc Message enqueued on BSCVTY from system charstring : " end" id 20 04:30:13.043349 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 04:30:13.043408 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20 04:30:13.043428 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:30:13.043466 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 04:30:13.043483 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:30:13.043499 mtc Stop timer T: 2 s 04:30:13.043523 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:13.043557 mtc Start timer T: 2 s 04:30:13.043629 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22 04:30:13.043707 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22 04:30:13.043728 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:30:13.043750 mtc Stop timer T: 2 s 04:30:13.043773 mtc Sent on BSCVTY to system charstring : "network" 04:30:13.043846 mtc Start timer T: 2 s 04:30:13.043887 mtc Message enqueued on BSCVTY from system charstring : " network" id 23 04:30:13.043908 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24 04:30:13.043986 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23 04:30:13.044006 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:30:13.044067 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24 04:30:13.044086 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:30:13.044102 mtc Stop timer T: 2 s 04:30:13.044125 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:13.044158 mtc Start timer T: 2 s 04:30:13.044220 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 25 04:30:13.044241 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 04:30:13.044303 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25 04:30:13.044317 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:30:13.044357 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 04:30:13.044374 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:30:13.044388 mtc Stop timer T: 2 s 04:30:13.044404 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:30:13.044431 mtc Start timer T: 2 s 04:30:13.044510 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27 04:30:13.044533 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 04:30:13.044614 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27 04:30:13.044634 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:30:13.044692 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 04:30:13.044712 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:30:13.044729 mtc Stop timer T: 2 s 04:30:13.044752 mtc Sent on BSCVTY to system charstring : "end" 04:30:13.044786 mtc Start timer T: 2 s 04:30:13.044842 mtc Message enqueued on BSCVTY from system charstring : " end" id 29 04:30:13.044863 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30 04:30:13.044914 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29 04:30:13.044930 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:30:13.044966 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30 04:30:13.044985 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:30:13.045002 mtc Stop timer T: 2 s 04:30:13.045027 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:13.045060 mtc Start timer T: 2 s 04:30:13.045128 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31 04:30:13.045193 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31 04:30:13.045213 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:30:13.045230 mtc Stop timer T: 2 s 04:30:13.045254 mtc Sent on BSCVTY to system charstring : "network" 04:30:13.045286 mtc Start timer T: 2 s 04:30:13.045347 mtc Message enqueued on BSCVTY from system charstring : " network" id 32 04:30:13.045373 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33 04:30:13.045451 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32 04:30:13.045470 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:30:13.045528 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33 04:30:13.045546 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:30:13.045562 mtc Stop timer T: 2 s 04:30:13.045586 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:13.045624 mtc Start timer T: 2 s 04:30:13.045707 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 34 04:30:13.045748 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 04:30:13.045834 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34 04:30:13.045853 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:30:13.045958 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 04:30:13.045976 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:30:13.045991 mtc Stop timer T: 2 s 04:30:13.046013 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:30:13.046054 mtc Start timer T: 2 s 04:30:13.046149 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:30:13.046192 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 04:30:13.046309 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:30:13.046329 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:30:13.046399 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 04:30:13.046423 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:30:13.046435 mtc Stop timer T: 2 s 04:30:13.046451 mtc Sent on BSCVTY to system charstring : "end" 04:30:13.046557 mtc Start timer T: 2 s 04:30:13.046587 mtc Message enqueued on BSCVTY from system charstring : " end" id 38 04:30:13.046609 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 04:30:13.046688 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38 04:30:13.046708 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:30:13.046746 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 04:30:13.046769 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:30:13.046785 mtc Stop timer T: 2 s 04:30:13.046808 mtc Sent on BSCVTY to system charstring : "write terminal" 04:30:13.047021 mtc Start timer T: 2 s 04:30:13.047450 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:30:13.047509 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 04:30:13.049596 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:30:13.049669 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:30:13.049706 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 04:30:13.049724 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:30:13.049740 mtc Stop timer T: 2 s 04:30:13.049769 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:30:13.049802 mtc Start timer T: 2 s 04:30:13.050012 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42 04:30:13.050074 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42 04:30:13.050097 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:30:13.050115 mtc Stop timer T: 2 s 04:30:13.050137 mtc Start timer T: 1 s 04:30:13.059087 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 1 04:30:13.059196 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 04:30:13.294600 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D4101000000550602BFE809B3FF00000000000000000000007900002B'O } id 2 04:30:13.294894 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 04:30:13.530189 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D740100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 3 04:30:13.530528 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 04:30:13.765592 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008DA70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4 04:30:13.765926 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 4 04:30:14.000977 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008DDA010000005506198FB380000000000000000000000000009D04002B'O } id 5 04:30:14.001310 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:30:14.050163 mtc Timeout T: 1 s 04:30:14.050348 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:30:14.050414 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:30:14.050462 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:30:14.050502 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:30:14.050544 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:30:14.050579 mtc Port GSMTAP was cleared. 04:30:14.050628 mtc Start timer T: 8 s 04:30:14.236027 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E0D0100000059061A00000000000000000000000000000000FF9D0400'O } id 6 04:30:14.236287 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:30:14.236458 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:30:14.236545 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:30:14.236755 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:30:14.471548 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E400100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 7 04:30:14.475823 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7 04:30:14.475977 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7 04:30:14.476036 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:30:14.476255 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:30:14.707044 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E730100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 8 04:30:14.707395 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 04:30:14.707654 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 04:30:14.707837 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:30:14.708198 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:30:14.942389 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008EA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 9 04:30:14.942734 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 04:30:14.942944 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 04:30:14.943049 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:30:14.943276 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:30:15.177703 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008ED901000000550602BFE809B3FF00000000000000000000007900002B'O } id 10 04:30:15.178179 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 10 04:30:15.178471 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 10 04:30:15.178590 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:30:15.178813 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:30:15.413169 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F0C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 11 04:30:15.413569 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 11 04:30:15.413843 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 11 04:30:15.413987 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:30:15.414362 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:30:15.648516 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F3F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 12 04:30:15.648885 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12 04:30:15.649123 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12 04:30:15.649226 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:30:15.649528 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:30:15.883726 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F72010000005506198FB380000000000000000000000000009D04002B'O } id 13 04:30:15.883997 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 04:30:15.884197 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 04:30:15.884298 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:30:15.884508 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:30:16.119045 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008FA50100000059061A00000000000000000000000000000000FF9D0400'O } id 14 04:30:16.119291 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 04:30:16.119479 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 04:30:16.119563 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:30:16.119814 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:30:16.354388 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008FD80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 15 04:30:16.354652 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 04:30:16.354796 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 04:30:16.354864 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:30:16.355111 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:30:16.589939 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000900B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 16 04:30:16.590292 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16 04:30:16.590507 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16 04:30:16.590605 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:30:16.590920 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:30:16.825322 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000903E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 17 04:30:16.825694 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 04:30:16.825917 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 04:30:16.826094 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:30:16.826349 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:30:17.060507 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000907101000000550602BFE809B3FF00000000000000000000007900002B'O } id 18 04:30:17.060820 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 18 04:30:17.060983 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 18 04:30:17.061065 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:30:17.061314 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:30:17.296048 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090A40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 19 04:30:17.296451 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 19 04:30:17.296753 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 19 04:30:17.296866 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:30:17.297160 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:30:17.531230 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090D70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 20 04:30:17.531572 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20 04:30:17.531834 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20 04:30:17.531938 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:30:17.532274 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:30:17.766789 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000910A010000005506198FB380000000000000000000000000009D04002B'O } id 21 04:30:17.767199 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:30:17.767461 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:30:17.767601 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:30:17.767891 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:30:18.002017 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000913D0100000059061A00000000000000000000000000000000FF9D0400'O } id 22 04:30:18.002374 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 04:30:18.002582 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 04:30:18.002686 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:30:18.002909 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:30:18.237545 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091700100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 23 04:30:18.237945 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 23 04:30:18.238219 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 23 04:30:18.238378 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:30:18.238696 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:30:18.472686 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091A30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 24 04:30:18.473027 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24 04:30:18.473203 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24 04:30:18.473281 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:30:18.473578 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:30:18.708077 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091D6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 25 04:30:18.708428 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 04:30:18.708656 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 04:30:18.708767 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:30:18.709007 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:30:18.943615 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000920901000000550602BFE809B3FF00000000000000000000007900002B'O } id 26 04:30:18.944067 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 26 04:30:18.944328 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 26 04:30:18.944459 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:30:18.944735 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:30:19.178765 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000923C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 27 04:30:19.179045 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 27 04:30:19.179256 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 27 04:30:19.179361 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:30:19.179613 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:30:19.414367 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000926F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 28 04:30:19.414712 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28 04:30:19.414925 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28 04:30:19.415028 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:30:19.415357 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:30:19.649710 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092A2010000005506198FB380000000000000000000000000009D04002B'O } id 29 04:30:19.650056 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 04:30:19.650303 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 04:30:19.650438 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:30:19.650732 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:30:19.885085 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092D50100000059061A00000000000000000000000000000000FF9D0400'O } id 30 04:30:19.885463 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 04:30:19.885715 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 04:30:19.885833 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:30:19.886076 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:30:20.120192 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093080100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 31 04:30:20.120477 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 31 04:30:20.120674 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 31 04:30:20.120753 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:30:20.120978 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:30:20.355824 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000933B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 32 04:30:20.356179 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 32 04:30:20.356400 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 32 04:30:20.356515 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:30:20.356888 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:30:20.591156 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000936E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 33 04:30:20.591557 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 04:30:20.591876 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 04:30:20.591993 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:30:20.592256 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:30:20.826258 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093A101000000550602BFE809B3FF00000000000000000000007900002B'O } id 34 04:30:20.826546 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 34 04:30:20.826765 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 34 04:30:20.826859 mtc Message with id 34 was extracted from the queue of GSMTAP. 04:30:20.827112 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:30:21.061896 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093D40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 35 04:30:21.062330 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 35 04:30:21.062595 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 35 04:30:21.062711 mtc Message with id 35 was extracted from the queue of GSMTAP. 04:30:21.063038 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:30:21.297256 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094070100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 36 04:30:21.297626 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 36 04:30:21.297865 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 36 04:30:21.297974 mtc Message with id 36 was extracted from the queue of GSMTAP. 04:30:21.298298 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:30:21.532387 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000943A010000005506198FB380000000000000000000000000009D04002B'O } id 37 04:30:21.532754 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 04:30:21.532965 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 04:30:21.533047 mtc Message with id 37 was extracted from the queue of GSMTAP. 04:30:21.533272 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:30:21.767955 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000946D0100000059061A00000000000000000000000000000000FF9D0400'O } id 38 04:30:21.768364 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 04:30:21.768639 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 04:30:21.768761 mtc Message with id 38 was extracted from the queue of GSMTAP. 04:30:21.769070 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:30:22.003149 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094A00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 39 04:30:22.003413 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 39 04:30:22.003593 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 39 04:30:22.003725 mtc Message with id 39 was extracted from the queue of GSMTAP. 04:30:22.004004 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:30:22.050736 mtc Timeout T: 8 s 04:30:22.050891 mtc "TC_si_sched_2bis": TC=0 has #of SI=4 04:30:22.050992 mtc "TC_si_sched_2bis": TC=1 has #of SI=5 04:30:22.051062 mtc "TC_si_sched_2bis": TC=2 has #of SI=5 04:30:22.051127 mtc "TC_si_sched_2bis": TC=3 has #of SI=4 04:30:22.051191 mtc "TC_si_sched_2bis": TC=4 has #of SI=4 04:30:22.051258 mtc "TC_si_sched_2bis": TC=5 has #of SI=4 04:30:22.051308 mtc "TC_si_sched_2bis": TC=6 has #of SI=4 04:30:22.051358 mtc "TC_si_sched_2bis": TC=7 has #of SI=4 04:30:22.051482 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:22.051628 mtc Start timer T: 2 s 04:30:22.052006 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43 04:30:22.052274 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43 04:30:22.052325 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:30:22.052358 mtc Stop timer T: 2 s 04:30:22.052404 mtc Sent on BSCVTY to system charstring : "network" 04:30:22.052675 mtc Start timer T: 2 s 04:30:22.052823 mtc Message enqueued on BSCVTY from system charstring : " network" id 44 04:30:22.052895 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45 04:30:22.053102 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44 04:30:22.053150 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:30:22.053269 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45 04:30:22.053305 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:30:22.053350 mtc Stop timer T: 2 s 04:30:22.053400 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:22.053484 mtc Start timer T: 2 s 04:30:22.053806 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 46 04:30:22.053924 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 04:30:22.054237 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46 04:30:22.054317 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:30:22.054529 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 04:30:22.054610 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:30:22.054669 mtc Stop timer T: 2 s 04:30:22.054745 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:30:22.054849 mtc Start timer T: 2 s 04:30:22.055357 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48 04:30:22.055448 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 04:30:22.055810 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48 04:30:22.055910 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:30:22.056065 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 04:30:22.056108 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:30:22.056149 mtc Stop timer T: 2 s 04:30:22.056221 mtc Sent on BSCVTY to system charstring : "end" 04:30:22.056325 mtc Start timer T: 2 s 04:30:22.056626 mtc Message enqueued on BSCVTY from system charstring : " end" id 50 04:30:22.056708 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51 04:30:22.057064 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50 04:30:22.057137 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:30:22.057260 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51 04:30:22.057377 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:30:22.057437 mtc Stop timer T: 2 s 04:30:22.057518 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:22.057626 mtc Start timer T: 2 s 04:30:22.057907 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52 04:30:22.058188 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52 04:30:22.058262 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:30:22.058318 mtc Stop timer T: 2 s 04:30:22.058395 mtc Sent on BSCVTY to system charstring : "network" 04:30:22.058669 mtc Start timer T: 2 s 04:30:22.058818 mtc Message enqueued on BSCVTY from system charstring : " network" id 53 04:30:22.058902 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54 04:30:22.059126 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53 04:30:22.059198 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:30:22.059285 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54 04:30:22.059297 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:30:22.059305 mtc Stop timer T: 2 s 04:30:22.059319 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:22.059343 mtc Start timer T: 2 s 04:30:22.059416 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 55 04:30:22.059448 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 04:30:22.059515 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55 04:30:22.059531 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:30:22.059577 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 04:30:22.059592 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:30:22.059602 mtc Stop timer T: 2 s 04:30:22.059626 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:30:22.059659 mtc Start timer T: 2 s 04:30:22.059769 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57 04:30:22.059794 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 04:30:22.059888 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57 04:30:22.059908 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:30:22.059966 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 04:30:22.059984 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:30:22.060000 mtc Stop timer T: 2 s 04:30:22.060022 mtc Sent on BSCVTY to system charstring : "end" 04:30:22.060055 mtc Start timer T: 2 s 04:30:22.060111 mtc Message enqueued on BSCVTY from system charstring : " end" id 59 04:30:22.060131 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60 04:30:22.060180 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59 04:30:22.060192 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:30:22.060211 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60 04:30:22.060225 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:30:22.060234 mtc Stop timer T: 2 s 04:30:22.060248 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:22.060272 mtc Start timer T: 2 s 04:30:22.060342 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61 04:30:22.060416 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61 04:30:22.060436 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:30:22.060452 mtc Stop timer T: 2 s 04:30:22.060474 mtc Sent on BSCVTY to system charstring : "network" 04:30:22.060506 mtc Start timer T: 2 s 04:30:22.060558 mtc Message enqueued on BSCVTY from system charstring : " network" id 62 04:30:22.060577 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63 04:30:22.060645 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62 04:30:22.060664 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:30:22.060721 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63 04:30:22.060739 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:30:22.060755 mtc Stop timer T: 2 s 04:30:22.060777 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:22.060809 mtc Start timer T: 2 s 04:30:22.060863 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 64 04:30:22.060885 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 04:30:22.060957 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64 04:30:22.060976 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:30:22.061033 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 04:30:22.061052 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:30:22.061068 mtc Stop timer T: 2 s 04:30:22.061091 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:30:22.061123 mtc Start timer T: 2 s 04:30:22.061199 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66 04:30:22.061222 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 04:30:22.061299 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66 04:30:22.061318 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:30:22.061374 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 04:30:22.061395 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:30:22.061410 mtc Stop timer T: 2 s 04:30:22.061432 mtc Sent on BSCVTY to system charstring : "end" 04:30:22.061470 mtc Start timer T: 2 s 04:30:22.061526 mtc Message enqueued on BSCVTY from system charstring : " end" id 68 04:30:22.061548 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69 04:30:22.061596 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68 04:30:22.061609 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:30:22.061632 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69 04:30:22.061642 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:30:22.061651 mtc Stop timer T: 2 s 04:30:22.061665 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:22.061690 mtc Start timer T: 2 s 04:30:22.061754 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70 04:30:22.061811 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70 04:30:22.061824 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:30:22.061832 mtc Stop timer T: 2 s 04:30:22.061846 mtc Sent on BSCVTY to system charstring : "network" 04:30:22.061874 mtc Start timer T: 2 s 04:30:22.061924 mtc Message enqueued on BSCVTY from system charstring : " network" id 71 04:30:22.061945 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72 04:30:22.062019 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71 04:30:22.062038 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:30:22.062094 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72 04:30:22.062112 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:30:22.062128 mtc Stop timer T: 2 s 04:30:22.062150 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:22.062182 mtc Start timer T: 2 s 04:30:22.062234 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 73 04:30:22.062255 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 04:30:22.062301 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73 04:30:22.062313 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:30:22.062353 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 04:30:22.062368 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:30:22.062383 mtc Stop timer T: 2 s 04:30:22.062409 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:30:22.062441 mtc Start timer T: 2 s 04:30:22.062528 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:30:22.062549 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 04:30:22.062624 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:30:22.062640 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:30:22.062681 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 04:30:22.062694 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:30:22.062704 mtc Stop timer T: 2 s 04:30:22.062718 mtc Sent on BSCVTY to system charstring : "end" 04:30:22.062745 mtc Start timer T: 2 s 04:30:22.062797 mtc Message enqueued on BSCVTY from system charstring : " end" id 77 04:30:22.062817 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 04:30:22.062884 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77 04:30:22.062903 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:30:22.062937 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 04:30:22.062953 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:30:22.062969 mtc Stop timer T: 2 s 04:30:22.062990 mtc Sent on BSCVTY to system charstring : "write terminal" 04:30:22.063027 mtc Start timer T: 2 s 04:30:22.063441 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:30:22.063494 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 04:30:22.065226 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:30:22.065277 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:30:22.065300 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 04:30:22.065311 mtc Message with id 80 was extracted from the queue of BSCVTY. 04:30:22.065321 mtc Stop timer T: 2 s 04:30:22.065342 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:30:22.065372 mtc Start timer T: 2 s 04:30:22.065562 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81 04:30:22.065641 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81 04:30:22.065669 mtc Message with id 81 was extracted from the queue of BSCVTY. 04:30:22.065687 mtc Stop timer T: 2 s 04:30:22.065702 mtc Start timer T: 1 s 04:30:22.238474 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094D30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 40 04:30:22.238729 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 40 04:30:22.473848 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009506010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 41 04:30:22.474049 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 41 04:30:22.709248 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000095390100000059061A00000000000000000000000000000000FF9D0400'O } id 42 04:30:22.709512 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 42 04:30:22.944579 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000956C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 43 04:30:22.944855 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 43 04:30:23.065723 mtc Timeout T: 1 s 04:30:23.065852 mtc setverdict(pass): none -> pass 04:30:23.065958 mtc Terminating component type Test.dummy_CT. 04:30:23.066015 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:30:23.066093 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:30:23.066140 mtc Message with id 40 was extracted from the queue of GSMTAP. 04:30:23.066175 mtc Message with id 41 was extracted from the queue of GSMTAP. 04:30:23.066202 mtc Message with id 42 was extracted from the queue of GSMTAP. 04:30:23.066226 mtc Message with id 43 was extracted from the queue of GSMTAP. 04:30:23.066251 mtc Port GSMTAP was stopped. 04:30:23.066286 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:30:23.066609 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:30:23.066696 mtc Port BSCVTY was stopped. 04:30:23.066743 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2bis. 04:30:23.066817 mtc Waiting for PTCs to finish. 04:30:23.066903 mtc Setting final verdict of the test case. 04:30:23.066940 mtc Local verdict of MTC: pass 04:30:23.066969 mtc No PTCs were created. 04:30:23.066994 mtc Test case TC_si_sched_2bis finished. Verdict: pass 04:30:23.067133 mtc Executing test case TC_si_sched_2ter in module Test. 04:30:23.067253 mtc Test case TC_si_sched_2ter started. 04:30:23.067298 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter. 04:30:23.067398 mtc Port GSMTAP was started. 04:30:23.067469 mtc Port BSCVTY was started. 04:30:23.067501 mtc Component type Test.dummy_CT was initialized. 04:30:23.067542 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:30:23.067762 mtc Port GSMTAP was mapped to system:GSMTAP. 04:30:23.067944 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:30:23.068032 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:30:23.068138 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:30:23.068588 mtc Port BSCVTY was mapped to system:BSCVTY. 04:30:23.068715 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:30:23.068803 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:30:23.068868 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:30:23.068936 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:30:23.069151 mtc Sent on BSCVTY to system charstring : "enable" 04:30:23.069281 mtc Start timer T: 2 s 04:30:23.069467 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:30:23.069615 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:30:23.069677 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:30:23.069725 mtc Stop timer T: 2 s 04:30:23.069788 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:23.069880 mtc Start timer T: 2 s 04:30:23.070203 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:30:23.070436 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:30:23.070496 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:30:23.070545 mtc Stop timer T: 2 s 04:30:23.070618 mtc Sent on BSCVTY to system charstring : "network" 04:30:23.070711 mtc Start timer T: 2 s 04:30:23.070897 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:30:23.070954 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:30:23.071101 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:30:23.071140 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:30:23.071241 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:30:23.071273 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:30:23.071298 mtc Stop timer T: 2 s 04:30:23.071343 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:23.071552 mtc Start timer T: 2 s 04:30:23.071669 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:30:23.071793 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:30:23.072019 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:30:23.072076 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:30:23.072246 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:30:23.072300 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:30:23.072345 mtc Stop timer T: 2 s 04:30:23.072418 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:30:23.072515 mtc Start timer T: 2 s 04:30:23.072810 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 04:30:23.072882 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:30:23.073141 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 04:30:23.073197 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:30:23.073292 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:30:23.073305 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:30:23.073316 mtc Stop timer T: 2 s 04:30:23.073332 mtc Sent on BSCVTY to system charstring : "end" 04:30:23.073356 mtc Start timer T: 2 s 04:30:23.073406 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:30:23.073421 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:30:23.073457 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:30:23.073467 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:30:23.073482 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:30:23.073491 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:30:23.073498 mtc Stop timer T: 2 s 04:30:23.073509 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:23.073528 mtc Start timer T: 2 s 04:30:23.073582 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 04:30:23.073647 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 04:30:23.073666 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:30:23.073682 mtc Stop timer T: 2 s 04:30:23.073717 mtc Sent on BSCVTY to system charstring : "network" 04:30:23.073741 mtc Start timer T: 2 s 04:30:23.073778 mtc Message enqueued on BSCVTY from system charstring : " network" id 12 04:30:23.073805 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 04:30:23.073868 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 04:30:23.073884 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:30:23.073929 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 04:30:23.073943 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:30:23.073955 mtc Stop timer T: 2 s 04:30:23.073974 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:23.074001 mtc Start timer T: 2 s 04:30:23.074051 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14 04:30:23.074070 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 04:30:23.074123 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 04:30:23.074136 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:30:23.074181 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 04:30:23.074195 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:30:23.074206 mtc Stop timer T: 2 s 04:30:23.074225 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static" 04:30:23.074251 mtc Start timer T: 2 s 04:30:23.074316 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 16 04:30:23.074333 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:30:23.074401 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 16 04:30:23.074415 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:30:23.074458 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:30:23.074472 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:30:23.074483 mtc Stop timer T: 2 s 04:30:23.074504 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" 04:30:23.074528 mtc Start timer T: 2 s 04:30:23.074594 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18 04:30:23.074610 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 04:30:23.074674 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18 04:30:23.074688 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:30:23.074731 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 04:30:23.074744 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:30:23.074755 mtc Stop timer T: 2 s 04:30:23.074771 mtc Sent on BSCVTY to system charstring : "end" 04:30:23.074796 mtc Start timer T: 2 s 04:30:23.074835 mtc Message enqueued on BSCVTY from system charstring : " end" id 20 04:30:23.074850 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 04:30:23.074888 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20 04:30:23.074898 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:30:23.074912 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 04:30:23.074919 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:30:23.074925 mtc Stop timer T: 2 s 04:30:23.074935 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:23.074952 mtc Start timer T: 2 s 04:30:23.075002 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22 04:30:23.075047 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22 04:30:23.075062 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:30:23.075074 mtc Stop timer T: 2 s 04:30:23.075091 mtc Sent on BSCVTY to system charstring : "network" 04:30:23.075115 mtc Start timer T: 2 s 04:30:23.075161 mtc Message enqueued on BSCVTY from system charstring : " network" id 23 04:30:23.075176 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24 04:30:23.075232 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23 04:30:23.075245 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:30:23.075285 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24 04:30:23.075299 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:30:23.075310 mtc Stop timer T: 2 s 04:30:23.075328 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:23.075351 mtc Start timer T: 2 s 04:30:23.075395 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 25 04:30:23.075410 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 04:30:23.075463 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25 04:30:23.075478 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:30:23.075520 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 04:30:23.075533 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:30:23.075544 mtc Stop timer T: 2 s 04:30:23.075560 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:30:23.075583 mtc Start timer T: 2 s 04:30:23.075647 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27 04:30:23.075666 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 04:30:23.075734 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27 04:30:23.075748 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:30:23.075788 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 04:30:23.075801 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:30:23.075812 mtc Stop timer T: 2 s 04:30:23.075829 mtc Sent on BSCVTY to system charstring : "end" 04:30:23.075888 mtc Start timer T: 2 s 04:30:23.075908 mtc Message enqueued on BSCVTY from system charstring : " end" id 29 04:30:23.075923 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30 04:30:23.075976 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29 04:30:23.075989 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:30:23.076014 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30 04:30:23.076026 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:30:23.076037 mtc Stop timer T: 2 s 04:30:23.076053 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:23.076075 mtc Start timer T: 2 s 04:30:23.076123 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31 04:30:23.076175 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31 04:30:23.076189 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:30:23.076201 mtc Stop timer T: 2 s 04:30:23.076216 mtc Sent on BSCVTY to system charstring : "network" 04:30:23.076241 mtc Start timer T: 2 s 04:30:23.076295 mtc Message enqueued on BSCVTY from system charstring : " network" id 32 04:30:23.076319 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33 04:30:23.076374 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32 04:30:23.076413 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:30:23.076454 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33 04:30:23.076468 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:30:23.076477 mtc Stop timer T: 2 s 04:30:23.076491 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:23.076516 mtc Start timer T: 2 s 04:30:23.076563 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 34 04:30:23.076582 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 04:30:23.076626 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34 04:30:23.076638 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:30:23.076665 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 04:30:23.076674 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:30:23.076681 mtc Stop timer T: 2 s 04:30:23.076693 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:30:23.076714 mtc Start timer T: 2 s 04:30:23.076800 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:30:23.076822 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 04:30:23.076905 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:30:23.076920 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:30:23.076963 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 04:30:23.076977 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:30:23.076990 mtc Stop timer T: 2 s 04:30:23.077003 mtc Sent on BSCVTY to system charstring : "end" 04:30:23.077022 mtc Start timer T: 2 s 04:30:23.077063 mtc Message enqueued on BSCVTY from system charstring : " end" id 38 04:30:23.077082 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 04:30:23.077138 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38 04:30:23.077152 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:30:23.077179 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 04:30:23.077192 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:30:23.077203 mtc Stop timer T: 2 s 04:30:23.077219 mtc Sent on BSCVTY to system charstring : "write terminal" 04:30:23.077242 mtc Start timer T: 2 s 04:30:23.077555 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:30:23.077597 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 04:30:23.079036 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:30:23.079076 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:30:23.079102 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 04:30:23.079115 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:30:23.079127 mtc Stop timer T: 2 s 04:30:23.079147 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:30:23.079170 mtc Start timer T: 2 s 04:30:23.079293 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42 04:30:23.079326 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42 04:30:23.079339 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:30:23.079351 mtc Stop timer T: 2 s 04:30:23.079364 mtc Start timer T: 1 s 04:30:23.179941 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000959F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:30:23.180190 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:30:23.415543 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000095D2010000005506198FB380000000000000000000000000009D04002B'O } id 2 04:30:23.415953 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 04:30:23.650904 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096050100000059061A00000000000000000000000000000000FF9D0400'O } id 3 04:30:23.651263 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 04:30:23.886288 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096380100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 4 04:30:23.886672 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 4 04:30:24.079385 mtc Timeout T: 1 s 04:30:24.079570 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:30:24.079622 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:30:24.079655 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:30:24.079684 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:30:24.079784 mtc Port GSMTAP was cleared. 04:30:24.079839 mtc Start timer T: 8 s 04:30:24.121656 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000966B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:30:24.122011 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:30:24.122220 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:30:24.122337 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:30:24.122715 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:30:24.356983 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000969E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:30:24.357387 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:30:24.357688 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:30:24.357802 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:30:24.358019 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:30:24.592278 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096D101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 7 04:30:24.592664 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 7 04:30:24.592911 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 7 04:30:24.593033 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:30:24.593325 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:30:24.827508 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097040100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 8 04:30:24.832262 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 8 04:30:24.832552 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 8 04:30:24.832700 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:30:24.833060 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:30:25.062933 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097370100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 9 04:30:25.063244 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 9 04:30:25.063441 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 9 04:30:25.063535 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:30:25.063863 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:30:25.298222 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000976A010000005506198FB380000000000000000000000000009D04002B'O } id 10 04:30:25.298477 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 04:30:25.330973 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 04:30:25.331066 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:30:25.331260 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:30:25.533821 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000979D0100000059061A00000000000000000000000000000000FF9D0400'O } id 11 04:30:25.534167 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11 04:30:25.534444 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11 04:30:25.534599 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:30:25.534858 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:30:25.769219 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097D00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 12 04:30:25.769554 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 12 04:30:25.769830 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 12 04:30:25.769969 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:30:25.770305 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:30:26.004275 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000098030100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 13 04:30:26.004585 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 04:30:26.004792 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 04:30:26.004864 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:30:26.005088 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:30:26.239743 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009836010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 14 04:30:26.240021 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 04:30:26.240210 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 04:30:26.240294 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:30:26.240479 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:30:26.475117 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000986901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 15 04:30:26.475434 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 15 04:30:26.475614 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 15 04:30:26.475737 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:30:26.475965 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:30:26.710694 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000989C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 16 04:30:26.711048 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 16 04:30:26.711377 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 16 04:30:26.711521 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:30:26.711898 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:30:26.946067 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000098CF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 17 04:30:26.946445 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 17 04:30:26.946653 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 17 04:30:26.946750 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:30:26.947133 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:30:27.181394 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009902010000005506198FB380000000000000000000000000009D04002B'O } id 18 04:30:27.181799 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 04:30:27.182077 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 04:30:27.182205 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:30:27.182499 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:30:27.416534 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099350100000059061A00000000000000000000000000000000FF9D0400'O } id 19 04:30:27.416776 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 04:30:27.416926 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 04:30:27.417009 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:30:27.417243 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:30:27.652090 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099680100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 20 04:30:27.652514 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 20 04:30:27.652789 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 20 04:30:27.652904 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:30:27.653264 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:30:27.887239 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000999B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 21 04:30:27.887531 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 21 04:30:27.887690 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 21 04:30:27.887798 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:30:27.888116 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:30:28.122649 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099CE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 22 04:30:28.122985 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 22 04:30:28.123194 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 22 04:30:28.123307 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:30:28.123526 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:30:28.358242 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A0101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 23 04:30:28.358612 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 23 04:30:28.358874 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 23 04:30:28.359001 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:30:28.359250 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:30:28.593614 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A340100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 24 04:30:28.594018 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 24 04:30:28.594227 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 24 04:30:28.594330 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:30:28.594691 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:30:28.828947 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A670100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 25 04:30:28.829346 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 25 04:30:28.829613 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 25 04:30:28.829739 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:30:28.830064 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:30:29.064340 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A9A010000005506198FB380000000000000000000000000009D04002B'O } id 26 04:30:29.064683 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 04:30:29.064881 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 04:30:29.064981 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:30:29.065282 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:30:29.299685 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009ACD0100000059061A00000000000000000000000000000000FF9D0400'O } id 27 04:30:29.300094 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 04:30:29.300356 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 04:30:29.300491 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:30:29.300762 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:30:29.535044 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B000100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 28 04:30:29.535443 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 28 04:30:29.535760 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 28 04:30:29.535898 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:30:29.536251 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:30:29.770426 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B330100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 29 04:30:29.770776 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 29 04:30:29.770975 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 29 04:30:29.771112 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:30:29.771500 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:30:30.005806 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B66010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 30 04:30:30.006208 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 04:30:30.006439 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 04:30:30.006552 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:30:30.006794 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:30:30.240908 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B9901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 31 04:30:30.241203 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 31 04:30:30.241413 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 31 04:30:30.241536 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:30:30.241753 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:30:30.476416 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009BCC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 32 04:30:30.476648 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 32 04:30:30.476795 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 32 04:30:30.476864 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:30:30.477138 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:30:30.711886 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009BFF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 33 04:30:30.712289 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 33 04:30:30.712542 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 33 04:30:30.712692 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:30:30.713034 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:30:30.947240 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009C32010000005506198FB380000000000000000000000000009D04002B'O } id 34 04:30:30.947623 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 04:30:30.947915 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 04:30:30.948024 mtc Message with id 34 was extracted from the queue of GSMTAP. 04:30:30.948251 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:30:31.182498 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009C650100000059061A00000000000000000000000000000000FF9D0400'O } id 35 04:30:31.182851 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 04:30:31.183062 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 04:30:31.183197 mtc Message with id 35 was extracted from the queue of GSMTAP. 04:30:31.183482 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:30:31.417992 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009C980100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 36 04:30:31.418365 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 36 04:30:31.418568 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 36 04:30:31.418666 mtc Message with id 36 was extracted from the queue of GSMTAP. 04:30:31.419002 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:30:31.653321 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009CCB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 37 04:30:31.653723 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 37 04:30:31.653985 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 37 04:30:31.654136 mtc Message with id 37 was extracted from the queue of GSMTAP. 04:30:31.654519 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:30:31.888700 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009CFE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 38 04:30:31.889146 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 38 04:30:31.889414 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 38 04:30:31.889511 mtc Message with id 38 was extracted from the queue of GSMTAP. 04:30:31.889730 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:30:32.079946 mtc Timeout T: 8 s 04:30:32.080109 mtc "TC_si_sched_2ter": TC=0 has #of SI=4 04:30:32.080196 mtc "TC_si_sched_2ter": TC=1 has #of SI=4 04:30:32.080265 mtc "TC_si_sched_2ter": TC=2 has #of SI=4 04:30:32.080328 mtc "TC_si_sched_2ter": TC=3 has #of SI=5 04:30:32.080392 mtc "TC_si_sched_2ter": TC=4 has #of SI=5 04:30:32.080462 mtc "TC_si_sched_2ter": TC=5 has #of SI=4 04:30:32.080520 mtc "TC_si_sched_2ter": TC=6 has #of SI=4 04:30:32.080573 mtc "TC_si_sched_2ter": TC=7 has #of SI=4 04:30:32.080660 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:32.080834 mtc Start timer T: 2 s 04:30:32.081243 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43 04:30:32.081506 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43 04:30:32.081574 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:30:32.081628 mtc Stop timer T: 2 s 04:30:32.081704 mtc Sent on BSCVTY to system charstring : "network" 04:30:32.081835 mtc Start timer T: 2 s 04:30:32.082120 mtc Message enqueued on BSCVTY from system charstring : " network" id 44 04:30:32.082249 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45 04:30:32.082486 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44 04:30:32.082551 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:30:32.082728 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45 04:30:32.082791 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:30:32.082841 mtc Stop timer T: 2 s 04:30:32.082899 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:32.083017 mtc Start timer T: 2 s 04:30:32.083318 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 46 04:30:32.083419 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 04:30:32.083736 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46 04:30:32.083830 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:30:32.084040 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 04:30:32.084107 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:30:32.084161 mtc Stop timer T: 2 s 04:30:32.084247 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:30:32.084378 mtc Start timer T: 2 s 04:30:32.084768 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48 04:30:32.084852 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 04:30:32.085119 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48 04:30:32.085181 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:30:32.085286 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 04:30:32.085308 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:30:32.085325 mtc Stop timer T: 2 s 04:30:32.085359 mtc Sent on BSCVTY to system charstring : "end" 04:30:32.085449 mtc Start timer T: 2 s 04:30:32.085479 mtc Message enqueued on BSCVTY from system charstring : " end" id 50 04:30:32.085499 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51 04:30:32.085596 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50 04:30:32.085618 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:30:32.085664 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51 04:30:32.085684 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:30:32.085701 mtc Stop timer T: 2 s 04:30:32.085725 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:32.085758 mtc Start timer T: 2 s 04:30:32.085831 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52 04:30:32.085909 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52 04:30:32.085927 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:30:32.085942 mtc Stop timer T: 2 s 04:30:32.085974 mtc Sent on BSCVTY to system charstring : "network" 04:30:32.086049 mtc Start timer T: 2 s 04:30:32.086102 mtc Message enqueued on BSCVTY from system charstring : " network" id 53 04:30:32.086124 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54 04:30:32.086216 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53 04:30:32.086238 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:30:32.086298 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54 04:30:32.086321 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:30:32.086339 mtc Stop timer T: 2 s 04:30:32.086364 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:32.086456 mtc Start timer T: 2 s 04:30:32.086502 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 55 04:30:32.086529 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 04:30:32.086612 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55 04:30:32.086633 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:30:32.086729 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 04:30:32.086752 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:30:32.086769 mtc Stop timer T: 2 s 04:30:32.086796 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:30:32.086835 mtc Start timer T: 2 s 04:30:32.086948 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57 04:30:32.086973 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 04:30:32.087055 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57 04:30:32.087076 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:30:32.087145 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 04:30:32.087169 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:30:32.087182 mtc Stop timer T: 2 s 04:30:32.087215 mtc Sent on BSCVTY to system charstring : "end" 04:30:32.087250 mtc Start timer T: 2 s 04:30:32.087315 mtc Message enqueued on BSCVTY from system charstring : " end" id 59 04:30:32.087351 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60 04:30:32.087425 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59 04:30:32.087443 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:30:32.087467 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60 04:30:32.087484 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:30:32.087495 mtc Stop timer T: 2 s 04:30:32.087512 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:32.087542 mtc Start timer T: 2 s 04:30:32.087615 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61 04:30:32.087680 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61 04:30:32.087704 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:30:32.087716 mtc Stop timer T: 2 s 04:30:32.087730 mtc Sent on BSCVTY to system charstring : "network" 04:30:32.087757 mtc Start timer T: 2 s 04:30:32.087826 mtc Message enqueued on BSCVTY from system charstring : " network" id 62 04:30:32.087869 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63 04:30:32.087953 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62 04:30:32.087971 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:30:32.088025 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63 04:30:32.088045 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:30:32.088080 mtc Stop timer T: 2 s 04:30:32.088106 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:32.088139 mtc Start timer T: 2 s 04:30:32.088204 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 64 04:30:32.088243 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 04:30:32.088318 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64 04:30:32.088335 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:30:32.088378 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 04:30:32.088392 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:30:32.088402 mtc Stop timer T: 2 s 04:30:32.088418 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:30:32.088447 mtc Start timer T: 2 s 04:30:32.088531 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66 04:30:32.088566 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 04:30:32.088645 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66 04:30:32.088668 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:30:32.088717 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 04:30:32.088733 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:30:32.088748 mtc Stop timer T: 2 s 04:30:32.088765 mtc Sent on BSCVTY to system charstring : "end" 04:30:32.088799 mtc Start timer T: 2 s 04:30:32.088861 mtc Message enqueued on BSCVTY from system charstring : " end" id 68 04:30:32.088885 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69 04:30:32.088956 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68 04:30:32.088972 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:30:32.088995 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69 04:30:32.089011 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:30:32.089027 mtc Stop timer T: 2 s 04:30:32.089044 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:32.089071 mtc Start timer T: 2 s 04:30:32.089146 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70 04:30:32.089208 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70 04:30:32.089223 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:30:32.089235 mtc Stop timer T: 2 s 04:30:32.089253 mtc Sent on BSCVTY to system charstring : "network" 04:30:32.089290 mtc Start timer T: 2 s 04:30:32.089369 mtc Message enqueued on BSCVTY from system charstring : " network" id 71 04:30:32.089394 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72 04:30:32.089446 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71 04:30:32.089460 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:30:32.089497 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72 04:30:32.089510 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:30:32.089519 mtc Stop timer T: 2 s 04:30:32.089533 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:32.089561 mtc Start timer T: 2 s 04:30:32.089620 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 73 04:30:32.089643 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 04:30:32.089719 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73 04:30:32.089741 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:30:32.089804 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 04:30:32.089825 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:30:32.089841 mtc Stop timer T: 2 s 04:30:32.089869 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:30:32.089903 mtc Start timer T: 2 s 04:30:32.090002 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:30:32.090027 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 04:30:32.090108 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:30:32.090124 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:30:32.090163 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 04:30:32.090175 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:30:32.090184 mtc Stop timer T: 2 s 04:30:32.090199 mtc Sent on BSCVTY to system charstring : "end" 04:30:32.090231 mtc Start timer T: 2 s 04:30:32.090294 mtc Message enqueued on BSCVTY from system charstring : " end" id 77 04:30:32.090315 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 04:30:32.090385 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77 04:30:32.090404 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:30:32.090432 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 04:30:32.090448 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:30:32.090461 mtc Stop timer T: 2 s 04:30:32.090478 mtc Sent on BSCVTY to system charstring : "write terminal" 04:30:32.090508 mtc Start timer T: 2 s 04:30:32.090935 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:30:32.090994 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 04:30:32.092782 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:30:32.092835 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:30:32.092859 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 04:30:32.092871 mtc Message with id 80 was extracted from the queue of BSCVTY. 04:30:32.092880 mtc Stop timer T: 2 s 04:30:32.092896 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:30:32.092922 mtc Start timer T: 2 s 04:30:32.093243 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81 04:30:32.093301 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81 04:30:32.093318 mtc Message with id 81 was extracted from the queue of BSCVTY. 04:30:32.093329 mtc Stop timer T: 2 s 04:30:32.093341 mtc Start timer T: 1 s 04:30:32.123842 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009D310100000059061A00000000000000000000000000000000FF9D0400'O } id 39 04:30:32.124088 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 39 04:30:32.359149 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009D640100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 40 04:30:32.359428 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 40 04:30:32.594786 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009D970100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 41 04:30:32.595169 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 41 04:30:32.829955 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009DCA010000005506198FB380000000000000000000000000009D04002B'O } id 42 04:30:32.830248 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 42 04:30:33.065528 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009DFD0100000059061A00000000000000000000000000000000FF9D0400'O } id 43 04:30:33.065891 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 43 04:30:33.093356 mtc Timeout T: 1 s 04:30:33.093446 mtc setverdict(pass): none -> pass 04:30:33.093526 mtc Terminating component type Test.dummy_CT. 04:30:33.093593 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:30:33.093671 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:30:33.093724 mtc Message with id 39 was extracted from the queue of GSMTAP. 04:30:33.093775 mtc Message with id 40 was extracted from the queue of GSMTAP. 04:30:33.093822 mtc Message with id 41 was extracted from the queue of GSMTAP. 04:30:33.093891 mtc Message with id 42 was extracted from the queue of GSMTAP. 04:30:33.093947 mtc Message with id 43 was extracted from the queue of GSMTAP. 04:30:33.093997 mtc Port GSMTAP was stopped. 04:30:33.094061 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:30:33.094192 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:30:33.094269 mtc Port BSCVTY was stopped. 04:30:33.094316 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter. 04:30:33.094377 mtc Waiting for PTCs to finish. 04:30:33.094500 mtc Setting final verdict of the test case. 04:30:33.094551 mtc Local verdict of MTC: pass 04:30:33.094624 mtc No PTCs were created. 04:30:33.094674 mtc Test case TC_si_sched_2ter finished. Verdict: pass 04:30:33.094795 mtc Executing test case TC_si_sched_2ter_2bis in module Test. 04:30:33.094873 mtc Test case TC_si_sched_2ter_2bis started. 04:30:33.094927 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter_2bis. 04:30:33.095032 mtc Port GSMTAP was started. 04:30:33.095108 mtc Port BSCVTY was started. 04:30:33.095144 mtc Component type Test.dummy_CT was initialized. 04:30:33.095195 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:30:33.095295 mtc Port GSMTAP was mapped to system:GSMTAP. 04:30:33.095439 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:30:33.095549 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:30:33.095805 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:30:33.096287 mtc Port BSCVTY was mapped to system:BSCVTY. 04:30:33.096478 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:30:33.096618 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:30:33.096676 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:30:33.096712 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:30:33.096931 mtc Sent on BSCVTY to system charstring : "enable" 04:30:33.097029 mtc Start timer T: 2 s 04:30:33.097214 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:30:33.097354 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:30:33.097423 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:30:33.097468 mtc Stop timer T: 2 s 04:30:33.097511 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:33.097588 mtc Start timer T: 2 s 04:30:33.097969 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:30:33.098198 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:30:33.098243 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:30:33.098271 mtc Stop timer T: 2 s 04:30:33.098317 mtc Sent on BSCVTY to system charstring : "network" 04:30:33.098388 mtc Start timer T: 2 s 04:30:33.098596 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:30:33.098768 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:30:33.099069 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:30:33.099127 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:30:33.099366 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:30:33.099413 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:30:33.099441 mtc Stop timer T: 2 s 04:30:33.099491 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:33.099561 mtc Start timer T: 2 s 04:30:33.099776 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:30:33.099888 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:30:33.100153 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:30:33.100211 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:30:33.100374 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:30:33.100418 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:30:33.100446 mtc Stop timer T: 2 s 04:30:33.100499 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static" 04:30:33.100582 mtc Start timer T: 2 s 04:30:33.100956 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 04:30:33.101055 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:30:33.101353 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 04:30:33.101427 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:30:33.101621 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:30:33.101684 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:30:33.101734 mtc Stop timer T: 2 s 04:30:33.101829 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" 04:30:33.101939 mtc Start timer T: 2 s 04:30:33.102236 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:30:33.102310 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 04:30:33.102630 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:30:33.102690 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:30:33.102873 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 04:30:33.102931 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:30:33.102979 mtc Stop timer T: 2 s 04:30:33.103056 mtc Sent on BSCVTY to system charstring : "end" 04:30:33.103296 mtc Start timer T: 2 s 04:30:33.103384 mtc Message enqueued on BSCVTY from system charstring : " end" id 11 04:30:33.103453 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 04:30:33.103690 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 04:30:33.103808 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:30:33.103921 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 04:30:33.103981 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:30:33.104032 mtc Stop timer T: 2 s 04:30:33.104106 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:33.104367 mtc Start timer T: 2 s 04:30:33.104489 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 04:30:33.104709 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 04:30:33.104770 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:30:33.104823 mtc Stop timer T: 2 s 04:30:33.104894 mtc Sent on BSCVTY to system charstring : "network" 04:30:33.105099 mtc Start timer T: 2 s 04:30:33.105223 mtc Message enqueued on BSCVTY from system charstring : " network" id 14 04:30:33.105286 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 04:30:33.105528 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 04:30:33.105590 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:30:33.105773 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 04:30:33.105832 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:30:33.105883 mtc Stop timer T: 2 s 04:30:33.105956 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:33.106168 mtc Start timer T: 2 s 04:30:33.106289 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16 04:30:33.106361 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:30:33.106588 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 04:30:33.106645 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:30:33.106824 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:30:33.106880 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:30:33.106927 mtc Stop timer T: 2 s 04:30:33.107008 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static" 04:30:33.107102 mtc Start timer T: 2 s 04:30:33.107257 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18 04:30:33.107277 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 04:30:33.107324 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18 04:30:33.107337 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:30:33.107367 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 04:30:33.107377 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:30:33.107385 mtc Stop timer T: 2 s 04:30:33.107403 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" 04:30:33.107425 mtc Start timer T: 2 s 04:30:33.107503 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 04:30:33.107523 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21 04:30:33.107599 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 04:30:33.107615 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:30:33.107665 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21 04:30:33.107680 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:30:33.107703 mtc Stop timer T: 2 s 04:30:33.107723 mtc Sent on BSCVTY to system charstring : "end" 04:30:33.107753 mtc Start timer T: 2 s 04:30:33.107800 mtc Message enqueued on BSCVTY from system charstring : " end" id 22 04:30:33.107818 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 04:30:33.107866 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22 04:30:33.107879 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:30:33.107905 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 04:30:33.107921 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:30:33.107935 mtc Stop timer T: 2 s 04:30:33.107954 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:33.107982 mtc Start timer T: 2 s 04:30:33.108042 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24 04:30:33.108105 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24 04:30:33.108122 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:30:33.108135 mtc Stop timer T: 2 s 04:30:33.108154 mtc Sent on BSCVTY to system charstring : "network" 04:30:33.108182 mtc Start timer T: 2 s 04:30:33.108228 mtc Message enqueued on BSCVTY from system charstring : " network" id 25 04:30:33.108250 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26 04:30:33.108315 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25 04:30:33.108333 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:30:33.108380 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26 04:30:33.108395 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:30:33.108405 mtc Stop timer T: 2 s 04:30:33.108423 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:33.108450 mtc Start timer T: 2 s 04:30:33.108494 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 27 04:30:33.108511 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 04:30:33.108573 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27 04:30:33.108590 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:30:33.108640 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 04:30:33.108655 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:30:33.108668 mtc Stop timer T: 2 s 04:30:33.108687 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:30:33.108716 mtc Start timer T: 2 s 04:30:33.108785 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 29 04:30:33.108803 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30 04:30:33.108866 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 29 04:30:33.108883 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:30:33.108933 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30 04:30:33.108948 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:30:33.108962 mtc Stop timer T: 2 s 04:30:33.108981 mtc Sent on BSCVTY to system charstring : "end" 04:30:33.109007 mtc Start timer T: 2 s 04:30:33.109050 mtc Message enqueued on BSCVTY from system charstring : " end" id 31 04:30:33.109067 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32 04:30:33.109130 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31 04:30:33.109145 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:30:33.109173 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32 04:30:33.109188 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:30:33.109201 mtc Stop timer T: 2 s 04:30:33.109220 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:33.109247 mtc Start timer T: 2 s 04:30:33.109302 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33 04:30:33.109373 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33 04:30:33.109387 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:30:33.109395 mtc Stop timer T: 2 s 04:30:33.109411 mtc Sent on BSCVTY to system charstring : "network" 04:30:33.109431 mtc Start timer T: 2 s 04:30:33.109475 mtc Message enqueued on BSCVTY from system charstring : " network" id 34 04:30:33.109504 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35 04:30:33.109564 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34 04:30:33.109578 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:30:33.109609 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35 04:30:33.109618 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:30:33.109627 mtc Stop timer T: 2 s 04:30:33.109647 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:33.109673 mtc Start timer T: 2 s 04:30:33.109731 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 36 04:30:33.109755 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 04:30:33.109809 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36 04:30:33.109822 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:30:33.109857 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 04:30:33.109867 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:30:33.109876 mtc Stop timer T: 2 s 04:30:33.109892 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:30:33.109913 mtc Start timer T: 2 s 04:30:33.109983 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:30:33.110000 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39 04:30:33.110059 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:30:33.110071 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:30:33.110104 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39 04:30:33.110115 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:30:33.110123 mtc Stop timer T: 2 s 04:30:33.110136 mtc Sent on BSCVTY to system charstring : "end" 04:30:33.110155 mtc Start timer T: 2 s 04:30:33.110195 mtc Message enqueued on BSCVTY from system charstring : " end" id 40 04:30:33.110214 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 04:30:33.110266 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40 04:30:33.110281 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:30:33.110298 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 04:30:33.110306 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:30:33.110313 mtc Stop timer T: 2 s 04:30:33.110324 mtc Sent on BSCVTY to system charstring : "write terminal" 04:30:33.110345 mtc Start timer T: 2 s 04:30:33.110721 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:30:33.110777 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43 04:30:33.112581 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:30:33.112631 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:30:33.112652 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43 04:30:33.112667 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:30:33.112680 mtc Stop timer T: 2 s 04:30:33.112702 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:30:33.112731 mtc Start timer T: 2 s 04:30:33.112892 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 04:30:33.112919 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 04:30:33.112933 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:30:33.112946 mtc Stop timer T: 2 s 04:30:33.112959 mtc Start timer T: 1 s 04:30:33.300909 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009E300100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 1 04:30:33.301273 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 1 04:30:33.536101 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009E630100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2 04:30:33.536462 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 2 04:30:33.771589 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009E96010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3 04:30:33.776099 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 3 04:30:34.006976 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009EC901000000550602BFE809B3FF00000000000000000000007900002B'O } id 4 04:30:34.007302 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 4 04:30:34.112975 mtc Timeout T: 1 s 04:30:34.113105 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:30:34.113149 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:30:34.113178 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:30:34.113207 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:30:34.113232 mtc Port GSMTAP was cleared. 04:30:34.113276 mtc Start timer T: 8 s 04:30:34.242322 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009EFC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 5 04:30:34.242701 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 5 04:30:34.242970 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 5 04:30:34.243106 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:30:34.243455 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:30:34.477511 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009F2F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 6 04:30:34.477891 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6 04:30:34.478118 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6 04:30:34.478205 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:30:34.478521 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:30:34.713069 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009F62010000005506198FB380000000000000000000000000009D04002B'O } id 7 04:30:34.713454 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 04:30:34.713731 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 04:30:34.713884 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:30:34.714130 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:30:34.948222 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009F950100000059061A00000000000000000000000000000000FF9D0400'O } id 8 04:30:34.948490 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 04:30:34.948678 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 04:30:34.948783 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:30:34.948986 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:30:35.183560 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009FC80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 9 04:30:35.183891 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 9 04:30:35.184109 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 9 04:30:35.184212 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:30:35.184486 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:30:35.418870 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009FFB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 10 04:30:35.419162 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10 04:30:35.419922 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10 04:30:35.420000 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:30:35.420305 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:30:35.654542 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A02E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 11 04:30:35.654957 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 11 04:30:35.655215 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 11 04:30:35.655334 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:30:35.655573 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:30:35.889665 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A06101000000550602BFE809B3FF00000000000000000000007900002B'O } id 12 04:30:35.889986 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 12 04:30:35.890173 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 12 04:30:35.890255 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:30:35.890439 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:30:36.125293 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A0940100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 13 04:30:36.125659 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 13 04:30:36.125921 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 13 04:30:36.126045 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:30:36.126347 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:30:36.360412 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A0C70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 14 04:30:36.360716 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 04:30:36.360912 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 04:30:36.361006 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:30:36.361265 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:30:36.596017 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A0FA010000005506198FB380000000000000000000000000009D04002B'O } id 15 04:30:36.596416 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 04:30:36.596700 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 04:30:36.596819 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:30:36.597113 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:30:36.831354 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A12D0100000059061A00000000000000000000000000000000FF9D0400'O } id 16 04:30:36.839949 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 04:30:36.840242 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 04:30:36.840397 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:30:36.840691 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:30:37.066423 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1600100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 17 04:30:37.066686 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 17 04:30:37.066844 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 17 04:30:37.066936 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:30:37.067220 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:30:37.302090 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1930100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 18 04:30:37.302506 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 04:30:37.302806 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 04:30:37.302907 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:30:37.303250 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:30:37.537450 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1C6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 19 04:30:37.537847 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 04:30:37.538098 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 04:30:37.538226 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:30:37.538485 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:30:37.772583 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1F901000000550602BFE809B3FF00000000000000000000007900002B'O } id 20 04:30:37.772890 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 20 04:30:37.773089 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 20 04:30:37.773202 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:30:37.773417 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:30:38.008023 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A22C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 21 04:30:38.008401 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 21 04:30:38.008650 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 21 04:30:38.008755 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:30:38.009067 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:30:38.243305 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A25F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 22 04:30:38.243664 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22 04:30:38.243951 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22 04:30:38.244058 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:30:38.244393 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:30:38.478924 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A292010000005506198FB380000000000000000000000000009D04002B'O } id 23 04:30:38.479285 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 04:30:38.479482 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 04:30:38.479576 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:30:38.479966 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:30:38.714295 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A2C50100000059061A00000000000000000000000000000000FF9D0400'O } id 24 04:30:38.714675 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 04:30:38.714972 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 04:30:38.715074 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:30:38.715336 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:30:38.949433 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A2F80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 25 04:30:38.949749 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 25 04:30:38.949964 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 25 04:30:38.950065 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:30:38.950268 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:30:39.184796 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A32B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 26 04:30:39.185141 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26 04:30:39.185343 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26 04:30:39.185440 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:30:39.185765 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:30:39.420201 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A35E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 27 04:30:39.420540 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 27 04:30:39.420755 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 27 04:30:39.420849 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:30:39.421083 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:30:39.655557 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A39101000000550602BFE809B3FF00000000000000000000007900002B'O } id 28 04:30:39.655924 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 28 04:30:39.656140 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 28 04:30:39.656243 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:30:39.656469 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:30:39.891092 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A3C40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 29 04:30:39.891418 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 29 04:30:39.891630 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 29 04:30:39.891774 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:30:39.892059 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:30:40.126273 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A3F70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 30 04:30:40.126565 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30 04:30:40.126746 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30 04:30:40.126825 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:30:40.127055 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:30:40.361596 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A42A010000005506198FB380000000000000000000000000009D04002B'O } id 31 04:30:40.361869 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 04:30:40.362031 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 04:30:40.362124 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:30:40.362328 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:30:40.596875 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A45D0100000059061A00000000000000000000000000000000FF9D0400'O } id 32 04:30:40.597019 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:30:40.597132 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:30:40.597164 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:30:40.597383 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:30:40.832553 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A4900100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 33 04:30:40.832949 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 33 04:30:40.833199 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 33 04:30:40.833344 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:30:40.833676 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:30:41.067980 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A4C30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 34 04:30:41.068393 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34 04:30:41.068664 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34 04:30:41.068778 mtc Message with id 34 was extracted from the queue of GSMTAP. 04:30:41.069092 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:30:41.303077 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A4F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 35 04:30:41.303408 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 04:30:41.303611 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 04:30:41.303777 mtc Message with id 35 was extracted from the queue of GSMTAP. 04:30:41.303950 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:30:41.538644 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A52901000000550602BFE809B3FF00000000000000000000007900002B'O } id 36 04:30:41.539014 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 36 04:30:41.539284 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 36 04:30:41.539424 mtc Message with id 36 was extracted from the queue of GSMTAP. 04:30:41.539766 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:30:41.774054 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A55C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 37 04:30:41.774426 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 37 04:30:41.774739 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 37 04:30:41.774860 mtc Message with id 37 was extracted from the queue of GSMTAP. 04:30:41.775255 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:30:42.009155 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A58F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 38 04:30:42.009454 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38 04:30:42.009656 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38 04:30:42.009743 mtc Message with id 38 was extracted from the queue of GSMTAP. 04:30:42.010035 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:30:42.113381 mtc Timeout T: 8 s 04:30:42.113520 mtc "TC_si_sched_2ter_2bis": TC=0 has #of SI=4 04:30:42.113611 mtc "TC_si_sched_2ter_2bis": TC=1 has #of SI=4 04:30:42.113674 mtc "TC_si_sched_2ter_2bis": TC=2 has #of SI=4 04:30:42.113748 mtc "TC_si_sched_2ter_2bis": TC=3 has #of SI=4 04:30:42.113804 mtc "TC_si_sched_2ter_2bis": TC=4 has #of SI=4 04:30:42.113856 mtc "TC_si_sched_2ter_2bis": TC=5 has #of SI=4 04:30:42.113910 mtc "TC_si_sched_2ter_2bis": TC=6 has #of SI=5 04:30:42.113963 mtc "TC_si_sched_2ter_2bis": TC=7 has #of SI=5 04:30:42.114084 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:42.114222 mtc Start timer T: 2 s 04:30:42.114515 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45 04:30:42.114798 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45 04:30:42.114871 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:30:42.114924 mtc Stop timer T: 2 s 04:30:42.114994 mtc Sent on BSCVTY to system charstring : "network" 04:30:42.115112 mtc Start timer T: 2 s 04:30:42.115350 mtc Message enqueued on BSCVTY from system charstring : " network" id 46 04:30:42.115456 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47 04:30:42.115793 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46 04:30:42.115889 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:30:42.116079 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47 04:30:42.116142 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:30:42.116196 mtc Stop timer T: 2 s 04:30:42.116271 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:42.116382 mtc Start timer T: 2 s 04:30:42.116601 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 48 04:30:42.116677 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 04:30:42.116919 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48 04:30:42.116979 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:30:42.117154 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 04:30:42.117212 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:30:42.117259 mtc Stop timer T: 2 s 04:30:42.117336 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:30:42.117437 mtc Start timer T: 2 s 04:30:42.117856 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50 04:30:42.117978 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51 04:30:42.118238 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50 04:30:42.118253 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:30:42.118290 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51 04:30:42.118303 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:30:42.118313 mtc Stop timer T: 2 s 04:30:42.118325 mtc Sent on BSCVTY to system charstring : "end" 04:30:42.118348 mtc Start timer T: 2 s 04:30:42.118397 mtc Message enqueued on BSCVTY from system charstring : " end" id 52 04:30:42.118413 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53 04:30:42.118471 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52 04:30:42.118488 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:30:42.118515 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53 04:30:42.118527 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:30:42.118539 mtc Stop timer T: 2 s 04:30:42.118555 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:42.118579 mtc Start timer T: 2 s 04:30:42.118635 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54 04:30:42.118683 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54 04:30:42.118694 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:30:42.118703 mtc Stop timer T: 2 s 04:30:42.118723 mtc Sent on BSCVTY to system charstring : "network" 04:30:42.118749 mtc Start timer T: 2 s 04:30:42.118812 mtc Message enqueued on BSCVTY from system charstring : " network" id 55 04:30:42.118831 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56 04:30:42.118886 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55 04:30:42.118900 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:30:42.118928 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56 04:30:42.118937 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:30:42.118946 mtc Stop timer T: 2 s 04:30:42.118965 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:42.118988 mtc Start timer T: 2 s 04:30:42.119045 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 57 04:30:42.119061 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 04:30:42.119112 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57 04:30:42.119131 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:30:42.119163 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 04:30:42.119174 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:30:42.119181 mtc Stop timer T: 2 s 04:30:42.119194 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:30:42.119275 mtc Start timer T: 2 s 04:30:42.119305 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59 04:30:42.119320 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60 04:30:42.119382 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59 04:30:42.119398 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:30:42.119441 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60 04:30:42.119456 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:30:42.119469 mtc Stop timer T: 2 s 04:30:42.119486 mtc Sent on BSCVTY to system charstring : "end" 04:30:42.119511 mtc Start timer T: 2 s 04:30:42.119562 mtc Message enqueued on BSCVTY from system charstring : " end" id 61 04:30:42.119579 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62 04:30:42.119616 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61 04:30:42.119626 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:30:42.119648 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62 04:30:42.119665 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:30:42.119677 mtc Stop timer T: 2 s 04:30:42.119701 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:42.119732 mtc Start timer T: 2 s 04:30:42.119797 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63 04:30:42.119851 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63 04:30:42.119864 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:30:42.119872 mtc Stop timer T: 2 s 04:30:42.119883 mtc Sent on BSCVTY to system charstring : "network" 04:30:42.119904 mtc Start timer T: 2 s 04:30:42.119946 mtc Message enqueued on BSCVTY from system charstring : " network" id 64 04:30:42.119961 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65 04:30:42.119999 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64 04:30:42.120017 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:30:42.120049 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65 04:30:42.120065 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:30:42.120076 mtc Stop timer T: 2 s 04:30:42.120088 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:42.120106 mtc Start timer T: 2 s 04:30:42.120187 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 66 04:30:42.120209 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 04:30:42.120254 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66 04:30:42.120266 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:30:42.120296 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 04:30:42.120307 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:30:42.120318 mtc Stop timer T: 2 s 04:30:42.120330 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:30:42.120351 mtc Start timer T: 2 s 04:30:42.120418 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68 04:30:42.120434 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69 04:30:42.120496 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68 04:30:42.120510 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:30:42.120558 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69 04:30:42.120572 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:30:42.120584 mtc Stop timer T: 2 s 04:30:42.120600 mtc Sent on BSCVTY to system charstring : "end" 04:30:42.120626 mtc Start timer T: 2 s 04:30:42.120670 mtc Message enqueued on BSCVTY from system charstring : " end" id 70 04:30:42.120685 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71 04:30:42.120723 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70 04:30:42.120733 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:30:42.120748 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71 04:30:42.120756 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:30:42.120762 mtc Stop timer T: 2 s 04:30:42.120773 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:42.120791 mtc Start timer T: 2 s 04:30:42.120841 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72 04:30:42.120884 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72 04:30:42.120894 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:30:42.120902 mtc Stop timer T: 2 s 04:30:42.120911 mtc Sent on BSCVTY to system charstring : "network" 04:30:42.120929 mtc Start timer T: 2 s 04:30:42.120968 mtc Message enqueued on BSCVTY from system charstring : " network" id 73 04:30:42.120983 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74 04:30:42.121020 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73 04:30:42.121030 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:30:42.121058 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74 04:30:42.121068 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:30:42.121074 mtc Stop timer T: 2 s 04:30:42.121084 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:42.121101 mtc Start timer T: 2 s 04:30:42.121143 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 75 04:30:42.121159 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 04:30:42.121212 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75 04:30:42.121226 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:30:42.121270 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 04:30:42.121284 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:30:42.121296 mtc Stop timer T: 2 s 04:30:42.121316 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:30:42.121384 mtc Start timer T: 2 s 04:30:42.121423 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:30:42.121438 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78 04:30:42.121517 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:30:42.121531 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:30:42.121574 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78 04:30:42.121588 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:30:42.121600 mtc Stop timer T: 2 s 04:30:42.121616 mtc Sent on BSCVTY to system charstring : "end" 04:30:42.121640 mtc Start timer T: 2 s 04:30:42.121682 mtc Message enqueued on BSCVTY from system charstring : " end" id 79 04:30:42.121697 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 04:30:42.121735 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79 04:30:42.121744 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:30:42.121762 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 04:30:42.121769 mtc Message with id 80 was extracted from the queue of BSCVTY. 04:30:42.121777 mtc Stop timer T: 2 s 04:30:42.121791 mtc Sent on BSCVTY to system charstring : "write terminal" 04:30:42.121814 mtc Start timer T: 2 s 04:30:42.122120 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:30:42.122161 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82 04:30:42.123456 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:30:42.123496 mtc Message with id 81 was extracted from the queue of BSCVTY. 04:30:42.123514 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82 04:30:42.123523 mtc Message with id 82 was extracted from the queue of BSCVTY. 04:30:42.123530 mtc Stop timer T: 2 s 04:30:42.123543 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:30:42.123562 mtc Start timer T: 2 s 04:30:42.123691 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83 04:30:42.123744 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83 04:30:42.123762 mtc Message with id 83 was extracted from the queue of BSCVTY. 04:30:42.123778 mtc Stop timer T: 2 s 04:30:42.123793 mtc Start timer T: 1 s 04:30:42.244445 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A5C2010000005506198FB380000000000000000000000000009D04002B'O } id 39 04:30:42.244729 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 04:30:42.479865 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A5F50100000059061A00000000000000000000000000000000FF9D0400'O } id 40 04:30:42.480023 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 04:30:42.715514 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A6280100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 41 04:30:42.715904 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 41 04:30:42.950874 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A65B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 42 04:30:42.951223 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 42 04:30:43.123815 mtc Timeout T: 1 s 04:30:43.123945 mtc setverdict(pass): none -> pass 04:30:43.124035 mtc Terminating component type Test.dummy_CT. 04:30:43.124092 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:30:43.124169 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:30:43.124217 mtc Message with id 39 was extracted from the queue of GSMTAP. 04:30:43.124252 mtc Message with id 40 was extracted from the queue of GSMTAP. 04:30:43.124280 mtc Message with id 41 was extracted from the queue of GSMTAP. 04:30:43.124305 mtc Message with id 42 was extracted from the queue of GSMTAP. 04:30:43.124329 mtc Port GSMTAP was stopped. 04:30:43.124382 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:30:43.124490 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:30:43.124543 mtc Port BSCVTY was stopped. 04:30:43.124583 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter_2bis. 04:30:43.124638 mtc Waiting for PTCs to finish. 04:30:43.124751 mtc Setting final verdict of the test case. 04:30:43.124808 mtc Local verdict of MTC: pass 04:30:43.124854 mtc No PTCs were created. 04:30:43.124895 mtc Test case TC_si_sched_2ter_2bis finished. Verdict: pass 04:30:43.125035 mtc Executing test case TC_si_sched_2quater in module Test. 04:30:43.125108 mtc Test case TC_si_sched_2quater started. 04:30:43.125188 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2quater. 04:30:43.125298 mtc Port GSMTAP was started. 04:30:43.125370 mtc Port BSCVTY was started. 04:30:43.125398 mtc Component type Test.dummy_CT was initialized. 04:30:43.125429 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:30:43.125614 mtc Port GSMTAP was mapped to system:GSMTAP. 04:30:43.125747 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:30:43.125839 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:30:43.125974 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:30:43.126416 mtc Port BSCVTY was mapped to system:BSCVTY. 04:30:43.126572 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:30:43.126648 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:30:43.126717 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:30:43.126780 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:30:43.126935 mtc Sent on BSCVTY to system charstring : "enable" 04:30:43.127052 mtc Start timer T: 2 s 04:30:43.127235 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:30:43.127354 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:30:43.127402 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:30:43.127433 mtc Stop timer T: 2 s 04:30:43.127472 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:43.127562 mtc Start timer T: 2 s 04:30:43.127932 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:30:43.128161 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:30:43.128225 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:30:43.128274 mtc Stop timer T: 2 s 04:30:43.128346 mtc Sent on BSCVTY to system charstring : "network" 04:30:43.128441 mtc Start timer T: 2 s 04:30:43.128634 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:30:43.128702 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:30:43.128939 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:30:43.128996 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:30:43.129163 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:30:43.129240 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:30:43.129289 mtc Stop timer T: 2 s 04:30:43.129367 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:43.129591 mtc Start timer T: 2 s 04:30:43.129714 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:30:43.129776 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:30:43.130006 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:30:43.130067 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:30:43.130249 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:30:43.130305 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:30:43.130352 mtc Stop timer T: 2 s 04:30:43.130433 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:30:43.130739 mtc Start timer T: 2 s 04:30:43.130879 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 04:30:43.130943 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:30:43.131219 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 04:30:43.131277 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:30:43.131444 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:30:43.131496 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:30:43.131546 mtc Stop timer T: 2 s 04:30:43.131617 mtc Sent on BSCVTY to system charstring : "end" 04:30:43.131890 mtc Start timer T: 2 s 04:30:43.131980 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:30:43.132049 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:30:43.132279 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:30:43.132335 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:30:43.132439 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:30:43.132496 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:30:43.132547 mtc Stop timer T: 2 s 04:30:43.132616 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:43.132708 mtc Start timer T: 2 s 04:30:43.132925 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 04:30:43.133170 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 04:30:43.133237 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:30:43.133285 mtc Stop timer T: 2 s 04:30:43.133350 mtc Sent on BSCVTY to system charstring : "network" 04:30:43.133456 mtc Start timer T: 2 s 04:30:43.133672 mtc Message enqueued on BSCVTY from system charstring : " network" id 12 04:30:43.133786 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 04:30:43.134044 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 04:30:43.134119 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:30:43.134312 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 04:30:43.134374 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:30:43.134421 mtc Stop timer T: 2 s 04:30:43.134494 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:43.134601 mtc Start timer T: 2 s 04:30:43.134803 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14 04:30:43.134877 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 04:30:43.135168 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 04:30:43.135227 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:30:43.135402 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 04:30:43.135457 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:30:43.135526 mtc Stop timer T: 2 s 04:30:43.135610 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:30:43.135744 mtc Start timer T: 2 s 04:30:43.136028 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16 04:30:43.136102 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:30:43.136385 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16 04:30:43.136446 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:30:43.136628 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:30:43.136690 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:30:43.136738 mtc Stop timer T: 2 s 04:30:43.136806 mtc Sent on BSCVTY to system charstring : "end" 04:30:43.136914 mtc Start timer T: 2 s 04:30:43.137092 mtc Message enqueued on BSCVTY from system charstring : " end" id 18 04:30:43.137159 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19 04:30:43.137395 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18 04:30:43.137456 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:30:43.137567 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19 04:30:43.137621 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:30:43.137670 mtc Stop timer T: 2 s 04:30:43.137739 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:43.137836 mtc Start timer T: 2 s 04:30:43.138038 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20 04:30:43.138264 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20 04:30:43.138326 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:30:43.138375 mtc Stop timer T: 2 s 04:30:43.138443 mtc Sent on BSCVTY to system charstring : "network" 04:30:43.138539 mtc Start timer T: 2 s 04:30:43.138727 mtc Message enqueued on BSCVTY from system charstring : " network" id 21 04:30:43.138804 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22 04:30:43.139029 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21 04:30:43.139088 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:30:43.139257 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22 04:30:43.139312 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:30:43.139359 mtc Stop timer T: 2 s 04:30:43.139435 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:43.139527 mtc Start timer T: 2 s 04:30:43.139785 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 23 04:30:43.139870 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24 04:30:43.140094 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23 04:30:43.140152 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:30:43.140324 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24 04:30:43.140380 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:30:43.140426 mtc Stop timer T: 2 s 04:30:43.140502 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:30:43.140598 mtc Start timer T: 2 s 04:30:43.140846 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 25 04:30:43.140918 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 04:30:43.141163 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 25 04:30:43.141225 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:30:43.141376 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 04:30:43.141416 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:30:43.141449 mtc Stop timer T: 2 s 04:30:43.141515 mtc Sent on BSCVTY to system charstring : "end" 04:30:43.141604 mtc Start timer T: 2 s 04:30:43.141843 mtc Message enqueued on BSCVTY from system charstring : " end" id 27 04:30:43.141950 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28 04:30:43.142269 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27 04:30:43.142337 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:30:43.142543 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28 04:30:43.142604 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:30:43.142649 mtc Stop timer T: 2 s 04:30:43.142775 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:43.142881 mtc Start timer T: 2 s 04:30:43.143115 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29 04:30:43.143391 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29 04:30:43.143478 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:30:43.143508 mtc Stop timer T: 2 s 04:30:43.143554 mtc Sent on BSCVTY to system charstring : "network" 04:30:43.143619 mtc Start timer T: 2 s 04:30:43.143781 mtc Message enqueued on BSCVTY from system charstring : " network" id 30 04:30:43.143838 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31 04:30:43.144033 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30 04:30:43.144075 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:30:43.144178 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31 04:30:43.144211 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:30:43.144235 mtc Stop timer T: 2 s 04:30:43.144275 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:43.144345 mtc Start timer T: 2 s 04:30:43.144487 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 32 04:30:43.144568 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33 04:30:43.144734 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32 04:30:43.144777 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:30:43.144887 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33 04:30:43.144939 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:30:43.144992 mtc Stop timer T: 2 s 04:30:43.145090 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" 04:30:43.145188 mtc Start timer T: 2 s 04:30:43.145494 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34 04:30:43.145568 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 04:30:43.145844 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34 04:30:43.145904 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:30:43.146074 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 04:30:43.146133 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:30:43.146181 mtc Stop timer T: 2 s 04:30:43.146251 mtc Sent on BSCVTY to system charstring : "end" 04:30:43.146351 mtc Start timer T: 2 s 04:30:43.146538 mtc Message enqueued on BSCVTY from system charstring : " end" id 36 04:30:43.146609 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37 04:30:43.146837 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36 04:30:43.146894 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:30:43.147005 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37 04:30:43.147057 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:30:43.147106 mtc Stop timer T: 2 s 04:30:43.147174 mtc Sent on BSCVTY to system charstring : "write terminal" 04:30:43.147274 mtc Start timer T: 2 s 04:30:43.148556 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:30:43.148726 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 04:30:43.153953 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:30:43.154108 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:30:43.154180 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 04:30:43.154219 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:30:43.154260 mtc Stop timer T: 2 s 04:30:43.154326 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:30:43.154406 mtc Start timer T: 2 s 04:30:43.155370 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40 04:30:43.155536 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40 04:30:43.155607 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:30:43.155659 mtc Stop timer T: 2 s 04:30:43.155744 mtc Start timer T: 1 s 04:30:43.185919 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A68E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 1 04:30:43.186203 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 04:30:43.421432 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A6C101000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 2 04:30:43.421727 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 2 04:30:43.656908 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A6F40100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O } id 3 04:30:43.657307 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } } id 3 04:30:43.892095 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A7270100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4 04:30:43.892391 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 4 04:30:44.127437 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A75A010000005506198FB380000000000000000000000000009D04002B'O } id 5 04:30:44.127759 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:30:44.155801 mtc Timeout T: 1 s 04:30:44.155913 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:44.156017 mtc Start timer T: 2 s 04:30:44.156339 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41 04:30:44.156666 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41 04:30:44.156745 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:30:44.156785 mtc Stop timer T: 2 s 04:30:44.156845 mtc Sent on BSCVTY to system charstring : "network" 04:30:44.156955 mtc Start timer T: 2 s 04:30:44.157255 mtc Message enqueued on BSCVTY from system charstring : " network" id 42 04:30:44.157346 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43 04:30:44.157587 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42 04:30:44.157645 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:30:44.157822 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43 04:30:44.157879 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:30:44.157927 mtc Stop timer T: 2 s 04:30:44.157998 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:44.158106 mtc Start timer T: 2 s 04:30:44.158327 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 44 04:30:44.158405 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45 04:30:44.158650 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44 04:30:44.158717 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:30:44.158855 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45 04:30:44.158893 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:30:44.158920 mtc Stop timer T: 2 s 04:30:44.158974 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:30:44.159054 mtc Start timer T: 2 s 04:30:44.159419 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46 04:30:44.159543 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 04:30:44.159852 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46 04:30:44.159911 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:30:44.160059 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 04:30:44.160101 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:30:44.160128 mtc Stop timer T: 2 s 04:30:44.160171 mtc Sent on BSCVTY to system charstring : "end" 04:30:44.160252 mtc Start timer T: 2 s 04:30:44.160454 mtc Message enqueued on BSCVTY from system charstring : " end" id 48 04:30:44.160574 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 04:30:44.160835 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48 04:30:44.160898 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:30:44.161010 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 04:30:44.161062 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:30:44.161185 mtc Stop timer T: 2 s 04:30:44.161265 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:44.161363 mtc Start timer T: 2 s 04:30:44.161561 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50 04:30:44.161787 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50 04:30:44.161847 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:30:44.161895 mtc Stop timer T: 2 s 04:30:44.161969 mtc Sent on BSCVTY to system charstring : "network" 04:30:44.162085 mtc Start timer T: 2 s 04:30:44.162243 mtc Message enqueued on BSCVTY from system charstring : " network" id 51 04:30:44.162356 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52 04:30:44.162658 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51 04:30:44.162718 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:30:44.162913 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52 04:30:44.162971 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:30:44.163014 mtc Stop timer T: 2 s 04:30:44.163067 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:44.163172 mtc Start timer T: 2 s 04:30:44.163352 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 53 04:30:44.163412 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54 04:30:44.163647 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53 04:30:44.163692 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:30:44.163926 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54 04:30:44.163969 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:30:44.163996 mtc Stop timer T: 2 s 04:30:44.164053 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:30:44.164200 mtc Start timer T: 2 s 04:30:44.164499 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55 04:30:44.164612 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 04:30:44.164863 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55 04:30:44.164912 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:30:44.165025 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 04:30:44.165060 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:30:44.165087 mtc Stop timer T: 2 s 04:30:44.165129 mtc Sent on BSCVTY to system charstring : "end" 04:30:44.165211 mtc Start timer T: 2 s 04:30:44.165410 mtc Message enqueued on BSCVTY from system charstring : " end" id 57 04:30:44.165497 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58 04:30:44.165713 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57 04:30:44.165765 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:30:44.165871 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58 04:30:44.165919 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:30:44.165950 mtc Stop timer T: 2 s 04:30:44.166000 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:44.166081 mtc Start timer T: 2 s 04:30:44.166265 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59 04:30:44.166449 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59 04:30:44.166494 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:30:44.166528 mtc Stop timer T: 2 s 04:30:44.166579 mtc Sent on BSCVTY to system charstring : "network" 04:30:44.166791 mtc Start timer T: 2 s 04:30:44.166899 mtc Message enqueued on BSCVTY from system charstring : " network" id 60 04:30:44.166955 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61 04:30:44.167146 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60 04:30:44.167206 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:30:44.167382 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61 04:30:44.167425 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:30:44.167460 mtc Stop timer T: 2 s 04:30:44.167530 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:44.167613 mtc Start timer T: 2 s 04:30:44.167888 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 62 04:30:44.167981 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63 04:30:44.168166 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62 04:30:44.168213 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:30:44.168340 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63 04:30:44.168380 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:30:44.168411 mtc Stop timer T: 2 s 04:30:44.168466 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:30:44.168547 mtc Start timer T: 2 s 04:30:44.168787 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64 04:30:44.168844 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 04:30:44.169007 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64 04:30:44.169049 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:30:44.169166 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 04:30:44.169204 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:30:44.169234 mtc Stop timer T: 2 s 04:30:44.169281 mtc Sent on BSCVTY to system charstring : "end" 04:30:44.169359 mtc Start timer T: 2 s 04:30:44.169521 mtc Message enqueued on BSCVTY from system charstring : " end" id 66 04:30:44.169568 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67 04:30:44.169722 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66 04:30:44.169763 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:30:44.169826 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67 04:30:44.169860 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:30:44.169891 mtc Stop timer T: 2 s 04:30:44.169933 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:44.170002 mtc Start timer T: 2 s 04:30:44.170206 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68 04:30:44.170383 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68 04:30:44.170425 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:30:44.170456 mtc Stop timer T: 2 s 04:30:44.170503 mtc Sent on BSCVTY to system charstring : "network" 04:30:44.170574 mtc Start timer T: 2 s 04:30:44.170731 mtc Message enqueued on BSCVTY from system charstring : " network" id 69 04:30:44.170787 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70 04:30:44.170938 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69 04:30:44.170979 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:30:44.171094 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70 04:30:44.171131 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:30:44.171160 mtc Stop timer T: 2 s 04:30:44.171201 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:44.171218 mtc Start timer T: 2 s 04:30:44.171265 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 71 04:30:44.171279 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72 04:30:44.171316 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71 04:30:44.171326 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:30:44.171363 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72 04:30:44.171372 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:30:44.171380 mtc Stop timer T: 2 s 04:30:44.171396 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:30:44.171413 mtc Start timer T: 2 s 04:30:44.171481 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 73 04:30:44.171495 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 04:30:44.171539 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 73 04:30:44.171550 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:30:44.171578 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 04:30:44.171587 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:30:44.171594 mtc Stop timer T: 2 s 04:30:44.171605 mtc Sent on BSCVTY to system charstring : "end" 04:30:44.171623 mtc Start timer T: 2 s 04:30:44.171665 mtc Message enqueued on BSCVTY from system charstring : " end" id 75 04:30:44.171677 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76 04:30:44.171726 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75 04:30:44.171738 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:30:44.171755 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76 04:30:44.171763 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:30:44.171770 mtc Stop timer T: 2 s 04:30:44.171780 mtc Sent on BSCVTY to system charstring : "write terminal" 04:30:44.171797 mtc Start timer T: 2 s 04:30:44.172113 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:30:44.172155 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 04:30:44.173406 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:30:44.173444 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:30:44.173460 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 04:30:44.173468 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:30:44.173474 mtc Stop timer T: 2 s 04:30:44.173485 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:30:44.173505 mtc Start timer T: 2 s 04:30:44.173664 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79 04:30:44.173685 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79 04:30:44.173693 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:30:44.173700 mtc Stop timer T: 2 s 04:30:44.173707 mtc Start timer T: 1 s 04:30:44.362818 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A78D0100000059061A00000000000000000000000000000000FF9D0400'O } id 6 04:30:44.363090 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:30:44.598392 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A7C00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 7 04:30:44.598739 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7 04:30:44.833575 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A7F30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 8 04:30:44.833852 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8 04:30:45.068962 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A826010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 9 04:30:45.069233 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 04:30:45.173716 mtc Timeout T: 1 s 04:30:45.173811 mtc setverdict(pass): none -> pass 04:30:45.173856 mtc Terminating component type Test.dummy_CT. 04:30:45.173895 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:30:45.173966 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:30:45.174014 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:30:45.174049 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:30:45.174076 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:30:45.174110 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:30:45.174177 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:30:45.174236 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:30:45.174285 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:30:45.174320 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:30:45.174367 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:30:45.174421 mtc Port GSMTAP was stopped. 04:30:45.174469 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:30:45.174617 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:30:45.174684 mtc Port BSCVTY was stopped. 04:30:45.174727 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2quater. 04:30:45.174781 mtc Waiting for PTCs to finish. 04:30:45.174927 mtc Setting final verdict of the test case. 04:30:45.175021 mtc Local verdict of MTC: pass 04:30:45.175075 mtc No PTCs were created. 04:30:45.175103 mtc Test case TC_si_sched_2quater finished. Verdict: pass 04:30:45.175259 mtc Executing test case TC_si_sched_13 in module Test. 04:30:45.175369 mtc Test case TC_si_sched_13 started. 04:30:45.175430 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13. 04:30:45.175522 mtc Port GSMTAP was started. 04:30:45.175587 mtc Port BSCVTY was started. 04:30:45.175623 mtc Component type Test.dummy_CT was initialized. 04:30:45.175670 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:30:45.175914 mtc Port GSMTAP was mapped to system:GSMTAP. 04:30:45.176082 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:30:45.176172 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:30:45.176289 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:30:45.176731 mtc Port BSCVTY was mapped to system:BSCVTY. 04:30:45.176887 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:30:45.176991 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:30:45.177056 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:30:45.177111 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:30:45.177260 mtc Sent on BSCVTY to system charstring : "enable" 04:30:45.177528 mtc Start timer T: 2 s 04:30:45.177635 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:30:45.177777 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:30:45.177843 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:30:45.177899 mtc Stop timer T: 2 s 04:30:45.177967 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:45.178211 mtc Start timer T: 2 s 04:30:45.178430 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:30:45.178669 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:30:45.178730 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:30:45.178779 mtc Stop timer T: 2 s 04:30:45.178846 mtc Sent on BSCVTY to system charstring : "network" 04:30:45.178945 mtc Start timer T: 2 s 04:30:45.179146 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:30:45.179227 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:30:45.179275 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:30:45.179290 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:30:45.179334 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:30:45.179347 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:30:45.179359 mtc Stop timer T: 2 s 04:30:45.179378 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:45.179400 mtc Start timer T: 2 s 04:30:45.179451 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:30:45.179467 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:30:45.179510 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:30:45.179524 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:30:45.179567 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:30:45.179582 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:30:45.179594 mtc Stop timer T: 2 s 04:30:45.179614 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:30:45.179720 mtc Start timer T: 2 s 04:30:45.179755 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 04:30:45.179770 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:30:45.179837 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 04:30:45.179852 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:30:45.179896 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:30:45.179910 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:30:45.179921 mtc Stop timer T: 2 s 04:30:45.179938 mtc Sent on BSCVTY to system charstring : "end" 04:30:45.179962 mtc Start timer T: 2 s 04:30:45.180012 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:30:45.180028 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:30:45.180082 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:30:45.180098 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:30:45.180124 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:30:45.180138 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:30:45.180154 mtc Stop timer T: 2 s 04:30:45.180173 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:45.180197 mtc Start timer T: 2 s 04:30:45.180247 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 04:30:45.180292 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 04:30:45.180307 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:30:45.180319 mtc Stop timer T: 2 s 04:30:45.180335 mtc Sent on BSCVTY to system charstring : "network" 04:30:45.180359 mtc Start timer T: 2 s 04:30:45.180397 mtc Message enqueued on BSCVTY from system charstring : " network" id 12 04:30:45.180413 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 04:30:45.180464 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 04:30:45.180479 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:30:45.180521 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 04:30:45.180535 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:30:45.180546 mtc Stop timer T: 2 s 04:30:45.180564 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:45.180586 mtc Start timer T: 2 s 04:30:45.180630 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14 04:30:45.180646 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 04:30:45.180686 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 04:30:45.180696 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:30:45.180725 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 04:30:45.180734 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:30:45.180741 mtc Stop timer T: 2 s 04:30:45.180755 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:30:45.180773 mtc Start timer T: 2 s 04:30:45.180832 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16 04:30:45.180847 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:30:45.180891 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16 04:30:45.180902 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:30:45.180931 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:30:45.180940 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:30:45.180947 mtc Stop timer T: 2 s 04:30:45.180958 mtc Sent on BSCVTY to system charstring : "end" 04:30:45.180976 mtc Start timer T: 2 s 04:30:45.181014 mtc Message enqueued on BSCVTY from system charstring : " end" id 18 04:30:45.181029 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19 04:30:45.181066 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18 04:30:45.181076 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:30:45.181093 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19 04:30:45.181101 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:30:45.181108 mtc Stop timer T: 2 s 04:30:45.181119 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:45.181137 mtc Start timer T: 2 s 04:30:45.181182 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20 04:30:45.181225 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20 04:30:45.181236 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:30:45.181243 mtc Stop timer T: 2 s 04:30:45.181254 mtc Sent on BSCVTY to system charstring : "network" 04:30:45.181271 mtc Start timer T: 2 s 04:30:45.181310 mtc Message enqueued on BSCVTY from system charstring : " network" id 21 04:30:45.181325 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22 04:30:45.181367 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21 04:30:45.181377 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:30:45.181406 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22 04:30:45.181415 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:30:45.181422 mtc Stop timer T: 2 s 04:30:45.181434 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:45.181451 mtc Start timer T: 2 s 04:30:45.181493 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 23 04:30:45.181508 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24 04:30:45.181544 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23 04:30:45.181553 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:30:45.181580 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24 04:30:45.181590 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:30:45.181597 mtc Stop timer T: 2 s 04:30:45.181609 mtc Sent on BSCVTY to system charstring : "gprs mode gprs" 04:30:45.181626 mtc Start timer T: 2 s 04:30:45.181685 mtc Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 25 04:30:45.181701 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 04:30:45.181760 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 25 04:30:45.181774 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:30:45.181816 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 04:30:45.181830 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:30:45.181842 mtc Stop timer T: 2 s 04:30:45.181858 mtc Sent on BSCVTY to system charstring : "end" 04:30:45.181881 mtc Start timer T: 2 s 04:30:45.181924 mtc Message enqueued on BSCVTY from system charstring : " end" id 27 04:30:45.181940 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28 04:30:45.181977 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27 04:30:45.181986 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:30:45.182002 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28 04:30:45.182010 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:30:45.182018 mtc Stop timer T: 2 s 04:30:45.182029 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:45.182048 mtc Start timer T: 2 s 04:30:45.182094 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29 04:30:45.182138 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29 04:30:45.182148 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:30:45.182155 mtc Stop timer T: 2 s 04:30:45.182167 mtc Sent on BSCVTY to system charstring : "network" 04:30:45.182187 mtc Start timer T: 2 s 04:30:45.182238 mtc Message enqueued on BSCVTY from system charstring : " network" id 30 04:30:45.182262 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31 04:30:45.182328 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30 04:30:45.182343 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:30:45.182374 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31 04:30:45.182384 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:30:45.182392 mtc Stop timer T: 2 s 04:30:45.182404 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:45.182430 mtc Start timer T: 2 s 04:30:45.182470 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 32 04:30:45.182486 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33 04:30:45.182525 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32 04:30:45.182535 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:30:45.182565 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33 04:30:45.182578 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:30:45.182591 mtc Stop timer T: 2 s 04:30:45.182610 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:30:45.182629 mtc Start timer T: 2 s 04:30:45.182700 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:30:45.182726 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 04:30:45.182792 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:30:45.182810 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:30:45.182854 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 04:30:45.182867 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:30:45.182879 mtc Stop timer T: 2 s 04:30:45.182895 mtc Sent on BSCVTY to system charstring : "end" 04:30:45.182921 mtc Start timer T: 2 s 04:30:45.182965 mtc Message enqueued on BSCVTY from system charstring : " end" id 36 04:30:45.182981 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37 04:30:45.183023 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36 04:30:45.183038 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:30:45.183063 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37 04:30:45.183076 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:30:45.183087 mtc Stop timer T: 2 s 04:30:45.183103 mtc Sent on BSCVTY to system charstring : "write terminal" 04:30:45.183126 mtc Start timer T: 2 s 04:30:45.183503 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:30:45.183554 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 04:30:45.185227 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:30:45.185271 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:30:45.185288 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 04:30:45.185296 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:30:45.185302 mtc Stop timer T: 2 s 04:30:45.185315 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:30:45.185336 mtc Start timer T: 2 s 04:30:45.185456 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40 04:30:45.185495 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40 04:30:45.185511 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:30:45.185523 mtc Stop timer T: 2 s 04:30:45.185536 mtc Start timer T: 1 s 04:30:45.304255 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A8590100000059061A00000000000000000000000000000000FF9D0400'O } id 1 04:30:45.304496 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 04:30:45.539585 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A88C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 2 04:30:45.539802 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 2 04:30:45.775202 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A8BF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 3 04:30:45.775539 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 3 04:30:46.010323 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A8F2010000005506198FB380000000000000000000000000009D04002B'O } id 4 04:30:46.010633 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 4 04:30:46.185553 mtc Timeout T: 1 s 04:30:46.185657 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:30:46.185700 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:30:46.185738 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:30:46.185792 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:30:46.185837 mtc Port GSMTAP was cleared. 04:30:46.185892 mtc Start timer T: 8 s 04:30:46.245705 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9250100000059061A00000000000000000000000000000000FF9D0400'O } id 5 04:30:46.245971 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:30:46.246166 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:30:46.246314 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:30:46.246537 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:30:46.481286 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9580100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 6 04:30:46.481536 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6 04:30:46.481721 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6 04:30:46.481812 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:30:46.482113 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:30:46.716717 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A98B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 7 04:30:46.717120 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7 04:30:46.717382 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7 04:30:46.717503 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:30:46.717841 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:30:46.951844 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 8 04:30:46.952136 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 04:30:46.952330 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 04:30:46.952447 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:30:46.952646 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:30:47.187458 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9F10100000059061A00000000000000000000000000000000FF9D0400'O } id 9 04:30:47.187873 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 04:30:47.188121 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 04:30:47.188261 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:30:47.188542 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:30:47.422781 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AA240100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 10 04:30:47.423147 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10 04:30:47.423386 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10 04:30:47.423493 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:30:47.427949 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:30:47.657955 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AA570100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 11 04:30:47.658293 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11 04:30:47.658497 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11 04:30:47.658605 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:30:47.658901 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:30:47.893543 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AA8A010000005506198FB380000000000000000000000000009D04002B'O } id 12 04:30:47.893905 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 12 04:30:47.894190 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 12 04:30:47.894352 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:30:47.894653 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:30:48.128740 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AABD0100000059061A00000000000000000000000000000000FF9D0400'O } id 13 04:30:48.129078 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 13 04:30:48.129282 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 13 04:30:48.129366 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:30:48.129611 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:30:48.364275 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AAF00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 14 04:30:48.364615 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14 04:30:48.364859 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14 04:30:48.365004 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:30:48.365350 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:30:48.599378 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AB230100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 15 04:30:48.599755 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15 04:30:48.599961 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15 04:30:48.600046 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:30:48.600358 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:30:48.834965 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AB56010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 16 04:30:48.835337 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 04:30:48.835775 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 04:30:48.835910 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:30:48.836184 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:30:49.070346 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AB890100000059061A00000000000000000000000000000000FF9D0400'O } id 17 04:30:49.070770 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 17 04:30:49.071038 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 17 04:30:49.071170 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:30:49.071438 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:30:49.305527 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ABBC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 18 04:30:49.305836 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18 04:30:49.306023 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18 04:30:49.306138 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:30:49.306398 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:30:49.541058 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ABEF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 19 04:30:49.541466 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19 04:30:49.541732 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19 04:30:49.541851 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:30:49.542199 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:30:49.776467 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AC22010000005506198FB380000000000000000000000000009D04002B'O } id 20 04:30:49.776886 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 20 04:30:49.777195 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 20 04:30:49.777297 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:30:49.777562 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:30:50.011581 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AC550100000059061A00000000000000000000000000000000FF9D0400'O } id 21 04:30:50.011916 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 21 04:30:50.012118 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 21 04:30:50.012219 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:30:50.012450 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:30:50.246943 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AC880100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 22 04:30:50.247239 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22 04:30:50.247461 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22 04:30:50.247542 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:30:50.247870 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:30:50.482241 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ACBB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 23 04:30:50.482422 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23 04:30:50.482519 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23 04:30:50.482561 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:30:50.482736 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:30:50.717915 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ACEE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 24 04:30:50.718283 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 04:30:50.718501 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 04:30:50.718628 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:30:50.718878 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:30:50.953007 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AD210100000059061A00000000000000000000000000000000FF9D0400'O } id 25 04:30:50.953307 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 25 04:30:50.953500 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 25 04:30:50.953597 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:30:50.953831 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:30:51.188621 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AD540100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 26 04:30:51.188982 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26 04:30:51.189225 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26 04:30:51.189364 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:30:51.189717 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:30:51.423762 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AD870100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 27 04:30:51.424061 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27 04:30:51.424261 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27 04:30:51.424352 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:30:51.424633 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:30:51.659168 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ADBA010000005506198FB380000000000000000000000000009D04002B'O } id 28 04:30:51.659507 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 28 04:30:51.659767 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 28 04:30:51.659876 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:30:51.660143 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:30:51.894503 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ADED0100000059061A00000000000000000000000000000000FF9D0400'O } id 29 04:30:51.894801 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 29 04:30:51.894960 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 29 04:30:51.895033 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:30:51.895281 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:30:52.129863 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AE200100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 30 04:30:52.130157 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 30 04:30:52.130322 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 30 04:30:52.130406 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:30:52.130635 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:30:52.365202 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AE530100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 31 04:30:52.365496 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31 04:30:52.365687 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31 04:30:52.365769 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:30:52.366045 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:30:52.600840 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AE86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 32 04:30:52.601243 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:30:52.601507 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:30:52.601635 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:30:52.601881 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:30:52.836189 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AEB90100000059061A00000000000000000000000000000000FF9D0400'O } id 33 04:30:52.836624 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 33 04:30:52.836896 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 33 04:30:52.837010 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:30:52.837267 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:30:53.071444 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AEEC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 34 04:30:53.071880 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 34 04:30:53.072144 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 34 04:30:53.072267 mtc Message with id 34 was extracted from the queue of GSMTAP. 04:30:53.072574 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:30:53.306929 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AF1F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 35 04:30:53.307274 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 35 04:30:53.307477 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 35 04:30:53.307565 mtc Message with id 35 was extracted from the queue of GSMTAP. 04:30:53.307943 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:30:53.542278 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AF52010000005506198FB380000000000000000000000000009D04002B'O } id 36 04:30:53.542679 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 36 04:30:53.542953 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 36 04:30:53.543063 mtc Message with id 36 was extracted from the queue of GSMTAP. 04:30:53.543327 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:30:53.777531 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AF850100000059061A00000000000000000000000000000000FF9D0400'O } id 37 04:30:53.777743 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 37 04:30:53.777885 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 37 04:30:53.777968 mtc Message with id 37 was extracted from the queue of GSMTAP. 04:30:53.778206 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:30:54.012737 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AFB80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 38 04:30:54.012997 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 38 04:30:54.013146 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 38 04:30:54.013213 mtc Message with id 38 was extracted from the queue of GSMTAP. 04:30:54.013419 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:30:54.186139 mtc Timeout T: 8 s 04:30:54.186276 mtc "TC_si_sched_13": TC=0 has #of SI=4 04:30:54.186339 mtc "TC_si_sched_13": TC=1 has #of SI=5 04:30:54.186378 mtc "TC_si_sched_13": TC=2 has #of SI=5 04:30:54.186412 mtc "TC_si_sched_13": TC=3 has #of SI=4 04:30:54.186445 mtc "TC_si_sched_13": TC=4 has #of SI=4 04:30:54.186477 mtc "TC_si_sched_13": TC=5 has #of SI=4 04:30:54.186509 mtc "TC_si_sched_13": TC=6 has #of SI=4 04:30:54.186540 mtc "TC_si_sched_13": TC=7 has #of SI=4 04:30:54.186686 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:54.187099 mtc Start timer T: 2 s 04:30:54.187249 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41 04:30:54.187537 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41 04:30:54.187610 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:30:54.187646 mtc Stop timer T: 2 s 04:30:54.187689 mtc Sent on BSCVTY to system charstring : "network" 04:30:54.187823 mtc Start timer T: 2 s 04:30:54.188068 mtc Message enqueued on BSCVTY from system charstring : " network" id 42 04:30:54.188168 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43 04:30:54.188498 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42 04:30:54.188571 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:30:54.188734 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43 04:30:54.188798 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:30:54.188855 mtc Stop timer T: 2 s 04:30:54.188940 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:54.189334 mtc Start timer T: 2 s 04:30:54.189489 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 44 04:30:54.189574 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45 04:30:54.189824 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44 04:30:54.189889 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:30:54.190071 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45 04:30:54.190130 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:30:54.190179 mtc Stop timer T: 2 s 04:30:54.190258 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:30:54.190360 mtc Start timer T: 2 s 04:30:54.190670 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46 04:30:54.190744 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 04:30:54.190935 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46 04:30:54.190977 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:30:54.191090 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 04:30:54.191148 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:30:54.191197 mtc Stop timer T: 2 s 04:30:54.191265 mtc Sent on BSCVTY to system charstring : "end" 04:30:54.191368 mtc Start timer T: 2 s 04:30:54.191560 mtc Message enqueued on BSCVTY from system charstring : " end" id 48 04:30:54.191626 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 04:30:54.191890 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48 04:30:54.191954 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:30:54.192057 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 04:30:54.192112 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:30:54.192162 mtc Stop timer T: 2 s 04:30:54.192230 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:54.192329 mtc Start timer T: 2 s 04:30:54.192587 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50 04:30:54.192816 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50 04:30:54.192880 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:30:54.192931 mtc Stop timer T: 2 s 04:30:54.193002 mtc Sent on BSCVTY to system charstring : "network" 04:30:54.193101 mtc Start timer T: 2 s 04:30:54.193203 mtc Message enqueued on BSCVTY from system charstring : " network" id 51 04:30:54.193227 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52 04:30:54.193279 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51 04:30:54.193296 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:30:54.193338 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52 04:30:54.193364 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:30:54.193375 mtc Stop timer T: 2 s 04:30:54.193395 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:54.193433 mtc Start timer T: 2 s 04:30:54.193477 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 53 04:30:54.193502 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54 04:30:54.193550 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53 04:30:54.193565 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:30:54.193596 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54 04:30:54.193606 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:30:54.193616 mtc Stop timer T: 2 s 04:30:54.193636 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:30:54.193661 mtc Start timer T: 2 s 04:30:54.193727 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55 04:30:54.193744 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 04:30:54.193809 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55 04:30:54.193825 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:30:54.193870 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 04:30:54.193885 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:30:54.193897 mtc Stop timer T: 2 s 04:30:54.193914 mtc Sent on BSCVTY to system charstring : "end" 04:30:54.193938 mtc Start timer T: 2 s 04:30:54.193978 mtc Message enqueued on BSCVTY from system charstring : " end" id 57 04:30:54.193992 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58 04:30:54.194042 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57 04:30:54.194057 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:30:54.194083 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58 04:30:54.194096 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:30:54.194109 mtc Stop timer T: 2 s 04:30:54.194127 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:54.194151 mtc Start timer T: 2 s 04:30:54.194201 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59 04:30:54.194245 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59 04:30:54.194255 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:30:54.194262 mtc Stop timer T: 2 s 04:30:54.194271 mtc Sent on BSCVTY to system charstring : "network" 04:30:54.194290 mtc Start timer T: 2 s 04:30:54.194328 mtc Message enqueued on BSCVTY from system charstring : " network" id 60 04:30:54.194344 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61 04:30:54.194398 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60 04:30:54.194412 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:30:54.194456 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61 04:30:54.194469 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:30:54.194481 mtc Stop timer T: 2 s 04:30:54.194498 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:54.194522 mtc Start timer T: 2 s 04:30:54.194562 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 62 04:30:54.194578 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63 04:30:54.194633 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62 04:30:54.194647 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:30:54.194690 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63 04:30:54.194704 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:30:54.194716 mtc Stop timer T: 2 s 04:30:54.194733 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:30:54.194757 mtc Start timer T: 2 s 04:30:54.194815 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64 04:30:54.194831 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 04:30:54.194869 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64 04:30:54.194878 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:30:54.194909 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 04:30:54.194919 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:30:54.194925 mtc Stop timer T: 2 s 04:30:54.194935 mtc Sent on BSCVTY to system charstring : "end" 04:30:54.194953 mtc Start timer T: 2 s 04:30:54.194993 mtc Message enqueued on BSCVTY from system charstring : " end" id 66 04:30:54.195007 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67 04:30:54.195041 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66 04:30:54.195052 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:30:54.195066 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67 04:30:54.195073 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:30:54.195079 mtc Stop timer T: 2 s 04:30:54.195089 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:54.195107 mtc Start timer T: 2 s 04:30:54.195153 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68 04:30:54.195207 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68 04:30:54.195221 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:30:54.195233 mtc Stop timer T: 2 s 04:30:54.195250 mtc Sent on BSCVTY to system charstring : "network" 04:30:54.195273 mtc Start timer T: 2 s 04:30:54.195311 mtc Message enqueued on BSCVTY from system charstring : " network" id 69 04:30:54.195327 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70 04:30:54.195382 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69 04:30:54.195396 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:30:54.195438 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70 04:30:54.195451 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:30:54.195463 mtc Stop timer T: 2 s 04:30:54.195480 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:54.195531 mtc Start timer T: 2 s 04:30:54.195559 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 71 04:30:54.195574 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72 04:30:54.195627 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71 04:30:54.195641 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:30:54.195683 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72 04:30:54.195704 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:30:54.195717 mtc Stop timer T: 2 s 04:30:54.195737 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:30:54.195760 mtc Start timer T: 2 s 04:30:54.195836 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:30:54.195853 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 04:30:54.195913 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:30:54.195928 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:30:54.195963 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 04:30:54.195972 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:30:54.195979 mtc Stop timer T: 2 s 04:30:54.195989 mtc Sent on BSCVTY to system charstring : "end" 04:30:54.196046 mtc Start timer T: 2 s 04:30:54.196067 mtc Message enqueued on BSCVTY from system charstring : " end" id 75 04:30:54.196079 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76 04:30:54.196123 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75 04:30:54.196136 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:30:54.196162 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76 04:30:54.196175 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:30:54.196183 mtc Stop timer T: 2 s 04:30:54.196194 mtc Sent on BSCVTY to system charstring : "write terminal" 04:30:54.196214 mtc Start timer T: 2 s 04:30:54.196540 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:30:54.196582 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 04:30:54.198006 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:30:54.198059 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:30:54.198078 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 04:30:54.198086 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:30:54.198093 mtc Stop timer T: 2 s 04:30:54.198104 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:30:54.198140 mtc Start timer T: 2 s 04:30:54.198296 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79 04:30:54.198328 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79 04:30:54.198342 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:30:54.198354 mtc Stop timer T: 2 s 04:30:54.198366 mtc Start timer T: 1 s 04:30:54.248031 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AFEB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 39 04:30:54.248359 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 39 04:30:54.483860 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B01E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 40 04:30:54.484204 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 04:30:54.719111 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B0510100000059061A00000000000000000000000000000000FF9D0400'O } id 41 04:30:54.719520 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 41 04:30:54.954234 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B0840100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 42 04:30:54.954499 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 42 04:30:55.189625 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B0B70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 43 04:30:55.189886 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 43 04:30:55.201264 mtc Timeout T: 1 s 04:30:55.201337 mtc setverdict(pass): none -> pass 04:30:55.201449 mtc Terminating component type Test.dummy_CT. 04:30:55.201522 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:30:55.201615 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:30:55.201681 mtc Message with id 39 was extracted from the queue of GSMTAP. 04:30:55.201726 mtc Message with id 40 was extracted from the queue of GSMTAP. 04:30:55.201762 mtc Message with id 41 was extracted from the queue of GSMTAP. 04:30:55.201800 mtc Message with id 42 was extracted from the queue of GSMTAP. 04:30:55.201826 mtc Message with id 43 was extracted from the queue of GSMTAP. 04:30:55.201852 mtc Port GSMTAP was stopped. 04:30:55.201878 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:30:55.202006 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:30:55.202051 mtc Port BSCVTY was stopped. 04:30:55.202076 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13. 04:30:55.202109 mtc Waiting for PTCs to finish. 04:30:55.202418 mtc Setting final verdict of the test case. 04:30:55.202481 mtc Local verdict of MTC: pass 04:30:55.202528 mtc No PTCs were created. 04:30:55.202567 mtc Test case TC_si_sched_13 finished. Verdict: pass 04:30:55.202829 mtc Executing test case TC_si_sched_13_2bis_2ter_2quater in module Test. 04:30:55.202962 mtc Test case TC_si_sched_13_2bis_2ter_2quater started. 04:30:55.203021 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13_2bis_2ter_2quater. 04:30:55.203116 mtc Port GSMTAP was started. 04:30:55.203177 mtc Port BSCVTY was started. 04:30:55.203215 mtc Component type Test.dummy_CT was initialized. 04:30:55.203265 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:30:55.203369 mtc Port GSMTAP was mapped to system:GSMTAP. 04:30:55.203518 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:30:55.203607 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:30:55.203766 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:30:55.204248 mtc Port BSCVTY was mapped to system:BSCVTY. 04:30:55.204375 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:30:55.204449 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:30:55.204517 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:30:55.204603 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:30:55.204786 mtc Sent on BSCVTY to system charstring : "enable" 04:30:55.204917 mtc Start timer T: 2 s 04:30:55.205150 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:30:55.205325 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:30:55.205392 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:30:55.205460 mtc Stop timer T: 2 s 04:30:55.205524 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:55.205618 mtc Start timer T: 2 s 04:30:55.206138 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:30:55.206225 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:30:55.206239 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:30:55.206252 mtc Stop timer T: 2 s 04:30:55.206283 mtc Sent on BSCVTY to system charstring : "network" 04:30:55.206308 mtc Start timer T: 2 s 04:30:55.206366 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:30:55.206386 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:30:55.206442 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:30:55.206457 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:30:55.206493 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:30:55.206502 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:30:55.206509 mtc Stop timer T: 2 s 04:30:55.206520 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:55.206538 mtc Start timer T: 2 s 04:30:55.206599 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:30:55.206623 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:30:55.206705 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:30:55.206719 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:30:55.206756 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:30:55.206769 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:30:55.206778 mtc Stop timer T: 2 s 04:30:55.206793 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static" 04:30:55.206816 mtc Start timer T: 2 s 04:30:55.206913 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 04:30:55.206929 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:30:55.206993 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 04:30:55.207005 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:30:55.207033 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:30:55.207045 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:30:55.207053 mtc Stop timer T: 2 s 04:30:55.207076 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" 04:30:55.207101 mtc Start timer T: 2 s 04:30:55.207187 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:30:55.207205 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 04:30:55.207262 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:30:55.207274 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:30:55.207304 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 04:30:55.207316 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:30:55.207325 mtc Stop timer T: 2 s 04:30:55.207338 mtc Sent on BSCVTY to system charstring : "end" 04:30:55.207396 mtc Start timer T: 2 s 04:30:55.207417 mtc Message enqueued on BSCVTY from system charstring : " end" id 11 04:30:55.207434 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 04:30:55.207493 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 04:30:55.207510 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:30:55.207537 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 04:30:55.207554 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:30:55.207566 mtc Stop timer T: 2 s 04:30:55.207583 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:55.207606 mtc Start timer T: 2 s 04:30:55.207665 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 04:30:55.207730 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 04:30:55.207747 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:30:55.207759 mtc Stop timer T: 2 s 04:30:55.207775 mtc Sent on BSCVTY to system charstring : "network" 04:30:55.207834 mtc Start timer T: 2 s 04:30:55.207864 mtc Message enqueued on BSCVTY from system charstring : " network" id 14 04:30:55.207879 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 04:30:55.207936 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 04:30:55.207950 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:30:55.207994 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 04:30:55.208008 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:30:55.208019 mtc Stop timer T: 2 s 04:30:55.208038 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:55.208092 mtc Start timer T: 2 s 04:30:55.208121 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16 04:30:55.208136 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:30:55.208209 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 04:30:55.208226 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:30:55.208276 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:30:55.208292 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:30:55.208305 mtc Stop timer T: 2 s 04:30:55.208325 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static" 04:30:55.208352 mtc Start timer T: 2 s 04:30:55.208426 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18 04:30:55.208444 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 04:30:55.208496 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18 04:30:55.208507 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:30:55.208538 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 04:30:55.208549 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:30:55.208556 mtc Stop timer T: 2 s 04:30:55.208573 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" 04:30:55.208594 mtc Start timer T: 2 s 04:30:55.208665 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 04:30:55.208683 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21 04:30:55.208740 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 04:30:55.208753 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:30:55.208798 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21 04:30:55.208813 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:30:55.208825 mtc Stop timer T: 2 s 04:30:55.208845 mtc Sent on BSCVTY to system charstring : "end" 04:30:55.208872 mtc Start timer T: 2 s 04:30:55.208916 mtc Message enqueued on BSCVTY from system charstring : " end" id 22 04:30:55.208932 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 04:30:55.208972 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22 04:30:55.208984 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:30:55.209004 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 04:30:55.209012 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:30:55.209019 mtc Stop timer T: 2 s 04:30:55.209030 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:55.209050 mtc Start timer T: 2 s 04:30:55.209108 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24 04:30:55.209166 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24 04:30:55.209182 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:30:55.209195 mtc Stop timer T: 2 s 04:30:55.209214 mtc Sent on BSCVTY to system charstring : "network" 04:30:55.209238 mtc Start timer T: 2 s 04:30:55.209283 mtc Message enqueued on BSCVTY from system charstring : " network" id 25 04:30:55.209299 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26 04:30:55.209354 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25 04:30:55.209368 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:30:55.209414 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26 04:30:55.209429 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:30:55.209442 mtc Stop timer T: 2 s 04:30:55.209462 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:55.209485 mtc Start timer T: 2 s 04:30:55.209533 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 27 04:30:55.209550 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 04:30:55.209592 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27 04:30:55.209602 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:30:55.209633 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 04:30:55.209648 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:30:55.209660 mtc Stop timer T: 2 s 04:30:55.209679 mtc Sent on BSCVTY to system charstring : "gprs mode gprs" 04:30:55.209704 mtc Start timer T: 2 s 04:30:55.209762 mtc Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 29 04:30:55.209779 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30 04:30:55.209824 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 29 04:30:55.209835 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:30:55.209863 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30 04:30:55.209874 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:30:55.209881 mtc Stop timer T: 2 s 04:30:55.209891 mtc Sent on BSCVTY to system charstring : "end" 04:30:55.209910 mtc Start timer T: 2 s 04:30:55.209953 mtc Message enqueued on BSCVTY from system charstring : " end" id 31 04:30:55.209968 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32 04:30:55.210009 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31 04:30:55.210019 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:30:55.210034 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32 04:30:55.210042 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:30:55.210050 mtc Stop timer T: 2 s 04:30:55.210061 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:30:55.210080 mtc Start timer T: 2 s 04:30:55.210130 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33 04:30:55.210176 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33 04:30:55.210188 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:30:55.210197 mtc Stop timer T: 2 s 04:30:55.210210 mtc Sent on BSCVTY to system charstring : "network" 04:30:55.210228 mtc Start timer T: 2 s 04:30:55.210272 mtc Message enqueued on BSCVTY from system charstring : " network" id 34 04:30:55.210296 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35 04:30:55.210359 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34 04:30:55.210375 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:30:55.210421 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35 04:30:55.210436 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:30:55.210450 mtc Stop timer T: 2 s 04:30:55.210469 mtc Sent on BSCVTY to system charstring : "bts 0" 04:30:55.210495 mtc Start timer T: 2 s 04:30:55.210544 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 36 04:30:55.210561 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 04:30:55.210601 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36 04:30:55.210611 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:30:55.210641 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 04:30:55.210652 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:30:55.210660 mtc Stop timer T: 2 s 04:30:55.210676 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" 04:30:55.210696 mtc Start timer T: 2 s 04:30:55.210770 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38 04:30:55.210788 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39 04:30:55.210838 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38 04:30:55.210849 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:30:55.210878 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39 04:30:55.210889 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:30:55.210900 mtc Stop timer T: 2 s 04:30:55.210918 mtc Sent on BSCVTY to system charstring : "end" 04:30:55.210944 mtc Start timer T: 2 s 04:30:55.210987 mtc Message enqueued on BSCVTY from system charstring : " end" id 40 04:30:55.211003 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 04:30:55.211058 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40 04:30:55.211074 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:30:55.211102 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 04:30:55.211117 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:30:55.211131 mtc Stop timer T: 2 s 04:30:55.211149 mtc Sent on BSCVTY to system charstring : "write terminal" 04:30:55.211176 mtc Start timer T: 2 s 04:30:55.211615 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:30:55.211672 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43 04:30:55.213516 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:30:55.213568 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:30:55.213594 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43 04:30:55.213607 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:30:55.213619 mtc Stop timer T: 2 s 04:30:55.213640 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:30:55.213664 mtc Start timer T: 2 s 04:30:55.213800 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 04:30:55.213828 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 04:30:55.213841 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:30:55.213853 mtc Stop timer T: 2 s 04:30:55.213865 mtc Start timer T: 1 s 04:30:55.424903 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B0EA010000005506198FB380000000000000000000000000009D04002B'O } id 1 04:30:55.425104 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 1 04:30:55.660593 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B11D0100000059061A00000000000000000000000000000000FF9D0400'O } id 2 04:30:55.660937 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 2 04:30:55.895971 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B1500100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 3 04:30:55.896351 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 3 04:30:56.131291 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B1830100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 4 04:30:56.131614 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 4 04:30:56.214022 mtc Timeout T: 1 s 04:30:56.214204 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:30:56.214258 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:30:56.214291 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:30:56.214325 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:30:56.214360 mtc Port GSMTAP was cleared. 04:30:56.214399 mtc Start timer T: 8 s 04:30:56.366497 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B1B601000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 5 04:30:56.366808 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 5 04:30:56.367009 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 5 04:30:56.367105 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:30:56.367428 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:30:56.602026 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B1E901000000550602BFE809B3FF00000000000000000000007900002B'O } id 6 04:30:56.602349 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 6 04:30:56.602613 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 6 04:30:56.602738 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:30:56.602966 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:30:56.837387 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B21C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 7 04:30:56.837708 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 7 04:30:56.837921 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 7 04:30:56.838017 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:30:56.838348 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:30:57.072735 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B24F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 8 04:30:57.073152 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 8 04:30:57.073379 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 8 04:30:57.073482 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:30:57.073797 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:30:57.308118 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B282010000005506198FB380000000000000000000000000009D04002B'O } id 9 04:30:57.308493 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 9 04:30:57.308746 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 9 04:30:57.308857 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:30:57.309131 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:30:57.543281 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B2B50100000059061A00000000000000000000000000000000FF9D0400'O } id 10 04:30:57.543655 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 10 04:30:57.543921 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 10 04:30:57.544038 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:30:57.544314 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:30:57.778847 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B2E80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 11 04:30:57.779272 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 11 04:30:57.779524 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 11 04:30:57.779639 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:30:57.779966 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:30:58.013943 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B31B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 12 04:30:58.014206 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 12 04:30:58.014399 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 12 04:30:58.014505 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:30:58.014739 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:30:58.249303 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B34E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 13 04:30:58.249570 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 04:30:58.249776 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 04:30:58.249864 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:30:58.250061 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:30:58.484957 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B38101000000550602BFE809B3FF00000000000000000000007900002B'O } id 14 04:30:58.485354 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 14 04:30:58.485650 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 14 04:30:58.485777 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:30:58.486043 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:30:58.720316 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B3B40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 15 04:30:58.720710 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 15 04:30:58.720936 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 15 04:30:58.721056 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:30:58.721345 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:30:58.955548 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B3E70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 16 04:30:58.955759 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 16 04:30:58.955872 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 16 04:30:58.955930 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:30:58.956184 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:30:59.191026 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B41A010000005506198FB380000000000000000000000000009D04002B'O } id 17 04:30:59.191416 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 17 04:30:59.191677 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009D04002B'O } } id 17 04:30:59.191856 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:30:59.192146 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:30:59.426172 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B44D0100000059061A00000000000000000000000000000000FF9D0400'O } id 18 04:30:59.426450 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 18 04:30:59.426638 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 18 04:30:59.426739 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:30:59.426979 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:30:59.661789 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B4800100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 19 04:30:59.662138 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 19 04:30:59.662381 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 19 04:30:59.662518 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:30:59.662861 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:30:59.896973 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B4B30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 20 04:30:59.897318 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46259, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 20 04:30:59.897541 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46259, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 20 04:30:59.897629 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:30:59.897886 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:31:00.132206 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B4E601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 21 04:31:00.132460 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46310, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 21 04:31:00.132643 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46310, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 21 04:31:00.132749 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:31:00.132918 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:31:00.367860 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B51901000000550602BFE809B3FF00000000000000000000007900002B'O } id 22 04:31:00.368230 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46361, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 22 04:31:00.368501 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46361, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 22 04:31:00.368618 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:31:00.368882 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:31:00.603055 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B54C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 23 04:31:00.603340 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46412, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 23 04:31:00.603521 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46412, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 23 04:31:00.603612 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:31:00.603953 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:31:00.838226 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B57F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 24 04:31:00.838359 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46463, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 24 04:31:00.838432 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46463, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 24 04:31:00.838459 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:31:00.838565 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:31:01.073947 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B5B2010000005506198FB380000000000000000000000000009D04002B'O } id 25 04:31:01.074356 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46514, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 25 04:31:01.074633 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46514, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 25 04:31:01.074763 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:31:01.075034 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:31:01.309315 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B5E50100000059061A00000000000000000000000000000000FF9D0400'O } id 26 04:31:01.309727 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46565, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 26 04:31:01.310000 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46565, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 26 04:31:01.310116 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:31:01.310374 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:31:01.544693 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B6180100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 27 04:31:01.545125 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46616, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 27 04:31:01.545424 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46616, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 27 04:31:01.545575 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:31:01.545900 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:31:01.780077 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B64B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 28 04:31:01.780438 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46667, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 28 04:31:01.780643 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46667, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 28 04:31:01.780732 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:31:01.781013 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:31:02.015228 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B67E01000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 29 04:31:02.015523 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46718, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 29 04:31:02.015786 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46718, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 29 04:31:02.015888 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:31:02.016108 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:31:02.250808 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B6B101000000550602BFE809B3FF00000000000000000000007900002B'O } id 30 04:31:02.251148 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46769, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 30 04:31:02.251367 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46769, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 30 04:31:02.251489 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:31:02.251788 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:31:02.486158 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B6E40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 31 04:31:02.486506 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46820, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 31 04:31:02.486739 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46820, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 31 04:31:02.486842 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:31:02.487158 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:31:02.721215 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B7170100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 32 04:31:02.721573 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46871, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 32 04:31:02.721789 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46871, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 32 04:31:02.721868 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:31:02.722153 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:31:02.956657 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B74A010000005506198FB380000000000000000000000000009D04002B'O } id 33 04:31:02.956997 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46922, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 33 04:31:02.957241 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46922, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 33 04:31:02.957335 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:31:02.957561 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:31:03.192231 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B77D0100000059061A00000000000000000000000000000000FF9D0400'O } id 34 04:31:03.192633 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46973, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 34 04:31:03.192895 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 46973, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 34 04:31:03.192999 mtc Message with id 34 was extracted from the queue of GSMTAP. 04:31:03.193285 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:31:03.427602 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B7B00100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 35 04:31:03.428056 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47024, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 35 04:31:03.428357 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47024, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 35 04:31:03.428473 mtc Message with id 35 was extracted from the queue of GSMTAP. 04:31:03.428788 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:31:03.662774 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B7E30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 36 04:31:03.663106 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47075, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 36 04:31:03.663314 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47075, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 36 04:31:03.663400 mtc Message with id 36 was extracted from the queue of GSMTAP. 04:31:03.663758 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:31:03.898363 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B816010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 37 04:31:03.898717 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47126, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 37 04:31:03.898965 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47126, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 37 04:31:03.899090 mtc Message with id 37 was extracted from the queue of GSMTAP. 04:31:03.899292 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:31:04.133337 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B84901000000550602BFE809B3FF00000000000000000000007900002B'O } id 38 04:31:04.133493 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47177, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 38 04:31:04.133574 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47177, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 38 04:31:04.133603 mtc Message with id 38 was extracted from the queue of GSMTAP. 04:31:04.133693 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:31:04.214474 mtc Timeout T: 8 s 04:31:04.214580 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=0 has #of SI=4 04:31:04.214665 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=1 has #of SI=4 04:31:04.214732 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=2 has #of SI=4 04:31:04.214818 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=3 has #of SI=4 04:31:04.214875 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=4 has #of SI=5 04:31:04.214940 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=5 has #of SI=5 04:31:04.214991 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=6 has #of SI=4 04:31:04.215030 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=7 has #of SI=4 04:31:04.215169 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:31:04.215285 mtc Start timer T: 2 s 04:31:04.215588 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45 04:31:04.215888 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45 04:31:04.215956 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:31:04.216008 mtc Stop timer T: 2 s 04:31:04.216077 mtc Sent on BSCVTY to system charstring : "network" 04:31:04.216321 mtc Start timer T: 2 s 04:31:04.216441 mtc Message enqueued on BSCVTY from system charstring : " network" id 46 04:31:04.216502 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47 04:31:04.216728 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46 04:31:04.216786 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:31:04.216961 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47 04:31:04.217015 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:31:04.217062 mtc Stop timer T: 2 s 04:31:04.217133 mtc Sent on BSCVTY to system charstring : "bts 0" 04:31:04.217232 mtc Start timer T: 2 s 04:31:04.217432 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 48 04:31:04.217505 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 04:31:04.217734 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48 04:31:04.217791 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:31:04.217963 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 04:31:04.218018 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:31:04.218065 mtc Stop timer T: 2 s 04:31:04.218140 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:31:04.218240 mtc Start timer T: 2 s 04:31:04.218544 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50 04:31:04.218615 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51 04:31:04.218787 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50 04:31:04.218831 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:31:04.218945 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51 04:31:04.218984 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:31:04.219015 mtc Stop timer T: 2 s 04:31:04.219057 mtc Sent on BSCVTY to system charstring : "end" 04:31:04.219137 mtc Start timer T: 2 s 04:31:04.219221 mtc Message enqueued on BSCVTY from system charstring : " end" id 52 04:31:04.219237 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53 04:31:04.219273 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52 04:31:04.219282 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:31:04.219296 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53 04:31:04.219303 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:31:04.219311 mtc Stop timer T: 2 s 04:31:04.219323 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:31:04.219342 mtc Start timer T: 2 s 04:31:04.219409 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54 04:31:04.219462 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54 04:31:04.219476 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:31:04.219488 mtc Stop timer T: 2 s 04:31:04.219508 mtc Sent on BSCVTY to system charstring : "network" 04:31:04.219532 mtc Start timer T: 2 s 04:31:04.219573 mtc Message enqueued on BSCVTY from system charstring : " network" id 55 04:31:04.219588 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56 04:31:04.219625 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55 04:31:04.219635 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:31:04.219661 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56 04:31:04.219670 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:31:04.219679 mtc Stop timer T: 2 s 04:31:04.219689 mtc Sent on BSCVTY to system charstring : "bts 0" 04:31:04.219714 mtc Start timer T: 2 s 04:31:04.219762 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 57 04:31:04.219777 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 04:31:04.219814 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57 04:31:04.219825 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:31:04.219851 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 04:31:04.219861 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:31:04.219868 mtc Stop timer T: 2 s 04:31:04.219881 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:31:04.219900 mtc Start timer T: 2 s 04:31:04.219965 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59 04:31:04.219981 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60 04:31:04.220024 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59 04:31:04.220035 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:31:04.220061 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60 04:31:04.220070 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:31:04.220078 mtc Stop timer T: 2 s 04:31:04.220088 mtc Sent on BSCVTY to system charstring : "end" 04:31:04.220143 mtc Start timer T: 2 s 04:31:04.220163 mtc Message enqueued on BSCVTY from system charstring : " end" id 61 04:31:04.220179 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62 04:31:04.220233 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61 04:31:04.220249 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:31:04.220275 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62 04:31:04.220287 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:31:04.220298 mtc Stop timer T: 2 s 04:31:04.220315 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:31:04.220338 mtc Start timer T: 2 s 04:31:04.220395 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63 04:31:04.220445 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63 04:31:04.220459 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:31:04.220470 mtc Stop timer T: 2 s 04:31:04.220486 mtc Sent on BSCVTY to system charstring : "network" 04:31:04.220510 mtc Start timer T: 2 s 04:31:04.220562 mtc Message enqueued on BSCVTY from system charstring : " network" id 64 04:31:04.220592 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65 04:31:04.220656 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64 04:31:04.220672 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:31:04.220721 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65 04:31:04.220737 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:31:04.220749 mtc Stop timer T: 2 s 04:31:04.220763 mtc Sent on BSCVTY to system charstring : "bts 0" 04:31:04.220788 mtc Start timer T: 2 s 04:31:04.220830 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 66 04:31:04.220857 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 04:31:04.220916 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66 04:31:04.220929 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:31:04.220960 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 04:31:04.220970 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:31:04.220977 mtc Stop timer T: 2 s 04:31:04.220990 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:31:04.221016 mtc Start timer T: 2 s 04:31:04.221088 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68 04:31:04.221109 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69 04:31:04.221169 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68 04:31:04.221183 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:31:04.221226 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69 04:31:04.221239 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:31:04.221250 mtc Stop timer T: 2 s 04:31:04.221267 mtc Sent on BSCVTY to system charstring : "end" 04:31:04.221293 mtc Start timer T: 2 s 04:31:04.221336 mtc Message enqueued on BSCVTY from system charstring : " end" id 70 04:31:04.221349 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71 04:31:04.221402 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70 04:31:04.221415 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:31:04.221441 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71 04:31:04.221453 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:31:04.221465 mtc Stop timer T: 2 s 04:31:04.221481 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:31:04.221504 mtc Start timer T: 2 s 04:31:04.221559 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72 04:31:04.221617 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72 04:31:04.221634 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:31:04.221647 mtc Stop timer T: 2 s 04:31:04.221664 mtc Sent on BSCVTY to system charstring : "network" 04:31:04.221690 mtc Start timer T: 2 s 04:31:04.221735 mtc Message enqueued on BSCVTY from system charstring : " network" id 73 04:31:04.221753 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74 04:31:04.221810 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73 04:31:04.221824 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:31:04.221866 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74 04:31:04.221879 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:31:04.221891 mtc Stop timer T: 2 s 04:31:04.221908 mtc Sent on BSCVTY to system charstring : "bts 0" 04:31:04.221931 mtc Start timer T: 2 s 04:31:04.221969 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 75 04:31:04.221984 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 04:31:04.222037 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75 04:31:04.222051 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:31:04.222093 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 04:31:04.222106 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:31:04.222117 mtc Stop timer T: 2 s 04:31:04.222137 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:31:04.222160 mtc Start timer T: 2 s 04:31:04.222239 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 77 04:31:04.222263 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78 04:31:04.222326 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 77 04:31:04.222338 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:31:04.222367 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78 04:31:04.222376 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:31:04.222382 mtc Stop timer T: 2 s 04:31:04.222392 mtc Sent on BSCVTY to system charstring : "end" 04:31:04.222410 mtc Start timer T: 2 s 04:31:04.222446 mtc Message enqueued on BSCVTY from system charstring : " end" id 79 04:31:04.222466 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 04:31:04.222515 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79 04:31:04.222529 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:31:04.222553 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 04:31:04.222567 mtc Message with id 80 was extracted from the queue of BSCVTY. 04:31:04.222578 mtc Stop timer T: 2 s 04:31:04.222595 mtc Sent on BSCVTY to system charstring : "write terminal" 04:31:04.222621 mtc Start timer T: 2 s 04:31:04.222943 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:31:04.222988 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82 04:31:04.224502 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:31:04.224548 mtc Message with id 81 was extracted from the queue of BSCVTY. 04:31:04.224577 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82 04:31:04.224591 mtc Message with id 82 was extracted from the queue of BSCVTY. 04:31:04.224604 mtc Stop timer T: 2 s 04:31:04.224626 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:31:04.224653 mtc Start timer T: 2 s 04:31:04.224814 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83 04:31:04.224872 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83 04:31:04.224893 mtc Message with id 83 was extracted from the queue of BSCVTY. 04:31:04.224910 mtc Stop timer T: 2 s 04:31:04.224926 mtc Start timer T: 1 s 04:31:04.368844 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B87C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 39 04:31:04.369089 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47228, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 39 04:31:04.604302 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B8AF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 40 04:31:04.604627 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47279, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 40 04:31:04.839861 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B8E2010000005506198FB380000000000000000000000000009D04002B'O } id 41 04:31:04.840218 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47330, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 41 04:31:05.074941 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B9150100000059061A00000000000000000000000000000000FF9D0400'O } id 42 04:31:05.075212 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47381, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 42 04:31:05.224946 mtc Timeout T: 1 s 04:31:05.225036 mtc setverdict(pass): none -> pass 04:31:05.249913 mtc Terminating component type Test.dummy_CT. 04:31:05.250047 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:31:05.250167 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:31:05.250245 mtc Message with id 39 was extracted from the queue of GSMTAP. 04:31:05.250316 mtc Message with id 40 was extracted from the queue of GSMTAP. 04:31:05.250378 mtc Message with id 41 was extracted from the queue of GSMTAP. 04:31:05.250432 mtc Message with id 42 was extracted from the queue of GSMTAP. 04:31:05.250480 mtc Port GSMTAP was stopped. 04:31:05.250533 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:31:05.250690 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:31:05.250781 mtc Port BSCVTY was stopped. 04:31:05.250827 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13_2bis_2ter_2quater. 04:31:05.250919 mtc Waiting for PTCs to finish. 04:31:05.251038 mtc Setting final verdict of the test case. 04:31:05.251083 mtc Local verdict of MTC: pass 04:31:05.251132 mtc No PTCs were created. 04:31:05.251171 mtc Test case TC_si_sched_13_2bis_2ter_2quater finished. Verdict: pass 04:31:05.251337 mtc Executing test case TC_neci in module Test. 04:31:05.251420 mtc Test case TC_neci started. 04:31:05.251466 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_neci. 04:31:05.251571 mtc Port GSMTAP was started. 04:31:05.251631 mtc Port BSCVTY was started. 04:31:05.251669 mtc Component type Test.dummy_CT was initialized. 04:31:05.251773 mtc Random number generator was initialized with seed 60.251770: srand48(-968147223). 04:31:05.251843 mtc Function rnd() returned 0.254250. 04:31:05.251990 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:31:05.252148 mtc Port GSMTAP was mapped to system:GSMTAP. 04:31:05.252256 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:31:05.252338 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:31:05.252462 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:31:05.252919 mtc Port BSCVTY was mapped to system:BSCVTY. 04:31:05.253085 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:31:05.253168 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:31:05.253222 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:31:05.253305 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:31:05.253477 mtc Sent on BSCVTY to system charstring : "enable" 04:31:05.253598 mtc Start timer T: 2 s 04:31:05.253792 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:31:05.253967 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:31:05.254065 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:31:05.254131 mtc Stop timer T: 2 s 04:31:05.254204 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:31:05.254505 mtc Start timer T: 2 s 04:31:05.254782 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:31:05.255038 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:31:05.255106 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:31:05.255145 mtc Stop timer T: 2 s 04:31:05.255163 mtc Sent on BSCVTY to system charstring : "network" 04:31:05.255187 mtc Start timer T: 2 s 04:31:05.255245 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:31:05.255262 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:31:05.255312 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:31:05.255324 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:31:05.255359 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:31:05.255369 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:31:05.255377 mtc Stop timer T: 2 s 04:31:05.255390 mtc Sent on BSCVTY to system charstring : "neci 0" 04:31:05.255416 mtc Start timer T: 2 s 04:31:05.255469 mtc Message enqueued on BSCVTY from system charstring : " neci 0" id 5 04:31:05.255491 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6 04:31:05.255536 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " neci 0" id 5 04:31:05.255550 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:31:05.255590 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6 04:31:05.255609 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:31:05.255623 mtc Stop timer T: 2 s 04:31:05.255641 mtc Sent on BSCVTY to system charstring : "end" 04:31:05.255667 mtc Start timer T: 2 s 04:31:05.255713 mtc Message enqueued on BSCVTY from system charstring : " end" id 7 04:31:05.255735 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 8 04:31:05.255793 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 7 04:31:05.255808 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:31:05.255834 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 8 04:31:05.255848 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:31:05.255861 mtc Stop timer T: 2 s 04:31:05.255879 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:31:05.255903 mtc Start timer T: 2 s 04:31:05.256031 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 9 04:31:05.256060 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 9 04:31:05.256074 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:31:05.256086 mtc Stop timer T: 2 s 04:31:05.256100 mtc Start timer T: 1 s 04:31:05.310321 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B9480100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 1 04:31:05.310614 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47432, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 1 04:31:05.545693 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B97B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2 04:31:05.546029 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47483, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 2 04:31:05.781141 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B9AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3 04:31:05.781555 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47534, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 3 04:31:06.016502 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000B9E10100000059061A00000000000000000000000000000000FF9D0400'O } id 4 04:31:06.016872 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47585, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 4 04:31:06.252032 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BA140100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 5 04:31:06.252395 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47636, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 5 04:31:06.256118 mtc Timeout T: 1 s 04:31:06.256262 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:31:06.256326 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:31:06.256376 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:31:06.256414 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:31:06.256460 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:31:06.256494 mtc Port GSMTAP was cleared. 04:31:06.256542 mtc Start timer T: 10 s 04:31:06.487346 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BA470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 6 04:31:06.487790 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47687, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6 04:31:06.488046 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47687, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6 04:31:06.488151 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:31:06.722709 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BA7A010000005506198FB380000000000000000000000000009D04002B'O } id 7 04:31:06.723077 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47738, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 7 04:31:06.723325 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47738, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 7 04:31:06.723457 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:31:06.958078 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BAAD0100000059061A00000000000000000000000000000000FF9D0400'O } id 8 04:31:06.958476 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47789, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 8 04:31:06.958730 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47789, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 8 04:31:06.958886 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:31:07.193469 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BAE00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 9 04:31:07.193831 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47840, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 9 04:31:07.194057 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47840, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 9 04:31:07.194181 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:31:07.194579 mtc setverdict(pass): none -> pass 04:31:07.194732 mtc Terminating component type Test.dummy_CT. 04:31:07.194806 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:31:07.194915 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:31:07.194976 mtc Port GSMTAP was stopped. 04:31:07.195011 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:31:07.195295 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:31:07.195377 mtc Port BSCVTY was stopped. 04:31:07.195433 mtc Component type Test.dummy_CT was shut down inside testcase TC_neci. 04:31:07.195490 mtc Waiting for PTCs to finish. 04:31:07.195611 mtc Setting final verdict of the test case. 04:31:07.195673 mtc Local verdict of MTC: pass 04:31:07.195763 mtc No PTCs were created. 04:31:07.195809 mtc Test case TC_neci finished. Verdict: pass 04:31:07.196008 mtc Executing test case TC_cell_resel_hyst in module Test. 04:31:07.196099 mtc Test case TC_cell_resel_hyst started. 04:31:07.196157 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cell_resel_hyst. 04:31:07.196274 mtc Port GSMTAP was started. 04:31:07.196351 mtc Port BSCVTY was started. 04:31:07.196400 mtc Component type Test.dummy_CT was initialized. 04:31:07.196454 mtc Function rnd() returned 0.440117. 04:31:07.196574 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:31:07.196870 mtc Port GSMTAP was mapped to system:GSMTAP. 04:31:07.197042 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:31:07.197150 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:31:07.197302 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:31:07.197900 mtc Port BSCVTY was mapped to system:BSCVTY. 04:31:07.198059 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:31:07.198165 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:31:07.198235 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:31:07.198311 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:31:07.198550 mtc Sent on BSCVTY to system charstring : "enable" 04:31:07.198693 mtc Start timer T: 2 s 04:31:07.198963 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:31:07.199215 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:31:07.199240 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:31:07.199258 mtc Stop timer T: 2 s 04:31:07.199282 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:31:07.199315 mtc Start timer T: 2 s 04:31:07.199452 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:31:07.199531 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:31:07.199547 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:31:07.199557 mtc Stop timer T: 2 s 04:31:07.199574 mtc Sent on BSCVTY to system charstring : "network" 04:31:07.199600 mtc Start timer T: 2 s 04:31:07.199675 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:31:07.199726 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:31:07.199857 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:31:07.199876 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:31:07.199970 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:31:07.199987 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:31:07.199997 mtc Stop timer T: 2 s 04:31:07.200050 mtc Sent on BSCVTY to system charstring : "bts 0" 04:31:07.200098 mtc Start timer T: 2 s 04:31:07.200232 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:31:07.200259 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:31:07.200329 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:31:07.200351 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:31:07.200411 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:31:07.200433 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:31:07.200447 mtc Stop timer T: 2 s 04:31:07.200470 mtc Sent on BSCVTY to system charstring : "cell reselection hysteresis 6" 04:31:07.200498 mtc Start timer T: 2 s 04:31:07.200668 mtc Message enqueued on BSCVTY from system charstring : " cell reselection hysteresis 6" id 7 04:31:07.200709 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:31:07.200804 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell reselection hysteresis 6" id 7 04:31:07.200825 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:31:07.200873 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:31:07.200887 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:31:07.200899 mtc Stop timer T: 2 s 04:31:07.200935 mtc Sent on BSCVTY to system charstring : "end" 04:31:07.201046 mtc Start timer T: 2 s 04:31:07.201075 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:31:07.201101 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:31:07.201189 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:31:07.201208 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:31:07.201231 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:31:07.201242 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:31:07.201252 mtc Stop timer T: 2 s 04:31:07.201271 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:31:07.201571 mtc Start timer T: 2 s 04:31:07.201606 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:31:07.201652 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:31:07.201675 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:31:07.201701 mtc Stop timer T: 2 s 04:31:07.201728 mtc Start timer T: 1 s 04:31:07.428828 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BB130100000031061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:31:07.429221 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47891, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:31:07.664002 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BB46010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:31:07.664327 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47942, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 04:31:07.899561 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BB790100000059061A00000000000000000000000000000000FF9D0400'O } id 3 04:31:07.900018 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 47993, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 04:31:08.134777 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BBAC0100000049061B51E062F224334F110101107D2D9D0400392B2B2B'O } id 4 04:31:08.135147 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48044, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D2D9D0400392B2B2B'O } } id 4 04:31:08.201752 mtc Timeout T: 1 s 04:31:08.201905 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:31:08.201953 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:31:08.201982 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:31:08.202017 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:31:08.202063 mtc Port GSMTAP was cleared. 04:31:08.202097 mtc Start timer T: 10 s 04:31:08.370258 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BBDF0100000031061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:31:08.370606 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48095, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:31:08.370859 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48095, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:31:08.371003 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:31:08.605469 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BC12010000005506198FB380000000000000000000000000009D04002B'O } id 6 04:31:08.605750 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48146, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 04:31:08.605917 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48146, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 04:31:08.605996 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:31:08.840803 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BC450100000059061A00000000000000000000000000000000FF9D0400'O } id 7 04:31:08.841083 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48197, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:31:08.841262 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48197, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:31:08.841373 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:31:09.076385 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BC780100000049061B51E062F224334F110101107D2D9D0400392B2B2B'O } id 8 04:31:09.076777 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48248, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D2D9D0400392B2B2B'O } } id 8 04:31:09.077034 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48248, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D2D9D0400392B2B2B'O } } id 8 04:31:09.077171 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:31:09.077533 mtc setverdict(pass): none -> pass 04:31:09.077646 mtc Terminating component type Test.dummy_CT. 04:31:09.077721 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:31:09.077814 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:31:09.077885 mtc Port GSMTAP was stopped. 04:31:09.077939 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:31:09.078247 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:31:09.078355 mtc Port BSCVTY was stopped. 04:31:09.078410 mtc Component type Test.dummy_CT was shut down inside testcase TC_cell_resel_hyst. 04:31:09.078481 mtc Waiting for PTCs to finish. 04:31:09.078639 mtc Setting final verdict of the test case. 04:31:09.078769 mtc Local verdict of MTC: pass 04:31:09.078846 mtc No PTCs were created. 04:31:09.078899 mtc Test case TC_cell_resel_hyst finished. Verdict: pass 04:31:09.079067 mtc Executing test case TC_rxlev_acc_min in module Test. 04:31:09.079313 mtc Test case TC_rxlev_acc_min started. 04:31:09.079382 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rxlev_acc_min. 04:31:09.079501 mtc Port GSMTAP was started. 04:31:09.079578 mtc Port BSCVTY was started. 04:31:09.079608 mtc Component type Test.dummy_CT was initialized. 04:31:09.079656 mtc Function rnd() returned 0.383357. 04:31:09.079818 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:31:09.080033 mtc Port GSMTAP was mapped to system:GSMTAP. 04:31:09.080239 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:31:09.080336 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:31:09.080484 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:31:09.080947 mtc Port BSCVTY was mapped to system:BSCVTY. 04:31:09.081092 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:31:09.081178 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:31:09.081258 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:31:09.081332 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:31:09.081542 mtc Sent on BSCVTY to system charstring : "enable" 04:31:09.081829 mtc Start timer T: 2 s 04:31:09.081937 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:31:09.082102 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:31:09.082176 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:31:09.082234 mtc Stop timer T: 2 s 04:31:09.082309 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:31:09.082691 mtc Start timer T: 2 s 04:31:09.082947 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:31:09.083221 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:31:09.083294 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:31:09.083353 mtc Stop timer T: 2 s 04:31:09.083437 mtc Sent on BSCVTY to system charstring : "network" 04:31:09.083674 mtc Start timer T: 2 s 04:31:09.083852 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:31:09.083927 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:31:09.084199 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:31:09.084270 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:31:09.084471 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:31:09.084536 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:31:09.084593 mtc Stop timer T: 2 s 04:31:09.084675 mtc Sent on BSCVTY to system charstring : "bts 0" 04:31:09.084925 mtc Start timer T: 2 s 04:31:09.085062 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:31:09.085134 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:31:09.085215 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:31:09.085235 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:31:09.085295 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:31:09.085314 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:31:09.085330 mtc Stop timer T: 2 s 04:31:09.085355 mtc Sent on BSCVTY to system charstring : "rxlev access min 24" 04:31:09.085390 mtc Start timer T: 2 s 04:31:09.085516 mtc Message enqueued on BSCVTY from system charstring : " rxlev access min 24" id 7 04:31:09.085548 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:31:09.085625 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rxlev access min 24" id 7 04:31:09.085643 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:31:09.085702 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:31:09.085717 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:31:09.085729 mtc Stop timer T: 2 s 04:31:09.085746 mtc Sent on BSCVTY to system charstring : "end" 04:31:09.085781 mtc Start timer T: 2 s 04:31:09.085851 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:31:09.085873 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:31:09.085942 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:31:09.085960 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:31:09.085982 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:31:09.085992 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:31:09.086007 mtc Stop timer T: 2 s 04:31:09.086031 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:31:09.086058 mtc Start timer T: 2 s 04:31:09.086412 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:31:09.086467 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:31:09.086484 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:31:09.086501 mtc Stop timer T: 2 s 04:31:09.086514 mtc Start timer T: 1 s 04:31:09.311473 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BCAB0100000031061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:31:09.311736 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48299, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:31:09.547115 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BCDE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:31:09.547475 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48350, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 04:31:09.782423 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BD110100000059061A00000000000000000000000000000000FF9D0400'O } id 3 04:31:09.782791 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48401, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 04:31:10.017611 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BD440100000049061B51E062F224334F110101107D189D0400392B2B2B'O } id 4 04:31:10.017916 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48452, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D189D0400392B2B2B'O } } id 4 04:31:10.086532 mtc Timeout T: 1 s 04:31:10.086689 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:31:10.086736 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:31:10.086770 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:31:10.086802 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:31:10.086837 mtc Port GSMTAP was cleared. 04:31:10.086871 mtc Start timer T: 10 s 04:31:10.253192 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BD770100000031061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:31:10.253584 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48503, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:31:10.253858 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48503, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:31:10.254004 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:31:10.488464 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BDAA010000005506198FB380000000000000000000000000009D04002B'O } id 6 04:31:10.488886 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48554, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 04:31:10.489154 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48554, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 04:31:10.489271 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:31:10.723955 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BDDD0100000059061A00000000000000000000000000000000FF9D0400'O } id 7 04:31:10.724304 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48605, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:31:10.724511 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48605, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:31:10.724673 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:31:10.959305 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BE100100000049061B51E062F224334F110101107D189D0400392B2B2B'O } id 8 04:31:10.959743 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48656, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D189D0400392B2B2B'O } } id 8 04:31:10.960002 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48656, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D189D0400392B2B2B'O } } id 8 04:31:10.960110 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:31:10.960481 mtc setverdict(pass): none -> pass 04:31:10.960577 mtc Terminating component type Test.dummy_CT. 04:31:10.960653 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:31:10.960758 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:31:10.960820 mtc Port GSMTAP was stopped. 04:31:10.960872 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:31:10.961020 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:31:10.961086 mtc Port BSCVTY was stopped. 04:31:10.961133 mtc Component type Test.dummy_CT was shut down inside testcase TC_rxlev_acc_min. 04:31:10.961197 mtc Waiting for PTCs to finish. 04:31:10.961333 mtc Setting final verdict of the test case. 04:31:10.961387 mtc Local verdict of MTC: pass 04:31:10.961444 mtc No PTCs were created. 04:31:10.961496 mtc Test case TC_rxlev_acc_min finished. Verdict: pass 04:31:10.961660 mtc Executing test case TC_cellid in module Test. 04:31:10.961738 mtc Test case TC_cellid started. 04:31:10.961791 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cellid. 04:31:10.961905 mtc Port GSMTAP was started. 04:31:10.961972 mtc Port BSCVTY was started. 04:31:10.962017 mtc Component type Test.dummy_CT was initialized. 04:31:10.962072 mtc Function rnd() returned 0.082923. 04:31:10.962187 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:31:10.962329 mtc Port GSMTAP was mapped to system:GSMTAP. 04:31:10.962502 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:31:10.962592 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:31:10.962768 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:31:10.963243 mtc Port BSCVTY was mapped to system:BSCVTY. 04:31:10.963383 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:31:10.963469 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:31:10.963540 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:31:10.963606 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:31:10.963834 mtc Sent on BSCVTY to system charstring : "enable" 04:31:10.963968 mtc Start timer T: 2 s 04:31:10.964134 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:31:10.964188 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:31:10.964209 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:31:10.964227 mtc Stop timer T: 2 s 04:31:10.964250 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:31:10.964284 mtc Start timer T: 2 s 04:31:10.964406 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:31:10.964481 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:31:10.964503 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:31:10.964521 mtc Stop timer T: 2 s 04:31:10.964546 mtc Sent on BSCVTY to system charstring : "network" 04:31:10.964581 mtc Start timer T: 2 s 04:31:10.964653 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:31:10.964678 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:31:10.964765 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:31:10.964786 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:31:10.964849 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:31:10.964869 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:31:10.964886 mtc Stop timer T: 2 s 04:31:10.964914 mtc Sent on BSCVTY to system charstring : "bts 0" 04:31:10.964946 mtc Start timer T: 2 s 04:31:10.965021 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:31:10.965047 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:31:10.965133 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:31:10.965153 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:31:10.965216 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:31:10.965236 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:31:10.965254 mtc Stop timer T: 2 s 04:31:10.965283 mtc Sent on BSCVTY to system charstring : "cell_identity 5434" 04:31:10.965405 mtc Start timer T: 2 s 04:31:10.965452 mtc Message enqueued on BSCVTY from system charstring : " cell_identity 5434" id 7 04:31:10.965475 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:31:10.965563 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell_identity 5434" id 7 04:31:10.965583 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:31:10.965647 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:31:10.965666 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:31:10.965683 mtc Stop timer T: 2 s 04:31:10.965707 mtc Sent on BSCVTY to system charstring : "end" 04:31:10.965742 mtc Start timer T: 2 s 04:31:10.965807 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:31:10.965831 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:31:10.965915 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:31:10.965936 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:31:10.965975 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:31:10.965994 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:31:10.966012 mtc Stop timer T: 2 s 04:31:10.966040 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:31:10.966073 mtc Start timer T: 2 s 04:31:10.966259 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:31:10.966312 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:31:10.966342 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:31:10.966361 mtc Stop timer T: 2 s 04:31:10.966379 mtc Start timer T: 1 s 04:31:11.194670 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BE430100000031061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:31:11.195001 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48707, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:31:11.429901 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BE76010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:31:11.430190 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48758, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 04:31:11.665215 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BEA90100000059061A00000000000000000000000000000000FF9D0400'O } id 3 04:31:11.665569 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48809, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 04:31:11.900485 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BEDC0100000049061B153A62F224334F110101107D189D0400392B2B2B'O } id 4 04:31:11.900795 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48860, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224334F110101107D189D0400392B2B2B'O } } id 4 04:31:11.966405 mtc Timeout T: 1 s 04:31:11.966573 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:31:11.966631 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:31:11.966669 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:31:11.966703 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:31:11.966732 mtc Port GSMTAP was cleared. 04:31:11.966767 mtc Start timer T: 10 s 04:31:12.136101 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BF0F0100000031061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:31:12.136448 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48911, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:31:12.136692 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48911, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D189D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:31:12.136805 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:31:12.371469 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BF42010000005506198FB380000000000000000000000000009D04002B'O } id 6 04:31:12.371845 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48962, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 04:31:12.372056 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 48962, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 04:31:12.372160 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:31:12.606771 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BF750100000059061A00000000000000000000000000000000FF9D0400'O } id 7 04:31:12.607160 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49013, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:31:12.607407 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49013, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:31:12.607538 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:31:12.842202 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BFA80100000049061B153A62F224334F110101107D189D0400392B2B2B'O } id 8 04:31:12.842611 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49064, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224334F110101107D189D0400392B2B2B'O } } id 8 04:31:12.842879 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49064, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224334F110101107D189D0400392B2B2B'O } } id 8 04:31:12.843005 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:31:12.843359 mtc setverdict(pass): none -> pass 04:31:12.843452 mtc Terminating component type Test.dummy_CT. 04:31:12.843517 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:31:12.843609 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:31:12.843674 mtc Port GSMTAP was stopped. 04:31:12.843781 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:31:12.843918 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:31:12.844003 mtc Port BSCVTY was stopped. 04:31:12.844065 mtc Component type Test.dummy_CT was shut down inside testcase TC_cellid. 04:31:12.844129 mtc Waiting for PTCs to finish. 04:31:12.844221 mtc Setting final verdict of the test case. 04:31:12.844261 mtc Local verdict of MTC: pass 04:31:12.844309 mtc No PTCs were created. 04:31:12.844353 mtc Test case TC_cellid finished. Verdict: pass 04:31:12.844678 mtc Executing test case TC_lac in module Test. 04:31:12.844766 mtc Test case TC_lac started. 04:31:12.844818 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_lac. 04:31:12.844933 mtc Port GSMTAP was started. 04:31:12.844998 mtc Port BSCVTY was started. 04:31:12.845046 mtc Component type Test.dummy_CT was initialized. 04:31:12.845097 mtc Function rnd() returned 0.810667. 04:31:12.845232 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:31:12.845354 mtc Port GSMTAP was mapped to system:GSMTAP. 04:31:12.845459 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:31:12.845531 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:31:12.845656 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:31:12.846106 mtc Port BSCVTY was mapped to system:BSCVTY. 04:31:12.846251 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:31:12.846338 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:31:12.846416 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:31:12.846481 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:31:12.846667 mtc Sent on BSCVTY to system charstring : "enable" 04:31:12.846792 mtc Start timer T: 2 s 04:31:12.846990 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:31:12.847118 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:31:12.847166 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:31:12.847203 mtc Stop timer T: 2 s 04:31:12.847251 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:31:12.847518 mtc Start timer T: 2 s 04:31:12.847802 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:31:12.848059 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:31:12.848128 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:31:12.848189 mtc Stop timer T: 2 s 04:31:12.848263 mtc Sent on BSCVTY to system charstring : "network" 04:31:12.848385 mtc Start timer T: 2 s 04:31:12.848657 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:31:12.848732 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:31:12.849017 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:31:12.849086 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:31:12.849275 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:31:12.849330 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:31:12.849380 mtc Stop timer T: 2 s 04:31:12.849456 mtc Sent on BSCVTY to system charstring : "bts 0" 04:31:12.849546 mtc Start timer T: 2 s 04:31:12.849815 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:31:12.849960 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:31:12.850246 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:31:12.850324 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:31:12.850543 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:31:12.850618 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:31:12.850675 mtc Stop timer T: 2 s 04:31:12.850772 mtc Sent on BSCVTY to system charstring : "location_area_code 53127" 04:31:12.851136 mtc Start timer T: 2 s 04:31:12.851297 mtc Message enqueued on BSCVTY from system charstring : " location_area_code 53127" id 7 04:31:12.851370 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:31:12.851662 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " location_area_code 53127" id 7 04:31:12.851775 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:31:12.851977 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:31:12.852040 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:31:12.852094 mtc Stop timer T: 2 s 04:31:12.852170 mtc Sent on BSCVTY to system charstring : "end" 04:31:12.852284 mtc Start timer T: 2 s 04:31:12.852489 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:31:12.852562 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:31:12.852735 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:31:12.852783 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:31:12.852853 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:31:12.852895 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:31:12.852934 mtc Stop timer T: 2 s 04:31:12.852990 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:31:12.854059 mtc Start timer T: 2 s 04:31:12.854190 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:31:12.854335 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:31:12.854424 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:31:12.854464 mtc Stop timer T: 2 s 04:31:12.854498 mtc Start timer T: 1 s 04:31:13.077564 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000BFDB0100000031061C62F224CF877D189D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:31:13.077895 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49115, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D189D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:31:13.312731 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C00E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:31:13.313024 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49166, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 04:31:13.548256 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C0410100000059061A00000000000000000000000000000000FF9D0400'O } id 3 04:31:13.548589 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49217, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 04:31:13.783629 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C0740100000049061B153A62F224CF87110101107D189D0400392B2B2B'O } id 4 04:31:13.784004 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49268, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D189D0400392B2B2B'O } } id 4 04:31:13.854530 mtc Timeout T: 1 s 04:31:13.854656 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:31:13.854703 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:31:13.854743 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:31:13.854774 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:31:13.854814 mtc Port GSMTAP was cleared. 04:31:13.854844 mtc Start timer T: 10 s 04:31:14.018790 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C0A70100000031061C62F224CF877D189D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:31:14.019062 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49319, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D189D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:31:14.019223 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49319, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D189D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:31:14.019294 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:31:14.254201 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C0DA010000005506198FB380000000000000000000000000009D04002B'O } id 6 04:31:14.254471 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49370, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 04:31:14.254646 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49370, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 04:31:14.254749 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:31:14.489748 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C10D0100000059061A00000000000000000000000000000000FF9D0400'O } id 7 04:31:14.490111 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49421, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:31:14.490430 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49421, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:31:14.490608 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:31:14.725111 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C1400100000049061B153A62F224CF87110101107D189D0400392B2B2B'O } id 8 04:31:14.725477 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49472, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D189D0400392B2B2B'O } } id 8 04:31:14.725682 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49472, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D189D0400392B2B2B'O } } id 8 04:31:14.725784 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:31:14.726150 mtc setverdict(pass): none -> pass 04:31:14.726260 mtc Terminating component type Test.dummy_CT. 04:31:14.726332 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:31:14.726469 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:31:14.726549 mtc Port GSMTAP was stopped. 04:31:14.726606 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:31:14.726758 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:31:14.726831 mtc Port BSCVTY was stopped. 04:31:14.726879 mtc Component type Test.dummy_CT was shut down inside testcase TC_lac. 04:31:14.726931 mtc Waiting for PTCs to finish. 04:31:14.727123 mtc Setting final verdict of the test case. 04:31:14.727201 mtc Local verdict of MTC: pass 04:31:14.727258 mtc No PTCs were created. 04:31:14.727309 mtc Test case TC_lac finished. Verdict: pass 04:31:14.727495 mtc Executing test case TC_rach_tx_int in module Test. 04:31:14.727592 mtc Test case TC_rach_tx_int started. 04:31:14.727630 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_tx_int. 04:31:14.727778 mtc Port GSMTAP was started. 04:31:14.727858 mtc Port BSCVTY was started. 04:31:14.727907 mtc Component type Test.dummy_CT was initialized. 04:31:14.727961 mtc Function rnd() returned 0.741536. 04:31:14.728098 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:31:14.728231 mtc Port GSMTAP was mapped to system:GSMTAP. 04:31:14.728345 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:31:14.728416 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:31:14.728551 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:31:14.729017 mtc Port BSCVTY was mapped to system:BSCVTY. 04:31:14.729175 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:31:14.729265 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:31:14.729345 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:31:14.729437 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:31:14.729612 mtc Sent on BSCVTY to system charstring : "enable" 04:31:14.729742 mtc Start timer T: 2 s 04:31:14.729904 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:31:14.730056 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:31:14.730124 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:31:14.730145 mtc Stop timer T: 2 s 04:31:14.730171 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:31:14.730213 mtc Start timer T: 2 s 04:31:14.730338 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:31:14.730433 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:31:14.730460 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:31:14.730481 mtc Stop timer T: 2 s 04:31:14.730511 mtc Sent on BSCVTY to system charstring : "network" 04:31:14.730549 mtc Start timer T: 2 s 04:31:14.730621 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:31:14.730647 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:31:14.730742 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:31:14.730765 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:31:14.730835 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:31:14.730857 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:31:14.730876 mtc Stop timer T: 2 s 04:31:14.730906 mtc Sent on BSCVTY to system charstring : "bts 0" 04:31:14.730943 mtc Start timer T: 2 s 04:31:14.731027 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:31:14.731053 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:31:14.731145 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:31:14.731168 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:31:14.731238 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:31:14.731260 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:31:14.731279 mtc Stop timer T: 2 s 04:31:14.731311 mtc Sent on BSCVTY to system charstring : "rach tx integer 11" 04:31:14.731349 mtc Start timer T: 2 s 04:31:14.731455 mtc Message enqueued on BSCVTY from system charstring : " rach tx integer 11" id 7 04:31:14.731480 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:31:14.731575 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach tx integer 11" id 7 04:31:14.731597 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:31:14.731665 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:31:14.731687 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:31:14.731726 mtc Stop timer T: 2 s 04:31:14.731756 mtc Sent on BSCVTY to system charstring : "end" 04:31:14.731797 mtc Start timer T: 2 s 04:31:14.731890 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:31:14.731922 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:31:14.732020 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:31:14.732047 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:31:14.732102 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:31:14.732126 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:31:14.732146 mtc Stop timer T: 2 s 04:31:14.732178 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:31:14.732520 mtc Start timer T: 2 s 04:31:14.732561 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:31:14.732614 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:31:14.732645 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:31:14.732666 mtc Stop timer T: 2 s 04:31:14.732688 mtc Start timer T: 1 s 04:31:14.960283 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C1730100000031061C62F224CF877D18AD04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:31:14.960554 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49523, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D18AD04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:31:15.195667 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C1A6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:31:15.195990 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49574, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 04:31:15.431196 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C1D90100000059061A00000000000000000000000000000000FFAD0400'O } id 3 04:31:15.431580 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49625, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFAD0400'O } } id 3 04:31:15.666354 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C20C0100000049061B153A62F224CF87110101107D18AD0400392B2B2B'O } id 4 04:31:15.666661 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49676, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D18AD0400392B2B2B'O } } id 4 04:31:15.732715 mtc Timeout T: 1 s 04:31:15.732870 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:31:15.732921 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:31:15.732954 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:31:15.732983 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:31:15.733015 mtc Port GSMTAP was cleared. 04:31:15.733052 mtc Start timer T: 10 s 04:31:15.901955 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C23F0100000031061C62F224CF877D18AD04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:31:15.902316 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49727, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D18AD04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:31:15.902541 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49727, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D18AD04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:31:15.902661 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:31:16.137137 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C272010000005506198FB38000000000000000000000000000AD04002B'O } id 6 04:31:16.137490 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49778, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000AD04002B'O } } id 6 04:31:16.137691 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49778, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000AD04002B'O } } id 6 04:31:16.137776 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:31:16.372353 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C2A50100000059061A00000000000000000000000000000000FFAD0400'O } id 7 04:31:16.372613 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49829, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFAD0400'O } } id 7 04:31:16.372808 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49829, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFAD0400'O } } id 7 04:31:16.372930 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:31:16.607818 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C2D80100000049061B153A62F224CF87110101107D18AD0400392B2B2B'O } id 8 04:31:16.608173 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49880, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D18AD0400392B2B2B'O } } id 8 04:31:16.608403 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49880, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D18AD0400392B2B2B'O } } id 8 04:31:16.608497 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:31:16.608740 mtc setverdict(pass): none -> pass 04:31:16.608812 mtc Terminating component type Test.dummy_CT. 04:31:16.608852 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:31:16.608921 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:31:16.608958 mtc Port GSMTAP was stopped. 04:31:16.608986 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:31:16.609088 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:31:16.609131 mtc Port BSCVTY was stopped. 04:31:16.609155 mtc Component type Test.dummy_CT was shut down inside testcase TC_rach_tx_int. 04:31:16.609188 mtc Waiting for PTCs to finish. 04:31:16.609502 mtc Setting final verdict of the test case. 04:31:16.609570 mtc Local verdict of MTC: pass 04:31:16.609634 mtc No PTCs were created. 04:31:16.609688 mtc Test case TC_rach_tx_int finished. Verdict: pass 04:31:16.609817 mtc Executing test case TC_rach_max_tx in module Test. 04:31:16.609903 mtc Test case TC_rach_max_tx started. 04:31:16.609953 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_max_tx. 04:31:16.610065 mtc Port GSMTAP was started. 04:31:16.610128 mtc Port BSCVTY was started. 04:31:16.610169 mtc Component type Test.dummy_CT was initialized. 04:31:16.610222 mtc Function rnd() returned 0.192590. 04:31:16.610347 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:31:16.610496 mtc Port GSMTAP was mapped to system:GSMTAP. 04:31:16.610613 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:31:16.610677 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:31:16.610814 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:31:16.611322 mtc Port BSCVTY was mapped to system:BSCVTY. 04:31:16.611467 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:31:16.611538 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:31:16.611612 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:31:16.611738 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:31:16.611906 mtc Sent on BSCVTY to system charstring : "enable" 04:31:16.612021 mtc Start timer T: 2 s 04:31:16.612209 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:31:16.612360 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:31:16.612419 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:31:16.612468 mtc Stop timer T: 2 s 04:31:16.612532 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:31:16.612630 mtc Start timer T: 2 s 04:31:16.612955 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:31:16.613132 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:31:16.613147 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:31:16.613159 mtc Stop timer T: 2 s 04:31:16.613177 mtc Sent on BSCVTY to system charstring : "network" 04:31:16.613201 mtc Start timer T: 2 s 04:31:16.613259 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:31:16.613276 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:31:16.613335 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:31:16.613349 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:31:16.613394 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:31:16.613408 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:31:16.613419 mtc Stop timer T: 2 s 04:31:16.613438 mtc Sent on BSCVTY to system charstring : "bts 0" 04:31:16.613461 mtc Start timer T: 2 s 04:31:16.613518 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:31:16.613536 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:31:16.613594 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:31:16.613609 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:31:16.613651 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:31:16.613665 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:31:16.613677 mtc Stop timer T: 2 s 04:31:16.613699 mtc Sent on BSCVTY to system charstring : "rach max transmission 1" 04:31:16.613722 mtc Start timer T: 2 s 04:31:16.613816 mtc Message enqueued on BSCVTY from system charstring : " rach max transmission 1" id 7 04:31:16.613833 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:31:16.613874 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach max transmission 1" id 7 04:31:16.613884 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:31:16.613911 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:31:16.613919 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:31:16.613925 mtc Stop timer T: 2 s 04:31:16.613936 mtc Sent on BSCVTY to system charstring : "end" 04:31:16.613956 mtc Start timer T: 2 s 04:31:16.614025 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:31:16.614042 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:31:16.614096 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:31:16.614112 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:31:16.614139 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:31:16.614153 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:31:16.614166 mtc Stop timer T: 2 s 04:31:16.614185 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:31:16.614403 mtc Start timer T: 2 s 04:31:16.614428 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:31:16.614462 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:31:16.614482 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:31:16.614495 mtc Stop timer T: 2 s 04:31:16.614508 mtc Start timer T: 1 s 04:31:16.843395 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C30B0100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:31:16.843813 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49931, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:31:17.078784 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C33E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:31:17.079137 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 49982, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 04:31:17.313941 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C3710100000059061A00000000000000000000000000000000FF2D0400'O } id 3 04:31:17.314240 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50033, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 3 04:31:17.549299 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C3A40100000049061B153A62F224CF87110101107D182D0400392B2B2B'O } id 4 04:31:17.549585 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50084, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } } id 4 04:31:17.614528 mtc Timeout T: 1 s 04:31:17.614686 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:31:17.614736 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:31:17.614766 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:31:17.614792 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:31:17.614849 mtc Port GSMTAP was cleared. 04:31:17.614887 mtc Start timer T: 10 s 04:31:17.784846 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C3D70100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:31:17.785176 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50135, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:31:17.785380 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50135, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:31:17.785473 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:31:18.020254 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C40A010000005506198FB380000000000000000000000000002D04002B'O } id 6 04:31:18.020652 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50186, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000002D04002B'O } } id 6 04:31:18.020913 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50186, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000002D04002B'O } } id 6 04:31:18.021024 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:31:18.255379 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C43D0100000059061A00000000000000000000000000000000FF2D0400'O } id 7 04:31:18.255652 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50237, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 04:31:18.255881 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50237, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 04:31:18.255985 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:31:18.490815 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C4700100000049061B153A62F224CF87110101107D182D0400392B2B2B'O } id 8 04:31:18.491131 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50288, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } } id 8 04:31:18.491311 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50288, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } } id 8 04:31:18.491396 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:31:18.491808 mtc setverdict(pass): none -> pass 04:31:18.491930 mtc Terminating component type Test.dummy_CT. 04:31:18.492012 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:31:18.492123 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:31:18.492182 mtc Port GSMTAP was stopped. 04:31:18.492231 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:31:18.492368 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:31:18.492448 mtc Port BSCVTY was stopped. 04:31:18.492512 mtc Component type Test.dummy_CT was shut down inside testcase TC_rach_max_tx. 04:31:18.492578 mtc Waiting for PTCs to finish. 04:31:18.492693 mtc Setting final verdict of the test case. 04:31:18.492741 mtc Local verdict of MTC: pass 04:31:18.492792 mtc No PTCs were created. 04:31:18.492846 mtc Test case TC_rach_max_tx finished. Verdict: pass 04:31:18.492985 mtc Executing test case TC_attach in module Test. 04:31:18.493065 mtc Test case TC_attach started. 04:31:18.493115 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_attach. 04:31:18.493228 mtc Port GSMTAP was started. 04:31:18.493293 mtc Port BSCVTY was started. 04:31:18.493339 mtc Component type Test.dummy_CT was initialized. 04:31:18.493391 mtc Function rnd() returned 0.472081. 04:31:18.493510 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:31:18.493631 mtc Port GSMTAP was mapped to system:GSMTAP. 04:31:18.493741 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:31:18.493813 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:31:18.493949 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:31:18.494412 mtc Port BSCVTY was mapped to system:BSCVTY. 04:31:18.494558 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:31:18.494650 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:31:18.494727 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:31:18.494818 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:31:18.494992 mtc Sent on BSCVTY to system charstring : "enable" 04:31:18.495123 mtc Start timer T: 2 s 04:31:18.495285 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:31:18.495411 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:31:18.495459 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:31:18.495491 mtc Stop timer T: 2 s 04:31:18.495538 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:31:18.495623 mtc Start timer T: 2 s 04:31:18.496020 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:31:18.496226 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:31:18.496280 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:31:18.496308 mtc Stop timer T: 2 s 04:31:18.496345 mtc Sent on BSCVTY to system charstring : "network" 04:31:18.496415 mtc Start timer T: 2 s 04:31:18.496515 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:31:18.496555 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:31:18.496663 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:31:18.496688 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:31:18.496769 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:31:18.496801 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:31:18.496824 mtc Stop timer T: 2 s 04:31:18.496855 mtc Sent on BSCVTY to system charstring : "bts 0" 04:31:18.496997 mtc Start timer T: 2 s 04:31:18.497059 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:31:18.497098 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:31:18.497186 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:31:18.497212 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:31:18.497273 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:31:18.497291 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:31:18.497304 mtc Stop timer T: 2 s 04:31:18.497330 mtc Sent on BSCVTY to system charstring : "channel-descrption attach 0" 04:31:18.497366 mtc Start timer T: 2 s 04:31:18.497563 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption attach 0" id 7 04:31:18.497661 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:31:18.497892 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption attach 0" id 7 04:31:18.497926 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:31:18.498071 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:31:18.498099 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:31:18.498121 mtc Stop timer T: 2 s 04:31:18.498156 mtc Sent on BSCVTY to system charstring : "end" 04:31:18.498208 mtc Start timer T: 2 s 04:31:18.498337 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:31:18.498375 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:31:18.498489 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:31:18.498548 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:31:18.498654 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:31:18.498683 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:31:18.498708 mtc Stop timer T: 2 s 04:31:18.498752 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:31:18.498800 mtc Start timer T: 2 s 04:31:18.499082 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:31:18.499257 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:31:18.499294 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:31:18.499318 mtc Stop timer T: 2 s 04:31:18.499342 mtc Start timer T: 1 s 04:31:18.726358 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C4A30100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:31:18.726742 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50339, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:31:18.961722 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C4D6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:31:18.962107 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50390, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 04:31:19.196853 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C5090100000059061A00000000000000000000000000000000FF2D0400'O } id 3 04:31:19.197157 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50441, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 3 04:31:19.432455 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C53C0100000049061B153A62F224CF87110101107D182D0400392B2B2B'O } id 4 04:31:19.432851 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50492, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } } id 4 04:31:19.499375 mtc Timeout T: 1 s 04:31:19.499546 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:31:19.499627 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:31:19.499687 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:31:19.499797 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:31:19.499882 mtc Port GSMTAP was cleared. 04:31:19.499937 mtc Start timer T: 10 s 04:31:19.667778 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C56F0100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:31:19.668099 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50543, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:31:19.668294 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50543, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:31:19.668415 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:31:19.902888 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C5A2010000005506198FB380000000000000000000000000002D04002B'O } id 6 04:31:19.903198 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50594, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000002D04002B'O } } id 6 04:31:19.903362 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50594, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000002D04002B'O } } id 6 04:31:19.903463 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:31:20.138551 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C5D50100000059061A00000000000000000000000000000000FF2D0400'O } id 7 04:31:20.138889 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50645, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 04:31:20.139139 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50645, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 04:31:20.139257 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:31:20.373689 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C6080100000049061B153A62F224CF87110101107D182D0400392B2B2B'O } id 8 04:31:20.374000 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50696, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } } id 8 04:31:20.374200 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50696, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } } id 8 04:31:20.374297 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:31:20.374586 mtc setverdict(pass): none -> pass 04:31:20.374663 mtc Terminating component type Test.dummy_CT. 04:31:20.374721 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:31:20.374811 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:31:20.374862 mtc Port GSMTAP was stopped. 04:31:20.374908 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:31:20.375034 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:31:20.375112 mtc Port BSCVTY was stopped. 04:31:20.375159 mtc Component type Test.dummy_CT was shut down inside testcase TC_attach. 04:31:20.375199 mtc Waiting for PTCs to finish. 04:31:20.375340 mtc Setting final verdict of the test case. 04:31:20.375405 mtc Local verdict of MTC: pass 04:31:20.375468 mtc No PTCs were created. 04:31:20.375519 mtc Test case TC_attach finished. Verdict: pass 04:31:20.375636 mtc Executing test case TC_dtx_ul in module Test. 04:31:20.375734 mtc Test case TC_dtx_ul started. 04:31:20.375788 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_dtx_ul. 04:31:20.375887 mtc Port GSMTAP was started. 04:31:20.375946 mtc Port BSCVTY was started. 04:31:20.375985 mtc Component type Test.dummy_CT was initialized. 04:31:20.376030 mtc Function rnd() returned 0.650423. 04:31:20.376140 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:31:20.376244 mtc Port GSMTAP was mapped to system:GSMTAP. 04:31:20.376333 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:31:20.376390 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:31:20.376506 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:31:20.376899 mtc Port BSCVTY was mapped to system:BSCVTY. 04:31:20.377021 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:31:20.377094 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:31:20.377160 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:31:20.377238 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:31:20.377389 mtc Sent on BSCVTY to system charstring : "enable" 04:31:20.377499 mtc Start timer T: 2 s 04:31:20.377692 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:31:20.377834 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:31:20.377895 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:31:20.377943 mtc Stop timer T: 2 s 04:31:20.378004 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:31:20.378101 mtc Start timer T: 2 s 04:31:20.378469 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:31:20.378717 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:31:20.378789 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:31:20.378844 mtc Stop timer T: 2 s 04:31:20.378917 mtc Sent on BSCVTY to system charstring : "network" 04:31:20.379025 mtc Start timer T: 2 s 04:31:20.379217 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:31:20.379288 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:31:20.379520 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:31:20.379582 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:31:20.379790 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:31:20.379850 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:31:20.379899 mtc Stop timer T: 2 s 04:31:20.379976 mtc Sent on BSCVTY to system charstring : "bts 0" 04:31:20.380204 mtc Start timer T: 2 s 04:31:20.380330 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:31:20.380415 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:31:20.380648 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:31:20.380704 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:31:20.380868 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:31:20.380920 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:31:20.380961 mtc Stop timer T: 2 s 04:31:20.381031 mtc Sent on BSCVTY to system charstring : "dtx uplink force" 04:31:20.381363 mtc Start timer T: 2 s 04:31:20.381490 mtc Message enqueued on BSCVTY from system charstring : " dtx uplink force" id 7 04:31:20.381545 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:31:20.381699 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " dtx uplink force" id 7 04:31:20.381737 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:31:20.381838 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:31:20.381870 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:31:20.381894 mtc Stop timer T: 2 s 04:31:20.381937 mtc Port GSMTAP was cleared. 04:31:20.381970 mtc Start timer T: 10 s 04:31:20.609074 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C63B0100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:31:20.609349 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50747, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:31:20.609534 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50747, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:31:20.609627 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:31:20.844609 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C66E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:31:20.845017 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50798, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 04:31:20.845250 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50798, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 04:31:20.845353 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:31:21.079809 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C6A10100000059061A00000000000000000000000000000000FF2D0400'O } id 3 04:31:21.080087 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50849, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 3 04:31:21.080245 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50849, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 3 04:31:21.080323 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:31:21.315182 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C6D40100000049061B153A62F224CF87110101107D182D0400392B2B2B'O } id 4 04:31:21.315525 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50900, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } } id 4 04:31:21.315764 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50900, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } } id 4 04:31:21.315870 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:31:21.316194 mtc setverdict(pass): none -> pass 04:31:21.316305 mtc Terminating component type Test.dummy_CT. 04:31:21.316366 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:31:21.316434 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:31:21.316473 mtc Port GSMTAP was stopped. 04:31:21.316499 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:31:21.316526 mtc Warning: BSCVTY: Dropping partial message 04:31:21.316614 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:31:21.316657 mtc Port BSCVTY was stopped. 04:31:21.316680 mtc Component type Test.dummy_CT was shut down inside testcase TC_dtx_ul. 04:31:21.316724 mtc Waiting for PTCs to finish. 04:31:21.317075 mtc Setting final verdict of the test case. 04:31:21.317174 mtc Local verdict of MTC: pass 04:31:21.317234 mtc No PTCs were created. 04:31:21.317287 mtc Test case TC_dtx_ul finished. Verdict: pass 04:31:21.317440 mtc Executing test case TC_emerg_allowed in module Test. 04:31:21.317531 mtc Test case TC_emerg_allowed started. 04:31:21.317584 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_emerg_allowed. 04:31:21.317677 mtc Port GSMTAP was started. 04:31:21.317739 mtc Port BSCVTY was started. 04:31:21.317780 mtc Component type Test.dummy_CT was initialized. 04:31:21.317827 mtc Function rnd() returned 0.544761. 04:31:21.317950 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:31:21.318158 mtc Port GSMTAP was mapped to system:GSMTAP. 04:31:21.318285 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:31:21.318354 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:31:21.318488 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:31:21.318922 mtc Port BSCVTY was mapped to system:BSCVTY. 04:31:21.319077 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:31:21.319194 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:31:21.319286 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:31:21.319347 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:31:21.319487 mtc Sent on BSCVTY to system charstring : "enable" 04:31:21.319581 mtc Start timer T: 2 s 04:31:21.319775 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:31:21.319949 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:31:21.320004 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:31:21.320036 mtc Stop timer T: 2 s 04:31:21.320078 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:31:21.320179 mtc Start timer T: 2 s 04:31:21.320565 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:31:21.320897 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:31:21.321087 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:31:21.321135 mtc Stop timer T: 2 s 04:31:21.321191 mtc Sent on BSCVTY to system charstring : "network" 04:31:21.321332 mtc Start timer T: 2 s 04:31:21.321578 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:31:21.321679 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:31:21.321914 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:31:21.321977 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:31:21.322149 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:31:21.322189 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:31:21.322233 mtc Stop timer T: 2 s 04:31:21.322294 mtc Sent on BSCVTY to system charstring : "bts 0" 04:31:21.322380 mtc Start timer T: 2 s 04:31:21.322657 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:31:21.322746 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:31:21.323055 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:31:21.323166 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:31:21.323420 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:31:21.323475 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:31:21.323511 mtc Stop timer T: 2 s 04:31:21.323610 mtc Sent on BSCVTY to system charstring : "rach emergency call allowed 0" 04:31:21.323772 mtc Start timer T: 2 s 04:31:21.324108 mtc Message enqueued on BSCVTY from system charstring : " rach emergency call allowed 0" id 7 04:31:21.324215 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:31:21.324464 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach emergency call allowed 0" id 7 04:31:21.324526 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:31:21.324642 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:31:21.324677 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:31:21.324703 mtc Stop timer T: 2 s 04:31:21.324759 mtc Sent on BSCVTY to system charstring : "end" 04:31:21.324861 mtc Start timer T: 2 s 04:31:21.325040 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:31:21.325118 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:31:21.325369 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:31:21.325426 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:31:21.325501 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:31:21.325535 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:31:21.325568 mtc Stop timer T: 2 s 04:31:21.325624 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:31:21.325726 mtc Start timer T: 2 s 04:31:21.326325 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:31:21.326709 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:31:21.326763 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:31:21.326793 mtc Stop timer T: 2 s 04:31:21.326824 mtc Start timer T: 1 s 04:31:21.550571 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C7070100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:31:21.550874 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 50951, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:31:21.786077 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C73A010000005506198FB380000000000000000000000000002D04002B'O } id 2 04:31:21.786476 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51002, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000002D04002B'O } } id 2 04:31:22.021436 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C76D0100000059061A00000000000000000000000000000000FF2D0400'O } id 3 04:31:22.021778 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51053, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 3 04:31:22.256589 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C7A00100000049061B153A62F224CF87110101107D182D0400392B2B2B'O } id 4 04:31:22.256836 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51104, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } } id 4 04:31:22.326856 mtc Timeout T: 1 s 04:31:22.327003 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:31:22.327050 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:31:22.327078 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:31:22.327104 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:31:22.327133 mtc Port GSMTAP was cleared. 04:31:22.327166 mtc Start timer T: 10 s 04:31:22.492058 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C7D30100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:31:22.492371 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51155, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:31:22.492591 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51155, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:31:22.492702 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:31:22.727543 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C806010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:31:22.728008 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51206, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:31:22.728420 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51206, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:31:22.728549 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:31:22.962614 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C8390100000059061A00000000000000000000000000000000FF2D0400'O } id 7 04:31:22.962786 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51257, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 04:31:22.962902 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51257, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 04:31:22.962954 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:31:23.198022 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C86C0100000049061B153A62F224CF87110101107D182D0400392B2B2B'O } id 8 04:31:23.198310 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51308, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } } id 8 04:31:23.198507 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51308, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110101107D182D0400392B2B2B'O } } id 8 04:31:23.198592 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:31:23.198899 mtc setverdict(pass): none -> pass 04:31:23.198987 mtc Terminating component type Test.dummy_CT. 04:31:23.199047 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:31:23.199138 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:31:23.199191 mtc Port GSMTAP was stopped. 04:31:23.199241 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:31:23.199368 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:31:23.199424 mtc Port BSCVTY was stopped. 04:31:23.199467 mtc Component type Test.dummy_CT was shut down inside testcase TC_emerg_allowed. 04:31:23.199525 mtc Waiting for PTCs to finish. 04:31:23.199757 mtc Setting final verdict of the test case. 04:31:23.199877 mtc Local verdict of MTC: pass 04:31:23.199936 mtc No PTCs were created. 04:31:23.199978 mtc Test case TC_emerg_allowed finished. Verdict: pass 04:31:23.200099 mtc Executing test case TC_bs_pa_mfrms in module Test. 04:31:23.200173 mtc Test case TC_bs_pa_mfrms started. 04:31:23.200213 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_pa_mfrms. 04:31:23.200302 mtc Port GSMTAP was started. 04:31:23.200361 mtc Port BSCVTY was started. 04:31:23.200396 mtc Component type Test.dummy_CT was initialized. 04:31:23.200436 mtc Function rnd() returned 0.946475. 04:31:23.200539 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:31:23.200793 mtc Port GSMTAP was mapped to system:GSMTAP. 04:31:23.200983 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:31:23.201161 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:31:23.201325 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:31:23.201903 mtc Port BSCVTY was mapped to system:BSCVTY. 04:31:23.202046 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:31:23.202131 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:31:23.202210 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:31:23.202281 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:31:23.202443 mtc Sent on BSCVTY to system charstring : "enable" 04:31:23.202566 mtc Start timer T: 2 s 04:31:23.202772 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:31:23.202966 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:31:23.203047 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:31:23.203109 mtc Stop timer T: 2 s 04:31:23.203185 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:31:23.203320 mtc Start timer T: 2 s 04:31:23.203757 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:31:23.204085 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:31:23.204156 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:31:23.204202 mtc Stop timer T: 2 s 04:31:23.204253 mtc Sent on BSCVTY to system charstring : "network" 04:31:23.204353 mtc Start timer T: 2 s 04:31:23.204579 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:31:23.204661 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:31:23.204840 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:31:23.204886 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:31:23.205049 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:31:23.205089 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:31:23.205116 mtc Stop timer T: 2 s 04:31:23.205176 mtc Sent on BSCVTY to system charstring : "bts 0" 04:31:23.205274 mtc Start timer T: 2 s 04:31:23.205479 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:31:23.205574 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:31:23.205819 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:31:23.205885 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:31:23.206051 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:31:23.206101 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:31:23.206132 mtc Stop timer T: 2 s 04:31:23.206188 mtc Sent on BSCVTY to system charstring : "channel-descrption bs-pa-mfrms 8" 04:31:23.206267 mtc Start timer T: 2 s 04:31:23.206596 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption bs-pa-mfrms 8" id 7 04:31:23.206677 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:31:23.206931 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-pa-mfrms 8" id 7 04:31:23.206979 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:31:23.207118 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:31:23.207158 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:31:23.207184 mtc Stop timer T: 2 s 04:31:23.207229 mtc Sent on BSCVTY to system charstring : "end" 04:31:23.207302 mtc Start timer T: 2 s 04:31:23.207493 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:31:23.207583 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:31:23.207823 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:31:23.207877 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:31:23.207974 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:31:23.208013 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:31:23.208047 mtc Stop timer T: 2 s 04:31:23.208125 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:31:23.208898 mtc Start timer T: 2 s 04:31:23.208996 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:31:23.209116 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:31:23.209180 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:31:23.209231 mtc Stop timer T: 2 s 04:31:23.209280 mtc Start timer T: 1 s 04:31:23.433660 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C89F0100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:31:23.434062 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51359, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:31:23.669018 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C8D2010000005506198FB380000000000000000000000000002D04002B'O } id 2 04:31:23.669422 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51410, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000002D04002B'O } } id 2 04:31:23.904170 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C9050100000059061A00000000000000000000000000000000FF2D0400'O } id 3 04:31:23.904458 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51461, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 3 04:31:24.139535 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C9380100000049061B153A62F224CF87110601107D182D0400392B2B2B'O } id 4 04:31:24.139918 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51512, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110601107D182D0400392B2B2B'O } } id 4 04:31:24.209331 mtc Timeout T: 1 s 04:31:24.209441 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:31:24.209519 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:31:24.209573 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:31:24.209623 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:31:24.209671 mtc Port GSMTAP was cleared. 04:31:24.209736 mtc Start timer T: 10 s 04:31:24.375064 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C96B0100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:31:24.375371 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51563, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:31:24.375608 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51563, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:31:24.375777 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:31:24.610478 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C99E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:31:24.610864 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51614, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:31:24.611137 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51614, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:31:24.611275 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:31:24.845826 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000C9D10100000059061A00000000000000000000000000000000FF2D0400'O } id 7 04:31:24.846216 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51665, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 04:31:24.846530 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51665, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 04:31:24.846648 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:31:25.081028 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CA040100000049061B153A62F224CF87110601107D182D0400392B2B2B'O } id 8 04:31:25.081341 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51716, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110601107D182D0400392B2B2B'O } } id 8 04:31:25.081540 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51716, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87110601107D182D0400392B2B2B'O } } id 8 04:31:25.081620 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:31:25.081908 mtc setverdict(pass): none -> pass 04:31:25.081987 mtc Terminating component type Test.dummy_CT. 04:31:25.082045 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:31:25.082141 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:31:25.082197 mtc Port GSMTAP was stopped. 04:31:25.082249 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:31:25.082384 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:31:25.082440 mtc Port BSCVTY was stopped. 04:31:25.082485 mtc Component type Test.dummy_CT was shut down inside testcase TC_bs_pa_mfrms. 04:31:25.082542 mtc Waiting for PTCs to finish. 04:31:25.082654 mtc Setting final verdict of the test case. 04:31:25.082710 mtc Local verdict of MTC: pass 04:31:25.082755 mtc No PTCs were created. 04:31:25.082793 mtc Test case TC_bs_pa_mfrms finished. Verdict: pass 04:31:25.083018 mtc Executing test case TC_bs_ag_blks_res in module Test. 04:31:25.083106 mtc Test case TC_bs_ag_blks_res started. 04:31:25.083163 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_ag_blks_res. 04:31:25.083274 mtc Port GSMTAP was started. 04:31:25.083340 mtc Port BSCVTY was started. 04:31:25.083405 mtc Component type Test.dummy_CT was initialized. 04:31:25.083458 mtc Function rnd() returned 0.175938. 04:31:25.083566 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:31:25.083671 mtc Port GSMTAP was mapped to system:GSMTAP. 04:31:25.083816 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:31:25.083878 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:31:25.084000 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:31:25.084447 mtc Port BSCVTY was mapped to system:BSCVTY. 04:31:25.084615 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:31:25.084728 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:31:25.084801 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:31:25.084850 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:31:25.085001 mtc Sent on BSCVTY to system charstring : "enable" 04:31:25.085288 mtc Start timer T: 2 s 04:31:25.085449 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:31:25.085588 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:31:25.085653 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:31:25.085732 mtc Stop timer T: 2 s 04:31:25.085804 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:31:25.085907 mtc Start timer T: 2 s 04:31:25.086342 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:31:25.086619 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:31:25.086695 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:31:25.086749 mtc Stop timer T: 2 s 04:31:25.086805 mtc Sent on BSCVTY to system charstring : "network" 04:31:25.086895 mtc Start timer T: 2 s 04:31:25.087108 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:31:25.087202 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:31:25.087407 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:31:25.087474 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:31:25.087664 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:31:25.087762 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:31:25.087811 mtc Stop timer T: 2 s 04:31:25.087891 mtc Sent on BSCVTY to system charstring : "bts 0" 04:31:25.088001 mtc Start timer T: 2 s 04:31:25.088181 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:31:25.088259 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:31:25.088480 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:31:25.088538 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:31:25.088729 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:31:25.088786 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:31:25.088837 mtc Stop timer T: 2 s 04:31:25.088922 mtc Sent on BSCVTY to system charstring : "channel-descrption bs-ag-blks-res 1" 04:31:25.089016 mtc Start timer T: 2 s 04:31:25.089160 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption bs-ag-blks-res 1" id 7 04:31:25.089179 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:31:25.089243 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-ag-blks-res 1" id 7 04:31:25.089260 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:31:25.089303 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:31:25.089316 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:31:25.089329 mtc Stop timer T: 2 s 04:31:25.089345 mtc Sent on BSCVTY to system charstring : "end" 04:31:25.089369 mtc Start timer T: 2 s 04:31:25.089409 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:31:25.089423 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:31:25.089476 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:31:25.089491 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:31:25.089516 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:31:25.089529 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:31:25.089540 mtc Stop timer T: 2 s 04:31:25.089557 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:31:25.089580 mtc Start timer T: 2 s 04:31:25.089728 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:31:25.089759 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:31:25.089772 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:31:25.089781 mtc Stop timer T: 2 s 04:31:25.089792 mtc Start timer T: 1 s 04:31:25.316413 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CA370100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:31:25.316739 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51767, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:31:25.551930 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CA6A010000005506198FB380000000000000000000000000002D04002B'O } id 2 04:31:25.552317 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51818, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000002D04002B'O } } id 2 04:31:25.787274 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CA9D0100000059061A00000000000000000000000000000000FF2D0400'O } id 3 04:31:25.787630 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51869, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 3 04:31:26.022468 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CAD00100000049061B153A62F224CF87090601107D182D0400392B2B2B'O } id 4 04:31:26.022758 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51920, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87090601107D182D0400392B2B2B'O } } id 4 04:31:26.089807 mtc Timeout T: 1 s 04:31:26.089920 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:31:26.089989 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:31:26.090044 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:31:26.090090 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:31:26.090135 mtc Port GSMTAP was cleared. 04:31:26.090191 mtc Start timer T: 10 s 04:31:26.257897 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CB030100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:31:26.258301 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51971, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:31:26.258591 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 51971, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:31:26.258695 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:31:26.493275 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CB36010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:31:26.493643 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52022, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:31:26.493885 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52022, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:31:26.493984 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:31:26.728735 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CB690100000059061A00000000000000000000000000000000FF2D0400'O } id 7 04:31:26.729139 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52073, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 04:31:26.729403 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52073, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 04:31:26.729529 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:31:26.963904 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CB9C0100000049061B153A62F224CF87090601107D182D0400392B2B2B'O } id 8 04:31:26.964168 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52124, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87090601107D182D0400392B2B2B'O } } id 8 04:31:26.964318 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52124, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87090601107D182D0400392B2B2B'O } } id 8 04:31:26.964405 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:31:26.964701 mtc setverdict(pass): none -> pass 04:31:26.964791 mtc Terminating component type Test.dummy_CT. 04:31:26.964852 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:31:26.964945 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:31:26.965001 mtc Port GSMTAP was stopped. 04:31:26.965047 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:31:26.965177 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:31:26.965257 mtc Port BSCVTY was stopped. 04:31:26.965304 mtc Component type Test.dummy_CT was shut down inside testcase TC_bs_ag_blks_res. 04:31:26.965348 mtc Waiting for PTCs to finish. 04:31:26.965551 mtc Setting final verdict of the test case. 04:31:26.965643 mtc Local verdict of MTC: pass 04:31:26.965697 mtc No PTCs were created. 04:31:26.965733 mtc Test case TC_bs_ag_blks_res finished. Verdict: pass 04:31:26.966066 mtc Executing test case TC_radio_link_timeout in module Test. 04:31:26.966166 mtc Test case TC_radio_link_timeout started. 04:31:26.966222 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_radio_link_timeout. 04:31:26.966341 mtc Port GSMTAP was started. 04:31:26.966393 mtc Port BSCVTY was started. 04:31:26.966435 mtc Component type Test.dummy_CT was initialized. 04:31:26.966485 mtc Function rnd() returned 0.277015. 04:31:26.966598 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:31:26.966709 mtc Port GSMTAP was mapped to system:GSMTAP. 04:31:26.966812 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:31:26.966875 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:31:26.966999 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:31:26.967412 mtc Port BSCVTY was mapped to system:BSCVTY. 04:31:26.967636 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:31:26.967781 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:31:26.967863 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:31:26.967920 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:31:26.968075 mtc Sent on BSCVTY to system charstring : "enable" 04:31:26.968198 mtc Start timer T: 2 s 04:31:26.968397 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:31:26.968570 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:31:26.968656 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:31:26.968699 mtc Stop timer T: 2 s 04:31:26.968758 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:31:26.969067 mtc Start timer T: 2 s 04:31:26.969174 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:31:26.969242 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:31:26.969258 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:31:26.969271 mtc Stop timer T: 2 s 04:31:26.969291 mtc Sent on BSCVTY to system charstring : "network" 04:31:26.969318 mtc Start timer T: 2 s 04:31:26.969377 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:31:26.969397 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:31:26.969466 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:31:26.969479 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:31:26.969509 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:31:26.969525 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:31:26.969538 mtc Stop timer T: 2 s 04:31:26.969552 mtc Sent on BSCVTY to system charstring : "bts 0" 04:31:26.969575 mtc Start timer T: 2 s 04:31:26.969644 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:31:26.969660 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:31:26.969713 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:31:26.969726 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:31:26.969759 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:31:26.969777 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:31:26.969789 mtc Stop timer T: 2 s 04:31:26.969810 mtc Sent on BSCVTY to system charstring : "radio-link-timeout 20" 04:31:26.969913 mtc Start timer T: 2 s 04:31:26.969949 mtc Message enqueued on BSCVTY from system charstring : " radio-link-timeout 20" id 7 04:31:26.969966 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:31:26.970019 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " radio-link-timeout 20" id 7 04:31:26.970031 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:31:26.970063 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:31:26.970082 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:31:26.970091 mtc Stop timer T: 2 s 04:31:26.970102 mtc Sent on BSCVTY to system charstring : "end" 04:31:26.970120 mtc Start timer T: 2 s 04:31:26.970190 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:31:26.970206 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:31:26.970246 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:31:26.970256 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:31:26.970282 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:31:26.970298 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:31:26.970311 mtc Stop timer T: 2 s 04:31:26.970335 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:31:26.970364 mtc Start timer T: 2 s 04:31:26.970530 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:31:26.970573 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:31:26.970589 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:31:26.970603 mtc Stop timer T: 2 s 04:31:26.970616 mtc Start timer T: 1 s 04:31:27.199466 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CBCF0100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:31:27.199881 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52175, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:31:27.434564 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CC02010000005506198FB380000000000000000000000000002D04002B'O } id 2 04:31:27.434840 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52226, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000002D04002B'O } } id 2 04:31:27.670182 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CC350100000059061A00000000000000000000000000000000FF2D0400'O } id 3 04:31:27.670544 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52277, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 3 04:31:27.905582 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CC680100000049061B153A62F224CF87090601147D182D0400392B2B2B'O } id 4 04:31:27.905912 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52328, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87090601147D182D0400392B2B2B'O } } id 4 04:31:27.970636 mtc Timeout T: 1 s 04:31:27.970799 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:31:27.970855 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:31:27.970888 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:31:27.970925 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:31:27.970961 mtc Port GSMTAP was cleared. 04:31:27.970994 mtc Start timer T: 10 s 04:31:28.140778 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CC9B0100000031061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:31:28.141095 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52379, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:31:28.141300 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52379, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224CF877D182D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:31:28.141387 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:31:28.376217 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CCCE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:31:28.376551 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52430, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:31:28.376796 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52430, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:31:28.376899 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:31:28.611534 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CD010100000059061A00000000000000000000000000000000FF2D0400'O } id 7 04:31:28.611896 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52481, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 04:31:28.612099 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52481, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF2D0400'O } } id 7 04:31:28.612240 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:31:28.846812 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000CD340100000049061B153A62F224CF87090601147D182D0400392B2B2B'O } id 8 04:31:28.847090 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52532, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87090601147D182D0400392B2B2B'O } } id 8 04:31:28.847291 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 38542, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 52532, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B153A62F224CF87090601147D182D0400392B2B2B'O } } id 8 04:31:28.847371 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:31:28.847658 mtc setverdict(pass): none -> pass 04:31:28.847772 mtc Terminating component type Test.dummy_CT. 04:31:28.847833 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:31:28.847925 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:31:28.847981 mtc Port GSMTAP was stopped. 04:31:28.848027 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:31:28.848154 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:31:28.848211 mtc Port BSCVTY was stopped. 04:31:28.848256 mtc Component type Test.dummy_CT was shut down inside testcase TC_radio_link_timeout. 04:31:28.848311 mtc Waiting for PTCs to finish. 04:31:28.848413 mtc Setting final verdict of the test case. 04:31:28.848457 mtc Local verdict of MTC: pass 04:31:28.848504 mtc No PTCs were created. 04:31:28.848549 mtc Test case TC_radio_link_timeout finished. Verdict: pass 04:31:28.849041 mtc Verdict statistics: 0 none (0.00 %), 21 pass (95.45 %), 0 inconc (0.00 %), 0 fail (0.00 %), 1 error (4.55 %). 04:31:28.849136 mtc Test execution summary: 22 test cases were executed. Overall verdict: error 04:31:28.849168 mtc Exit was requested from MC. Terminating MTC. 04:31:28.850205 hc Exit was requested from MC. Terminating HC. 04:31:28.850581 hc Disconnected from MC. 04:31:28.850656 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 62c7ca4e74a79e1a648056b3de3fce776467914b74f6e801fef9407f360fa804 + 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 ERROR: Could not connect to SMTP host: localhost, port: 25 javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25; nested exception is: java.net.ConnectException: Connection refused (Connection refused) at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1934) at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:638) at javax.mail.Service.connect(Service.java:295) at javax.mail.Service.connect(Service.java:176) at javax.mail.Service.connect(Service.java:125) at javax.mail.Transport.send0(Transport.java:194) at javax.mail.Transport.send(Transport.java:124) at hudson.tasks.MailSender.run(MailSender.java:131) at hudson.tasks.Mailer.perform(Mailer.java:170) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665) at hudson.model.Run.execute(Run.java:1753) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:405) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:286) at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:231) at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1900) ... 18 more Finished: UNSTABLE